How to redirect survey page after submitting order guide

Deepthi13
Tera Expert

Hi team,

I have a survey category (asmt_metric_category)- Standard Request Survey, i want to trigger that survey once order guide is raised please suggest

14 REPLIES 14

hi feddy,

we have cloned and edited in SC Order Guide widget. there you can see submit button onclick function you can add there

thanks for your response..
i owuld like to know how you modified and also how to link ritm with the survey in assessment table.

Hi Feddy,

Write a after business rule on sc_req_item table.

script in advanced tab.
// survey page url
var url = 'assessment_take2.do?sysparm_assessable_type=f96f46saee1ba324ewb39cd4bcb62';
gs.setRedirect(url);

 

find_real_file.png

Thank you for your response.
I owuld like to know how to populate the trigger id-since it will be populated only if the suvrey triggered thru trigger condition.
In my case , ihow to populate it?

Thanks in advance 🙂

I have created a b-rule as you suggested ,
could you please let me know how to associated the RITM record to the survey??
Thanks in Advance:)