exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 1 question 32 discussion

Actual exam question from Microsoft's PL-400
Question #: 32
Topic #: 1
[All PL-400 Questions]

DRAG DROP -

A company is developing a Microsoft Dataverse plug-in.

The plug-in must create a follow-up task for a new account.

You add the code that receives context(IPluginExecutionContext) and service(IOrganizationService).

You need to create the remaining code to insert the follow-up task.

Which three code blocks should you use in sequence? To answer, move the appropriate code sequences from the list of sequences to the answer area and arrange in the correct order.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Samit
Highly Voted 1 year, 8 months ago
Correct order : 3 - 2 - 4
upvoted 38 times
...
MicaelCedro
Highly Voted 1 year, 8 months ago
The block that gets the account entity from the context comes first, the block to create a new Task comes second
upvoted 7 times
...
kgchuene
Most Recent 2 months, 1 week ago
Correct answer should be 3-2-4, the account variable must be declared first then set it to the task regardingobjectid and lastly create task entity
upvoted 1 times
...
AkShres
9 months ago
Correct Oder is 2, 3, 4
upvoted 1 times
sudoaptupgrade
8 months ago
The order is 3, 2, 4, as you cannot set the regardingobjectid of the task to a variable that hasn't been declared yet.
upvoted 4 times
...
...
ciotbinhnguyen
1 year, 2 months ago
The order is incorrect. Get account entity should be first
upvoted 3 times
...
SSS_S_S
1 year, 5 months ago
Order is incorrect
upvoted 3 times
...
d365gkv
1 year, 8 months ago
The order is incorrect, first access the account entity from target. Create a task obj and service.create to create follow up task
upvoted 6 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...