exam questions

Exam PL-200 All Questions

View all questions & answers for the PL-200 exam

Exam PL-200 topic 3 question 27 discussion

Actual exam question from Microsoft's PL-200
Question #: 27
Topic #: 3
[All PL-200 Questions]

You have a classic workflow. The workflow updates a custom column on a record when an account record is created.

The workflow must update the custom column based on the following conditions:

• Update the custom column value using the Account Number.
• If the Account Number column is blank, update the custom column value using the Ticker Symbol.
• If the Ticker Symbol column is blank, update the custom column value to N/A.

You need to configure the custom column value by using the update record step.

What should you do?

  • A. Add a formula that evaluates the two column values and uses the first populated value or else the default value.
  • B. Add an expression that evaluates the two column values and uses the first populated value or else the default value.
  • C. Add the two columns with the default value by using the Forms Assistant.
  • D. Add check conditions to determine if the two columns contain data.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
D365Apprentice
Highly Voted 2 years, 1 month ago
Correct Answer is D - The method works and the question does not stipulate any conditions in making this, other than it must use the "Update Record Step". D. 2 Check conditions and if each of them are successful "Update Record Step"
upvoted 8 times
...
killionb12
Most Recent 6 months, 2 weeks ago
Selected Answer: D
To configure the custom column value in your classic workflow based on the specified conditions, you should: D. Add check conditions to determine if the two columns contain data. Here’s how you can set it up: Add Check Conditions: In your workflow, add a check condition to determine if the Account Number column is not blank. If the Account Number is not blank, update the custom column with the Account Number value. Add Else If Conditions: Add another check condition to determine if the Account Number is blank and the Ticker Symbol is not blank. If the Ticker Symbol is not blank, update the custom column with the Ticker Symbol value. Add Else Condition: If both the Account Number and Ticker Symbol are blank, update the custom column with the value N/A. This approach ensures that the custom column is updated based on the specified conditions without requiring complex expressions or formulas.
upvoted 2 times
...
KM_MD
7 months, 2 weeks ago
Selected Answer: D
Key word is *Classic Workflow*. Correct answer is D.
upvoted 1 times
...
businesselements1
9 months, 1 week ago
Selected Answer: D
https://learn.microsoft.com/en-us/power-apps/maker/data-platform/configure-workflow-steps ==> we only use default values if the first and then second column is empty, not for both columns as the first approach as written in C
upvoted 2 times
...
jkaur
1 year, 3 months ago
C https://learn.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/configure-workflow-steps?view=op-9-1
upvoted 2 times
...
Agnes202307
1 year, 5 months ago
Selected Answer: D
In the classic workflow, you can use check conditions to evaluate the values of the Account Number and Ticker Symbol columns. If the Account Number column is not blank, update the custom column with the Account Number value. If the Account Number column is blank but the Ticker Symbol column is not blank, update the custom column with the Ticker Symbol value. If both the Account Number and Ticker Symbol columns are blank, update the custom column with the default value "N/A." Using check conditions allows you to create a logical flow based on the provided conditions.
upvoted 2 times
...
MrEz
1 year, 5 months ago
tanslation: you have just created a classic workflow, add a new step to update the record. now that you have the (custom field) under your nose, set a default value-> right hand side a 'Form Assistant' appears to select the fields, ect you can use dynamic values, select Operator, Look for entity, select the field, add, have a default value set and click ok (it will be added to the field, if you have clicked and thus activated the correct field before.
upvoted 1 times
MrEz
1 year, 4 months ago
i correct myself: D. it is about conditions. Indeed you could use the forms assistant but first create the conditions and then the step. and if the condition is true, then you may define the value from the forms assistant right hand side.
upvoted 1 times
...
...
MrEz
1 year, 5 months ago
Relationship Assistant and Form Assistant (right hand pane in CRM 4.0!!) not to be confused
upvoted 2 times
...
RPkaur
1 year, 7 months ago
In exam 08/12/2023
upvoted 1 times
...
charles879987
2 years, 2 months ago
Selected Answer: D
The answer is D. Default value is not dynamic in form assistant so you can't set it to equal to another column's valu.e
upvoted 2 times
...
charles879987
2 years, 2 months ago
Selected Answer: C
correct.
upvoted 1 times
Net_IT
1 year, 9 months ago
Why are you saying it is correct here? While elsewhere you say it is D?
upvoted 1 times
...
...
damdam10
2 years, 2 months ago
ChatGPT answer: D
upvoted 1 times
...
Angelspace2023
2 years, 2 months ago
Selected Answer: C
https://learn.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/configure-workflow-steps#:~:text=The%20options%20available,to%20be%20used.
upvoted 2 times
...
Ikhalil
2 years, 3 months ago
D. Add check conditions to determine if the two columns contain data.
upvoted 1 times
...
IvanaDomijanic
2 years, 5 months ago
Why not B. Add an expression that evaluates the two column values and uses the first populated value or else the default value?
upvoted 1 times
fariasalan86
2 years, 4 months ago
AFAIK, There is no way to use formulas or expressions in classic workflows.
upvoted 1 times
...
...
MPU86
2 years, 5 months ago
Selected Answer: C
Must be the Form Assistant because its a classical Workflow. "Setting record values": https://learn.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/configure-workflow-steps?view=op-9-1
upvoted 4 times
...
RichXP
2 years, 5 months ago
Selected Answer: A
I think formula should work, Coalesce([account name],[ticker],'N/A')
upvoted 1 times
fariasalan86
2 years, 4 months ago
Where would you write this formula in a Classic Workflow?
upvoted 1 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 ...