Which four actions should you perform in sequence?

Posted by: Pdfprep Category: MB-400 Tags: , ,

Question Set 2

DRAG DROP

Five high schools test a custom app from AppSource. They provide feedback that the Course credit entity should include additional fields that cover information shared by the schools. You do not have access to each high school organization. Each high school administrator must be able to apply the updates to the Course credit entity. You need to deliver a custom program that creates the additional fields.

Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

Step 1: Call the login logic.

Step 2: Retrieve the Course credit entity metadata by using RetrieveEntityRequest with EntityFilters = Attributes and LogicalName

The RetrieveEntityRequest.EntityFilters property gets or sets a filter to control how much data for the entity is retrieved.

Step 3: Define the AttributeMetaData for each new field.

Step 4: Call the RetrieveAttributeRequest with LogicalName for each new field.

The RetrieveAttributeRequest contains the data that is needed to retrieve attribute metadata.

Reference: https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.messages.retrieveentityrequest.entityfilters?view=dynamics-general-ce-9

Leave a Reply

Your email address will not be published.