正解:A,B,D
The Guided Application Creator (GAC) is a tool that helps you create applications on the ServiceNow platform by guiding you through the steps of defining the data model, user interface, and logic. When using the GAC, you can designate data tables in three ways:
* Upload an existing PDF: You can upload a PDF file that contains the table schema and sample data. The GAC will parse the PDF and create the table and fields based on the file content.
* Create a new table on the platform: You can create a new table on the platform by specifying the table name, label, and description. You can also add fields, indexes, and relationships to the table using the GAC.
* Upload an existing spreadsheet: You can upload a spreadsheet file that contains the table schema and sample data. The GAC will parse the spreadsheet and create the table and fields based on the file content.
The other options are not valid ways to designate data tables when using the GAC. You cannot upload an existing word processing document or use a freeform database. You can use an existing table on the platform, but you cannot designate it as a data table. You can only use it as a reference table for lookup fields.
References:
* Guided Application Creator
* Create a table from a PDF or spreadsheet
* Create a table from scratch
最新のコメント (最新のコメントはトップにあります。)
BCDじゃない?
下記ドキュメントから抜粋
・Upload spreadsheet : Use a .XLSX spreadsheet to add fields to a table
・Extend a table: Start from an existing ServiceNow table and add fields
・Create table from scratch: Define table fields
"テーブルの拡張"は既存テーブルの使用とみなすことができそう。
https://developer.servicenow.com/dev.do#!/learn/courses/vancouver/app_store_learnv2_buildmyfirstapp_vancouver_build_my_first_application/app_store_learnv2_buildmyfirstapp_vancouver_guided_app_creator_and_servicenow_studio/app_store_learnv2_buildmyfirstapp_vancouver_guided_app_creator_data_pane