- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2018 08:38 AM
Hi guys,
Is there a way to capture the variable values entered on an Order Guide and save on the Request form?
Reason being is that, I need to capture the approver based on what's selected on the Order Guide variable. I have to dot-walk on the Job Role field. This is where the approver name is located.
Thanks - Regina
Request:
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2018 09:48 AM
Please check below for solutions to cascade order guide variables to sc_request table.
https://community.servicenow.com/community?id=community_question&sys_id=104003a1db98dbc01dcaf3231f96199b
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2018 08:52 AM
If you configure an Order Guide then there you will find a checkbox with name - Cascade Variables
If you do not find it in the form then pull it to the form view by configuring form layout. check this option to true.
Please ensure that both the variable names in order guide as well as the catalog item are same and mark them global , otherwise they wont cascade.
You can also use the same variable set in Order Guide as well as the catalog item.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2018 09:20 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2018 09:48 AM
Please check below for solutions to cascade order guide variables to sc_request table.
https://community.servicenow.com/community?id=community_question&sys_id=104003a1db98dbc01dcaf3231f96199b
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 04:29 AM
Thanks Sachin. for the help. The answer is correct for my question. I should have been cleared that I want this to be created as variables also and not on fields. I will submit a new Q for this 🙂