Resolved! "Requested for" of the RITM to be the same as "Requested for" of the variable. How can I achieve?
Hi, I have written a BR that creates an RITM when Idea is Accepted.Here is the code,(function executeRule(current, previous /*null when async*/) { createRequest(); function createRequest() { var cart = new Cart(); //calling the cart API var item = ...