Radio button default value based on user form field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-21-2020 05:57 AM
Hi,
I have a requirement that
Created a Field type: Radio Buttons on Order guide
Options: a)IG
b)AG, SDG
Default value: In user form I have a field called group If group is AG my default value should AG
if group is SDG or AG my default value should be AG,SDG
I don't know how to get user table data in default value .can anyone help me.
Thank you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-22-2020 02:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-22-2020 02:44 AM
tq you for reply,
It is working for me on sc_task and sc_req_item.
but it isn't working on sc_cat_item (bcz we need to make default value in service portal)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-22-2020 02:48 AM
The screenshot is for a catalog item only, not ritm or ctask.
I haven't tried from portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-22-2020 03:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-22-2020 03:19 AM
On line 4 you don't need to add variables.XXXX
just directly add the name of the variable.
Add alerts to see till where your code is getting executed and what values is it getting.