How can we call a saveable data page in pega constellation as now we dont have an automation shape?

To configure a saveable data page in pega traditional versions we had automation shape called save data page now in constellation we dont have that so how to refer saveable data pages in constellation?

In Constellation, you typically save a Savable Data Page through the below approaches:

  1. Flow Action Post Processing

    • Open the View/Flow Action.
    • Configure the Savable Data Page in the Data Pages to Save section.
    • When the user clicks Submit, Pega automatically invokes the save plan configured on the data page. This is one of the documented ways to trigger a savable data page save.
  2. Activity - Use the Save-DataPage method.

  3. Leveraging Data Object CRUD actions

Hi @RameshSangili in constellation my main doubt is under post processing we have data transforms to configure not activity so do we need to call the saveable data page in the DT?

And also i did not understand this part Leveraging Data Object CRUD actions ,do you mean from the UX tab of data objects we need to configure views using saveable data page?

Change it to Dev Studio and open the flow action - to add the Savable data page.

You can add/modify the data object from the landing pages using CRUD operators.