- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2023 07:57 AM
There is a field named as "FIELD 1" having 3 options a, b, c. There are 3 more fields A, B, C but in the beginning fields A, B, C are invisible in the form.
Condition is -->> if I select option a in FIELD 1 then field A should become visible in the form, similarly choosing options b and c, fields B and C should become visible.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2023 02:52 AM
Hi @Udbhav ,
To achieve that add 'FIELD 1', 'Field A', 'Field b', 'Field C ', to your form layout in the desired position.
After that, navigate to System UI > UI Policies.
Click on 'new' (top right)
For table : select the table that you are doing your configuration
For your condition: 'FIELD 1' is 'a'
Keep 'Reverse if false' selected so that the field will be hidden if 'b' or 'c' or none is selected
Save your form
At the bottom of your form you'll see the related list " UI Policy Action" , select 'new'
Complete the form as follow:
 Save it !
Now you'll want to configure 2 more UI Polices similar to the above.
One you modify the condition to be : 'FIELD 1' is 'b' , and in your policy action add 'FIELD B' instead of 'FIELD A'
And for the third one, you should modify the condition to be : 'FIELD 1' is 'c' , and in your policy action add 'FIELD C' instead of 'FIELD A'
If that helps please mark my answer as correct / helpful!
And if further help is needed please let me know
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2023 02:52 AM
Hi @Udbhav ,
To achieve that add 'FIELD 1', 'Field A', 'Field b', 'Field C ', to your form layout in the desired position.
After that, navigate to System UI > UI Policies.
Click on 'new' (top right)
For table : select the table that you are doing your configuration
For your condition: 'FIELD 1' is 'a'
Keep 'Reverse if false' selected so that the field will be hidden if 'b' or 'c' or none is selected
Save your form
At the bottom of your form you'll see the related list " UI Policy Action" , select 'new'
Complete the form as follow:
 Save it !
Now you'll want to configure 2 more UI Polices similar to the above.
One you modify the condition to be : 'FIELD 1' is 'b' , and in your policy action add 'FIELD B' instead of 'FIELD A'
And for the third one, you should modify the condition to be : 'FIELD 1' is 'c' , and in your policy action add 'FIELD C' instead of 'FIELD A'
If that helps please mark my answer as correct / helpful!
And if further help is needed please let me know
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2023 07:14 PM
Hi @Clara Lemos ,
Thank you very much, it worked.