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 @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?
Even in traditional Pega, there are two types of conditions.
- Conditions that run on client - which does not need refresh.
- Conditions that run on server - they require refresh section.
Similarly here in constellation there are two types of conditions.
- Custom condition - they evaluate on client - no need of refresh.
- 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


