Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Quiz

Snow preck
Tera Contributor

Which of the following statements does NOT apply when extending an existing table?

  • All of the parent table records are copied to the new
  • You should develop or write the required functionality.
  • You must script and configure all required behaviors.
  • You should make use of fields that already exist in another table.

in some answers are saying A and C---kindly give the correct answer

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron

@Snow preck The Correct answers are A &C both.

 

  • All of the parent table records are copied to the new
  • You should develop or write the required functionality.
  • You must script and configure all required behaviors.
  • You should make use of fields that already exist in another table.

Reason: None of the parent records gets copied to the new table, there is not compulsion to script and configure all the required behavior.

View solution in original post

3 REPLIES 3

Yashsvi
Kilo Sage

Hi @Snow preck,

Which of the following statements does NOT apply when extending an existing table?

  • All of the parent table records are copied to the new
  • You should develop or write the required functionality.
  • You must script and configure all required behaviors.
  • You should make use of fields that already exist in another table.

C is correct Answer - You must script and configure all required behaviors.

Thank you, please make helpful if you accept the solution. 

Not applicable

Hi @Snow preck ,

It should be CYou must script and configure all required behaviors.

 

Thanks,

Hope it helps.

Sandeep Rajput
Tera Patron

@Snow preck The Correct answers are A &C both.

 

  • All of the parent table records are copied to the new
  • You should develop or write the required functionality.
  • You must script and configure all required behaviors.
  • You should make use of fields that already exist in another table.

Reason: None of the parent records gets copied to the new table, there is not compulsion to script and configure all the required behavior.