ServiceNow Certified Application Developer — Question 33
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance, you want Table A's records to be installed as part of the application.
Table A's records will be installed when:
Answer options
- A. Table A is active and extends the Task table
- B. Table A's records are added to the application record using the Create Application Files context menu item
- C. Table A has an automatic number counter for new records
- D. Table A is not included in the System Clone > Exclude Tables list
Correct answer: B
Explanation
The correct answer is B because adding Table A's records to the application record via the Create Application Files context ensures that the records are part of the installation process. Option A is incorrect as extending the Task table does not guarantee record installation. Option C is irrelevant since the presence of an automatic number counter does not affect installation. Option D does not ensure that records are included in the application installation process.