- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 10:19 PM
Hello everyone,
I created a variable with custom type and used the widget field to display the required field as per requirement.
I need to pass the widget value to this custom type variable to be stored. But the variable is not showing up in the RITM/REQ. Kindly request to suggest any solution to achieve this.
Thanks in advance!
Regards,
Shalani R
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 10:59 PM
Hi @shalani r ,
By default in the backend the custom variables are not visible. They are only visible on the portal.
What I could suggest you here is u can create one additional field which can be read only on the front end but visible on the RITM record (This u can achieve by using UI policy) & once the form is submitted from the portal,using onSubmit client script u can populate the custom field value in ur additional field which u would have created.This way it will be visible on RITM as well.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 10:59 PM
Hi @shalani r ,
By default in the backend the custom variables are not visible. They are only visible on the portal.
What I could suggest you here is u can create one additional field which can be read only on the front end but visible on the RITM record (This u can achieve by using UI policy) & once the form is submitted from the portal,using onSubmit client script u can populate the custom field value in ur additional field which u would have created.This way it will be visible on RITM as well.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 11:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 11:25 PM
Hello @Danish Bhairag2 ,
I used this as per your suggestion.
Great thanks! It worked!
Regards,
Shalani R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 11:27 PM