- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2019 10:33 AM
HI,
Need some validations on Help Text for multiple choice field.
i have multiple choice field with 3 choices X,Y,Z. and help text was configured to that field which populates all time but i need that help test to be displayed only when option Y is selected.
Solved! Go to Solution.
- Labels:
-
Team Development
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2019 10:47 AM
Hi Ajay,
you can use UI policy for this,
in Condition select value is y and in script use : g_form.showFieldMsg('field_name','Help text you want to display','info');
Mark this response as correct or helpful if that really helps.
Regards,
Raju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2019 10:47 AM
Hi Ajay,
you can use UI policy for this,
in Condition select value is y and in script use : g_form.showFieldMsg('field_name','Help text you want to display','info');
Mark this response as correct or helpful if that really helps.
Regards,
Raju