“interactive=true” is an option, but bear in mind this will prevent any non interactive updates from sending across the system (also any update from other integrations).
Instead, use below piece of code
in your onbefore transform script to prevent bounce back issues:-
if(action=='update'){
target.psp_subscribed_record = true;
}
Comments
Post a Comment