Multiple choice technology web technology

The application being built requires each work object to have a Short Description field. What is the appropriate property to use for this requirement ?

  1. pyShortDescription

  2. pyLabel

  3. pzShortDescription

  4. pzLabel

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

pyLabel is the correct property for storing a short description in a work object because 'py' properties are standard Pega properties, and pyLabel is specifically designed for holding labels and short text descriptions. pyShortDescription (A) and pzShortDescription (C) are not standard Pega properties, and pzLabel (D) is used for internal purposes.