How can we add a visibility condition post selecting a radio button in pega constellation

Post selecting the radio button we need to display a date field,how can we configure in constellation.Suppose like I have selected hello now post selecting hello i want to display a date field as well.

Hi Tanya,

You can add the Visibility condition on the Date field to show/hide based on the radio button selection.

hi @RameshSangili in constellation we do not need to give any refresh section?like how in traditional pega we used to call refresh section to reflect the changes?

Use the Form Refresh Settings to invoke the Data trasnform in the flow action rule whenever the Radio button changes.

Even in traditional Pega, there are two types of conditions.

  1. Conditions that run on client - which does not need refresh.
  2. Conditions that run on server - they require refresh section.

Similarly here in constellation there are two types of conditions.

  1. Custom condition - they evaluate on client - no need of refresh.
  2. When Rule - They run on server - BUT the difference is system will automatically call refresh, no need to configure anything.

So, whenever you configure a when condition on any field in the view, system will automatically call refresh whenever fields change. You can verify this by looking at network tab