nerdexam
ServiceNow

CAD · Question #163

You are developing the MyApp application that has a table, Table

The correct answer is C. Table A has an automatic number counter for new records and the table property "Include data" is. Option C is correct because in ServiceNow application development, the "Include data" table property is what explicitly tells the platform to package and deploy the table's records when the application is installed on another instance - without this flag, only the table schema…

Submitted by naveen.iyer· Apr 18, 2026Deploying an Application

Question

You are developing the MyApp application that has a table, Table

Options

  • AWhen the MyApp application is installed on another instance, you want Table A's records to be
  • BTable A is active and extends the Task table.
  • CTable A has an automatic number counter for new records and the table property "Include data" is
  • DTable A's records are added to the application record using the "Create Application Files" feature.
  • ETable A is not included in the System Clone > Exclude Tables list.

How the community answered

(60 responses)
  • A
    2% (1)
  • B
    13% (8)
  • C
    75% (45)
  • D
    3% (2)
  • E
    7% (4)

Explanation

Option C is correct because in ServiceNow application development, the "Include data" table property is what explicitly tells the platform to package and deploy the table's records when the application is installed on another instance - without this flag, only the table schema is transferred, not the data.

Why the distractors are wrong:

  • A is the desired outcome, not a condition - it describes what you want to happen, not what causes it.
  • B is a red herring - extending the Task table affects inheritance and behavior, but has no bearing on whether records travel with the application during installation.
  • D is also insufficient - "Create Application Files" bundles metadata and configuration artifacts, but does not automatically include table record data.
  • E refers to System Clone, which is a separate mechanism for copying instance data between environments; it is unrelated to application installation/deployment.

Memory tip: Think of "Include data" as a packing checkbox - when you ship your app to a new instance, only the tables you've explicitly packed with data will have their records in the box. If the box isn't checked, the table arrives empty.

Topics

#Custom Tables#Application Data#Table Properties#Application Deployment

Community Discussion

No community discussion yet for this question.

Full CAD Practice