Important: Context Filtering in Netsuite Scripts

Hi All,



Those who are developing scripts already know about Context and how to use it. Recently Netsuite released Context filtering inside Script Deployment i self, this actually solve developer and functional person's issues related to Context. 

There are 2 type of Context Filtering you can do using Script Deployment:


1.  Execution Context  : This allows script to run only on specific type if context, like User Interface , CSV Import etc. There are 33 types of context you can filter:

Action
Revenue Management
Bank Connectivity
Bank Statement Parser
Bundle Installation
Client
Rate Adjustor
CSV Import
Custom GL Lines
Custom Mass Update
Debugger
Email Capture
Financial Institution Connectivity
Map/Reduce
Other
Payment Processing
Payment PostBack
Platform Extension
Portlet
Promotions
RESTlet
REST Web Services
Scheduled Script
SDF Installation
Shipping Partners
Suitelet
Tax Engine
User Event Script
User Interface
SOAP Web Services
Workflow

 2.  Localization Context : This allows script to run script based on country it is allowed. Usually we select all but in case you want script to run only for one or few country, uncheck "All Localization Contexts " checkbox and country/ies into " Localization Context ".

 Usually we check Select All checkbox for both type of context but we can modify it as per our need and this don't require any change in script. So you don't have to define context filtering inside script, use this feature instead.

 

Hope this will help you, let us know if you find any issue related to context filtering.

 

Thanks

Netsuite Guru 

 

 

Download Netsuite Guru Android App
Follow Me on Linkedin
Our FB Page

Comments