Start a new topic
Answered

Filtered Reference field

In my stepper, the linked FORM UI has a field which takes the value from drop down (referenced to an entity). When I open the UI, I need one of the specific value selected from drop down by default. Please suggest how could that be done.


Best Answer

You can configure an Enricher, in the Expression set it to the default value desired.

Take care to ensure that its 'Enrichment Scope' is set to None
(So it doesn't run during a load but only on being triggered on Create/Edit in a form)
 

In the Form Step Properties
In Step Triggers finger properties tab
Add Step Enricher Trigger
Choose the Enricher you've just set up.

1 Comment

Answer

You can configure an Enricher, in the Expression set it to the default value desired.

Take care to ensure that its 'Enrichment Scope' is set to None
(So it doesn't run during a load but only on being triggered on Create/Edit in a form)
 

In the Form Step Properties
In Step Triggers finger properties tab
Add Step Enricher Trigger
Choose the Enricher you've just set up.

Login to post a comment