- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 04:42 PM - edited 09-27-2023 04:45 PM
I have a catalog item to order access which has a MRVS. In it's simplest form you only have to answer 3 questions to add a row.
There are other questions that can surface if for example you request elevated. I am trying to run a simple script within another catalog item to call this catalog item. It works but it fails to order.
When I order this catalog directly and enter in the same 3 answers, the resulting RITM does not show null values in the MRVS.
Is there something I am doing incorrectly with the cart script? I assumed I didn't need to specify the variables I was not setting.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 05:00 PM
I found the issue. I need to specify empty values in the json.
'access_selection': '[{"action":"Add","account_type":"normal","access_name":"d8c975591b8e7050f8fa43f8b04bcb3a","domain":"","business_justification":"", "in_active_directory":"","location":"","other_location":"", "user_id_for_elevated_account":"" }]'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 05:00 PM
I found the issue. I need to specify empty values in the json.
'access_selection': '[{"action":"Add","account_type":"normal","access_name":"d8c975591b8e7050f8fa43f8b04bcb3a","domain":"","business_justification":"", "in_active_directory":"","location":"","other_location":"", "user_id_for_elevated_account":"" }]'