- ACreate a new entity and copy all the properties from VendorInvoiceLineEntity.
- BExtend VendorInvoiceLineEntity.
- COverlayer your changes on the existing VendorInvoiceLineEntity.
- DEdit VendorInvoiceLineEntity directly.
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
Justification:
We can Modify existing fields in a table through extension
Modify existing fields in a table through extension
Yes Possible.
Add fields to tables through extension
Yes possible
Learn more: Add methods to tables through extension
Yes Possible
Learn More: Change the captions of forms through extension
B. Correct: Build and compile times are reduced with extensions because you don’t have to compile the model that is being extended.
Related Topic: Explore extensions and the extension framework in finance and operations apps
Related Topic: Explore extensions and the extension framework in finance and operations apps
Related Topic: Explore extensions and the extension framework in finance and operations apps