In order for an employee to change their nationality information on their own, the IF condition must:
Validate that the Context.Current User is equal to Login User (ensures that the logged-in user is making the changes).
Check if the Nationality.Value is not equal to the Nationality.Previous Value (ensures that a change is being made).
Scenario 2: Approvals for Self-Service
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit