Pega Constellation List view - Landing Pages - Create Instance(record) option

As part of one requirement, we are adding instances(records) from landing page to one data table with help of Create OOTB options as per below.

Kindly share some more information on these Create UI Screen.

  • what would be the flow action behind this UI screen?

  • how to refresh the properties mapped under this create UI model dialog?

*how to set default value to properties on Create UI screen and on change action based on property?

any possible way to achieve above basic functionality from Create Screen?

@VenkateswararaoK

what would be the flow action behind this UI screen?

none

how to refresh the properties mapped under this create UI model dialog?

done automatically as you are creating the data-object via the savable DP. Once saved the List datapage will be refreshed

how to set default value to properties on Create UI screen and on change action based on property?

Set default values via the pyDefault datatransform.

on change; uses expressions or when rules to show/hide stuff based on selection.