A company uses Dynamics 365 finance and operations apps.
A customer wants to ensure future customizations or application upgrades do not interfere with or interrupt business process steps. The customer must document the business process steps a user performs in the user interface.
You need to select the options for exporting a task recording for testing.
Which three options could you select? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer : B, C, D
A company uses Dynamics 365 Finance
You implement the Insert method for a table you create. The class must meet the following requirements:
* If FieldA is equal to 'Hello." then FieldB must save the integer value 10.
* If FieldA is equal to "World," then FieldB must save the integer value 20.
* Otherwise FieldB must save the integer 0.
You need to implement the code
Which two code segments can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A)
B)
C)
D)
Answer : A
A company requires a Power Apps app that will enable users to view and create new leads in Dynamics 365 from the app. The data is in a custom entity named LeadsTable, which is not accessible outside Dynamics 365. You need to make the data available outside Dynamics 365. What should you do?
Answer : A
You have an enumeration named truckStatus that has the following statuses:
* Empty
* Loaded
* Completed
You have the following code:
You need to extend this (enumeration and add the following statuses to the enumeration: Quarantine, InTransit. You must then modify code that validates the switch statement.
Solution: Add a new case statement in the model of the existing code.
Does the solution meet the goal?
Answer : B
You need to design the processAttachment method for the MigrateAttachment class. Which attribute should you use?
Answer : B
You need to design a form to display the check data.
Which two form patterns can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer : A, C
You are a Dynamics 365 Finance developer.
Users report that a sales table details form takes a long time to load and display data. You need to optimize the performance by implementing caching.
Which two actions should you perform? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer : A, C