Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
User Event Script - Trigger on 'Mark as Packed'
I have a User Event script on the Item Fulfilment record - set to run on all roles, all contexts, run as Administrator.
The script has different functions for 'type == 'edit' and type == 'create'
These work as expected when a Fulfilment is created or edited in the UI
Some of the function are reliant on the Status of the fulfilment. The script runs after submit, so if I edit a Fulfilment, set the Status to Packed (in the drop down) then save the Fulfilment, the script processes as expected (based on the Status being Packed).
However, if the Fulfilment is Picked, and I use the 'Mark as Packed' button, then the script doesn't appear to trigger. In the System notes the status change appears under the context of UI - so I'm not sure why this isn't triggering?