CPQJS.onActionComplete
Summary
CPQJS.onActionComplete not working for auto update in ConfigContent
CPQJS.onActionComplete works in Configuration when you click a button like "_update". However the same does not work when executing auto-update. What action name should be used to trigger onActionComplete with auto-update on attributes?
Thank you in advance,
Ali
Code Snippet
CPQJS.onActionComplete("_update", function() { alert("update complete"); });
0