My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
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 -
Re: SuiteScript - Can't get N/ui/dialog alert to work.
Mm, figures. I'll go leave my vote. Thank you~!1 -
Re: Can I customize the new location form?
A suitable fix. Thanks @Wee Ming ~!1
