Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Client Script Localization Filter
Hello,
I am having issues with localization context filter on Client Script.
When I set a localization filter in the Context Filtering tab in the deployment the script does not trigger (on a transaction record, that I am sure is in the specified context because in another script I log the record context via 'N/recordContext' module). I assume this is the expected behavior since in the Documentation there is information that in order for context filtering defined in the Script tab to work in a client script, we should also use two new Entry Points - "localizationContextEnter" and "localizationContextExit".