Skip to main content
This content is now archived and is no longer updated. Progress is not calculated. Pega Cloud instances are disabled, and badges are no longer awarded. Click here to continue your progress in the latest version.

Referencing properties

Pega Community logo

Note: The following content, referenced from Pega Community, is included here to help you better achieve the module learning objectives.

Provide the data necessary to process your cases by referencing information in the form of properties. When you refer to a property, your application calls a specific piece of information, such as a customer phone number or an address.

You can reference value properties that are strings of data such as text, number, or dates. You can also reference page properties that contain multiple value properties. For example, a page property .Customer might include value properties .Name, .Address, and .Phone.

  • To refer to a property, prefix the property name with a period.

    For example: To reference an order date, enter .OrderDate.
  • To refer to a Single Value property, enter the property name.

    For example: To reference a shipping date, enter .ShippingDate.
  • To refer to an entry in a Value Group property, enter the Value Group name, and then the property name in parentheses.

    For example: To reference a mobile phone number from a Value Group property of phone numbers, enter .Phone(Mobile).
  • To refer to an entry in a Value List property, enter the Value List name, and then the index number of the entry in the list.

    For example: To reference the first entry in a list of discount codes, enter .DiscountCode(1).
  • Apply the same guidelines when you reference Page properties.

  • To refer to a Page property, enter the Page property name.

    For example: To reference a page with customer contact details, enter .ContactDetails.
  • To refer to an entry in a Page Group property, enter the Page Group name, and then the entry in parentheses.

    For example: To reference a work address in a page group of addresses, enter .Address(Work).
  • To refer to a page in a Page List property, enter the Page List name, and then the page number in parentheses.

    For example: To reference the third page in the page list that contains ordered items, enter .OrderedItems(3).
  • To refer to a specific property on a page, enter the page name as a prefix for the property name.

    For example: To reference a city in the work address, enter .Address(Work).City.

  • Configuring page, page group, and page list properties

    To provide complete data for your cases, define properties that store related information in a form of a page, page group, or page list. By providing properties of a page type, you organize data in your application in a logical way, and as a result, improve application development and speed up case resolution.

  • Keystores

    A keystore is a file that contains keys and certificates that you use for encryption, authentication, and serving content over HTTPS. In Pega Platform, you create a keystore data instance that points to a keystore file.

  • Data Transforms

    A data transform defines how to convert data that is in one format and class (the source) into data of another format and class (the target). The supported formats are clipboard and JSON. Using a data transform instead of an activity to set property values speeds up development and makes application maintenance easier.


This Topic is available in the following Module:

We'd prefer it if you saw us at our best.

Pega Academy has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice