QuestionQ80
Configure Microsoft DataverseYou are developing C# code to create an alternate key on a table using two columns: Order ID and Order Date. The table contains thousands of records.
You use the CreateEntityKey message to create the key. When you retrieve EntityKeyMetadata.EntityKeyIndexStatus, it returns Failed.
You need to resolve the index-creation issue.
What should you do first?
- A Use the ReactivateEntityKey action.
- B Publish customizations.
- C Use the DeleteEntityKeyRequest message.
- D Delete duplicate combination values in Order ID and Order Date.
Community Discussion