Question 55 of 103 from exam MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer

Question 55 of 103 from exam MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer

Question

DRAG DROP - You are a Dynamics 365 Finance developer for a company that sells pre-owned vehicles.

When the company acquires a new vehicle, vehicle identification (VIN) numbers are added to the VIN field in the CustTable.

You need to create an event handler to validate that new VIN values are at least 10 characters long.

Validation must occur when records are saved.

Which three 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.

Select and Place:

Actinons Answer Area

Copy the onWriting event handler on the

CustTable table object.

Copy the validatedWrite event handler

on the CustTable object.

Add code to perform the validation. [fs

Copy the onModified event handler on
the CustTable objec

Add the event handler method to a class.

Explanations