You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Is there an alternative to CPQJS.onActionComplete() and in Redwood?

edited Aug 26, 2026 6:55AM in Configure Price Quote 3 comments

Summary:

In the JET UI, CPQJS.onActionComplete() can be used to execute logic after an action is completed. Is there an equivalent event, method, or alternative approach available in Redwood to achieve the same functionality?

Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):

26C Patch 7

Code Snippet (add any code snippets that support your topic, if applicable):
$(document).ready(function(){
    function afterApproval(){     
  CPQJS.performAction("updateWorkbenck_c"); 
}
if( CPQJS.actionExists("approve_submit_t") ){          
CPQJS.onActionComplete("approve_submit_t", afterApproval); 
}
});

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!