DevLand Technical Challenge Flashcards
DevLand participant learning exercise (10 cards)
What is the most current version of SuiteScript?
2.1
What SuiteCloud solution is best for packaging and distributing customizations?
SuiteCloud Development Framework (SDF)
Name 3 commonly used script types.
SuiteScript script types include:
Client - User Event - Map/Reduce - Scheduled
Mass Update - Suitelet - Workflow Action
SDF Installation - Portlet
What is the preferred web service for integrating NetSuite with external systems and applications?
SuiteTalk REST Web Services
What types of operations can be used to perform business processess on NetSuite records and navigate dynamically between records.
CRUD (Create, Read, Update, Delete)
Where can you find a directory of available SuiteApps?
In-product: SuiteApp Marketplace
Online: SuiteApp.com
Name two ways to extend the NetSuite data model.
Create a custom:
Record - Field - Form - Transaction - Segment
Advanced PDF/HTML Template - Center - Dashboard
What administrator tool can be used to move custom objects (including their dependencies and record instances) between accounts?
Copy to Account
What is the contextual reference tool that describes the NetSuite data model structure and behavior, and provides information about the record types and fields available for specific NetSuite channels in a user’s account?
The Records Catalog
What is the SuiteCloud tool that can be used with an integrated development environment (IDE) to define SuiteCloud projects, create batch and shell scripts, and execute SuiteCloud project validations & deployment processes?
SuiteCloud CLI for Java
SuiteCloud CLI for node.js