I have a CRM-Script that edits custom-fields on a sale. But for one user, and only one user, this error message comes up. I don't understand what this means, CRM-Script doesn't check which access-rights a user has before it makes changes to the db, right?
All Replies (1)
CRMScript triggers execute in the current user context. You may want to encapsulate the script contents in a try/catch block to avoid unnecessary error dialogs.