Custom record permissions - I have a script runnin...
# suitescript
n
Custom record permissions - I have a script running that sets a department value based on a custom record list mapping I created.. it is giving this error when the script is firing: INSUFFICIENT_PERMISSIONPermission Violation: You need a higher permission for custom record type Freelance Department Mapping to access this page. Please contact your account administrator. I just tried putting the access type custom record to: No Permission Required... any ideas if this doesn't resolve it?
v
Is your script running with Elevated Permissions? You could create a role for your script and give that role all necessary permissions that the script needs to execute. Then you could attach that role to your script and it should work.
n
Good call- in the end I just made the custom record public as its not sensitive information and it works now
v
😁👍
🙏 1