Running a DT on Property Change: Form Refresh on User Action

Continuing the discussion from Constellation Form Refresh from an embedded Page:
If the modal window was opened by (Creating a new record of a pagelist/editing a record of pagelist) and Pega version is '25 →

  1. Create a User Action in the data type (Page definition class of the pagelist) → Creates a flow action in the backend (Ex: UpdateDetailsAction)
  2. Use the this newly created action in view when a Embedded Data property is added to the view
  3. Under Form refresh, use the checkbox property for “When property changes”, and provide the Data Transform name that needs to be run on change of the checkbox value.
3 Likes