unable to find field storing login id
Summary:
We have a business use case where the "owner should only be able to edit the jobcards". In the service request object, we've implemented a condition where fields are editable only if they are assigned to the logged-in user; otherwise, they remain read-only.
The current condition is: $fields.AssigneeResourceId.value() !== $user.userId
While this condition is functional, we've encountered a scenario where the reverse condition is also being met, the fields are read only even when the assigned user and the logged-in user are the same.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
0