Application Development Module 7 Flashcards
What are the steps in importing data via Guided App Creator?
Create Table from Upload Spreadsheet
Upload XLSX
Define Schema
Create Table
What are the steps in importing data via import set
Load Data
Create transform map
Run transform
What is a transform map?
Maps data from the source (import set) table to the target table
What is the mapping assist utility?
Provides a visually ituitive for specifiing mapping between import set fields and production table fields
What are the available http methods?
GET
POST
PUT
PATCH
DELETE
What are the two sections available when setting up a HTTP Method
HTTP Headers
HTTP Query Parameters
What does Preview Script Link do?
generates server-side code stub which can be used from any server side script
What is the REST API Explorer
Creates endpoints, methods and variables used to send REST requests to a ServiceNow instance