Multiple choice technology packaged enterprise solutions

In the diagram below, the ConfirmationNote contains the following dialog: ="Your Purchase Request, " .pyID ", is now submitted. You will receive an email on the status of your request in 24 hours.". How will the resulting message created by the Confirmati

  1. A concatenation of literal phrases and property names

  2. A concatenation of literal phrases and property values

  3. A standard comment

  4. Is not an appropriate ConfirmationNote statement

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The ConfirmationNote dialog concatenates literal phrases like 'Your Purchase Request,' with property values like pyID (the actual ID value, not the name '.pyID'). Pega resolves property references to their current values when constructing the message. Option A is incorrect because it references property names rather than values. Option C is wrong because this is dynamic content, not a comment. Option D is incorrect because this is a valid ConfirmationNote pattern.