Multiple choice technology web technology

Which of the following is the best way to update a property in an activity step ?

  1. Use the Java method

  2. AtSetValue(PropertyName, Value)

  3. Use the Property-Set method

  4. {PropertyName INPUT}

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

The Property-Set method is the standard way to update properties in PEGA activity steps. Java methods are not the recommended approach, AtSetValue is not a standard PEGA method, and {PropertyName INPUT} is a reference syntax, not an update method. Property-Set ensures proper clipboard manipulation and rule compliance.