how can we make column non/editable for portal users?
We have editable detail and column Requested amount, that should be editable for external users and non-editable for system users.
And column Confirmed amount, that should be editable for system users and non-editable for external users.
We use business rules based on calculated attribute (from Terrasoft.isCurrentUserSsp) for pages - it works perfectly. But it doesn't work in editable details
Desired permission set up can be achieved via column permissions in the object permission settings. Step-by-step guide on the column permission set up available on Creatio Academy.
Thank you, it can be used, but it doesn't give visual 'lock' for column, only an error after saving. Besides, column permissions requires to define each column of the object (at least, for the portal), that is not the best approach
I am trying to enable a web service for a portal user. When I try to trigger the service however, I receive a 500 Error.
When I trigger the service using an internal user account, the service triggers with no issues. My test portal user however receives the error. To me that says portal users are unable to trigger a batch query but I've been unable to find anything that says it for sure. Is there a setting I need to adjust?
Thank you for the recommended page. However I have already looked through this page and it makes no mention of using SspServiceAccess which is the piece I'm having difficulty with.