Unique GuidID for the CartJS API var cart = new sn_sc.CartJS(gs.generateGUID()); is not working.
ServiceNow suggested using a Unique GuidID for the CartJS API "var cart = new sn_sc.CartJS(gs.generateGUID());" to address a duplicate RITM issue. However, after implementing this solution, only the Request is being created, and the RITM is not gener...