My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
Re: Is it possible to grant access privileges to each folder in the file cabinet?
In the file cabinet if you edit a folder, there are a number of restrictions by group/subsidiary/department to choose from. Perhaps it would could work for you to utilize this and add only the users …2 -
Re: Should I be using SuiteTax?
Thank you for the information @Patrick Fresnosa-Oracle . It does seem much more than I need. I've created a script this morning instead to handle the update of Tax Codes myself. Since it only ne…1 -
Re: N/Search Unexpected error using array in filter.
Yep, above comment was indeed the issue. 'anyof' only works for searching fields with certain value types, at least, not text which in my case is the serial number field I'm searching …2 -
Re: Need help with a small UserEventScript. Can't seem to setSublistValue when beforeLoad.
It would appear that 'You cannot modify fields on existing records in beforeLoad'.submitFields can be used but not for sublist values. So I don't have a way to achieve this with script…1 -
Re: Need help with a small UserEventScript. Can't seem to setSublistValue when beforeLoad.
Actually, it does work when the event type is CREATE, so this works just fine for my goal with this script here. Simply added the check to my script for if context.type === context.UserEventType.CREA…1
