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

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.