You have a table in which multiple properties must be changed.
Multiple table properties are locked down at the base table and must not be overwritten.
You need to modify the table properties by extending the table.
Which table property can you populate in a table extension by using the property sheet?
Click on the arrows to vote for the correct answer
A. B. C. D.B.
You can now modify the following properties through the property sheet: -> Created By -> Created Date Time -> Modified By -> Modified Date Time -> Country Region Codes Note: There are multiple versions of this question with different correct answers and various combinations of incorrect answers.
Other incorrect answers you may see in the exam include: -> Save data per company -> Clustered index -> Cache lookup Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/modify-properties.
In Microsoft Dynamics 365 for Finance and Operations, table extensions are used to add new fields or modify existing fields in tables without directly modifying the base table. Table extensions are created in a separate model, which allows for customization without impacting the original system.
When creating a table extension, it is possible to modify certain table properties using the property sheet. However, some properties may be locked down at the base table and cannot be overwritten in the extension.
The question asks which table property can be populated in a table extension using the property sheet while other properties are locked down at the base table.
Option A: Primary index - The primary index is a property of the base table and cannot be modified in a table extension. Therefore, it is not the correct answer.
Option B: Created by - This property is not related to table properties and is used to track who created the table or the extension. Therefore, it is not the correct answer.
Option C: Configuration key - This property determines whether a table is included in a specific configuration key. It is possible to modify this property in a table extension using the property sheet, but it is not related to modifying table properties. Therefore, it is not the correct answer.
Option D: Table group - This property is used to group related tables together in the application explorer. It is possible to modify this property in a table extension using the property sheet, and it is a table property that can be modified even if it is locked down in the base table. Therefore, it is the correct answer.
In summary, the correct answer is D. Table group.