A custom plug-in type is used to?
Create a script interface that can be overridden with an alternate implementation.
The SuiteScript debugger share
... [Show More] s 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
Synchronous and asynchronous SuiteTalk operations have the same governance limits. (T/F)
False
New SuiteTalk WSDL's are generated when a custom record, field, or lists are created on the account. (T/F)
False, only happens when there is an update to the WSDL, which is twice a year.
Which SuiteScript entry points are triggered when performing SuiteTalk operations?
1. Before Submit
2. After Submit
Token-based authentication advantages (3)
1. Username/passwords are not exposed
2. Not affected by PCI-compliance
3. More control over security
What are the unique advantages of using an advanced search SuiteTalk?
1. Ability to reuse saved searches
2. Can be set to return only the specified fields on the results
Utilizing advanced search functionality benefits (4)
1. Reuse saved searches
2. Add criteria on search results
3. Replace columns on search results
4. Return results from joined/related records
A sandbox refresh will delete all the bundles in it.
Yes, unless the bundles were installed in production from the sandbox before the refresh.
What form is used when running create record statement on script?
1. Preferred form
2. Form specified on the script
How could you improve the performance of a get operation in SuiteTalk?
Hide fields on a web service only form
How do you set the value of a custom field to automatically compute for the number of days since an employee has been hired?
1. Use a formula that subtracts the current date from the hire date [Show Less]