NetSuite Developer II Certification Study
Guide Latest 2022 Rated A
A custom plug-in type is used to? ✔✔Create a script interface that can be overridden with an
alternate implementation.
The SuiteScript debugger shar
...
NetSuite Developer II Certification Study
Guide Latest 2022 Rated A
A custom plug-in type is used to? ✔✔Create a script interface that can be overridden with an
alternate implementation.
The SuiteScript debugger shares the same database as your production account. (YES/NO) ✔✔Yes
What functionality is unique to SuiteCloud processors compared to Script Queues? (2 answers)
✔✔1. Automatic load balancing
2. Prioritization on job queues
What script parameter should be used if the field value needs to be managed by the admin only?
✔✔Company parameter
What SuiteScript 2.0 module can be used to change the time zone from one value to another?
✔✔N/format
What SuiteScript page object should be used for a multi-step "wizard-like" user interface?
✔✔Assistant
Debugger works only with what kind of script? ✔✔Server-side
In order to debug a script, you have to be the owner. (T/F) ✔✔True
Time zone format defaults to _________ unless you use the N/format module. ✔✔GMT
Which use cases would you need a custom action for? ✔✔1. Call a web service
2. Edit a related record
Workflow state field values can only be set on the state where it's defined. (T/F) ✔✔True
Workflow state field values persist throughout the lifecycle of the workflow. (T/F) ✔✔True
The Create Record action in SuiteFlow works exactly the same way as record.create() in
SuiteScript. ✔✔True, only if paired with recordObject.save()
SuiteFlow client-side formulas support SuiteScript 2.0 (T/F) ✔✔False
Four facts about workflow action scripts ✔✔1. Synonymous with custom workflow action
2. Allows additional automation not supported by standard actions
3. Complex computational logic using Javascript and the SuiteScript API
4. Update a sublist (except for the items sublist)
3 Fields accessible to SuiteFlow ✔✔1. Record Fields
2. Workflow instance field
3. State field
Record fields are accessible to any workflow (T/F) ✔✔True
Workflow instance fields are accessible to a specific workflow (T/F) ✔✔True
State fields are accessible to a specific state (T/F) ✔✔True
How often do SuiteTalk endpoints get updated? ✔✔Twice a year
What components are required for token-based authentication? ✔✔1. Consumer Key/Secret
2. Token Key/Secret
3. Integration Record
Is it possible to get the data center information using REST on SuiteTalk integrations? ✔✔Yes
What are the unique advantages of using an advanced search in SuiteTalk? ✔✔1. Can be set to
return only the specified fields on the results
2. Allows joined search request
[Show More]