Microsoft Dynamics 365: Finance and Operations Apps Developer | Modifying Table Properties with Table Extensions

Modifying Table Properties with Table Extensions

Question

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?

Answers

Explanations

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: -> Primary index -> Save data per company -> Clustered index Reference: https://docs.microsoft.com/sv-se/dynamics365/fin-ops-core/dev-itpro/extensibility/modify-properties.

In Microsoft Dynamics 365: Finance and Operations, table extensions can be used to add additional fields and properties to existing tables without modifying the base table. Table extensions can also be used to override the properties of the base table, but certain properties are locked down and cannot be overwritten.

In this scenario, the question states that multiple table properties are locked down and must not be overwritten. Therefore, the solution to modify the table properties is to use a table extension to add additional properties without overwriting the locked down properties of the base table.

The question asks which table property can be populated in a table extension using the property sheet. The property sheet in Dynamics 365: Finance and Operations is used to configure the properties of a table, field, or other object.

Out of the answer options provided, the correct answer is D. Table group. Table groups are a property of tables in Dynamics 365: Finance and Operations that can be used to group related tables together in the user interface. Table groups are used to organize tables and make them easier to find for users.

Table groups can be added to a table extension using the property sheet. By adding a table group property to a table extension, the table can be grouped with other related tables in the user interface without overwriting any locked down properties of the base table.

The other answer options provided are not relevant to this scenario. Cache lookup and modified date time are properties of individual fields in a table, and configuration key is a system-level property used to control access to specific features in Dynamics 365: Finance and Operations.