List of questions
Related questions
Question 219 - PL-400 discussion
A company develops a new Microsoft Dataverse plug-in that manages the Update message of an entity.
The plug-in logic requires access to the record columns before the operation starts and must compare the columns to post-update values.
You need to modify the design of the solution to access the information.
What should you do?
Add the code to the plug-in to read the record from the InputParameters collection.
Register a pre-image by using the Plug-in Registration Tool. Add the code to the plug-in to read the image from the PreEntitylmages collection.
Register a post-image by using the Plug-in Registration Tool. Add the code to the plug-in to read the image from the PostEntitylmages collection.
Add the code to the plug-in to query the data from Dataverse by using the API call based on the record ID.
0 comments
Leave a comment first