MB-500 · Question #333
A company uses Dynamics 365 Finance. The company deploys a custom table named LoyaltyCustomerTable. The table has a 1:1 relationship with a table named CustTable. Both tables contain a unique field…
The correct answer is A. Create a foreign key relation on LoyaltyCustomerTable with Related Table set to CustTable and. Create foreign key relation between the tables. Create the relation on LoyaltyCustomerTable as it needs the index. Include RecID in the index (not AccountIdx). Note: RecId stands for Record Identifier. It is often called RowId (row identifier). It is a unique and incremental…
Question
Options
- ACreate a foreign key relation on LoyaltyCustomerTable with Related Table set to CustTable and
- BCreate foreign key relation on CustTable with Related Table set to LoyaltyCustomerTable and
- CCreate an index on CustTable for AccountNum.
- DCreate a foreign key relation on LoyaltyCustomerTable with Related Table set to CustTable and
How the community answered
(24 responses)- A46% (11)
- B8% (2)
- C17% (4)
- D29% (7)
Explanation
Create foreign key relation between the tables. Create the relation on LoyaltyCustomerTable as it needs the index. Include RecID in the index (not AccountIdx). Note: RecId stands for Record Identifier. It is often called RowId (row identifier). It is a unique and incremental value stored with each and every row of the table. Table index properties The following table describes the properties that are available for indexes on tables. * AllowDuplicates If you set this property to Yes, the index can be non-unique. If you don't create at least one unique index, a unique index is created by combining the first index and the RecId. * CreateRecIdIndex Specify whether an index on the Record ID field is created. https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-ref/application-explorer-
Topics
Community Discussion
No community discussion yet for this question.