Single Choice Easy

QYou need to change how the VendorInvoiceLineEntity functions. Which of the following actions should you take to start?

ID: #12155 What is Data entities? 195 views
Question Info
#12155Q ID
EasyDifficulty
What is Data entities?Topic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Create a new entity and copy all the properties from VendorInvoiceLineEntity.
  • B Extend VendorInvoiceLineEntity.
  • C Overlayer your changes on the existing VendorInvoiceLineEntity.
  • D Edit VendorInvoiceLineEntity directly.
Correct Answer

Explanation

Justification:

  • A. Incorrect: Creating a new entity and copying the properties won't cause your entity to be loaded instead of the original, so your changes won't take effect in the front end.
  • B. Correct: Most elements can be modified by extension.
  • C. Incorrect: This option was in older versions but was deprecated because it's less supportable than extensions.
  • D. Incorrect: VendorInvoiceLineEntity is a locked system entity, so you couldn't do this if you tried.
No Previous Next Question

Share This Question

Challenge a friend or share with your study group.