Question
1
Replies
56
Views
TCS
Posted: January 19, 2021
Last activity: January 19, 2021
How to Use pega.u.d.dosave() function
We use the custom code with submit button to submit the step .
currently we use Activity , to finish the assignment .
function parentFunc(event) {
activity = "pyActivity=FinishAssignment"; doFormSubmit( activity, this, "Submitting...", "" ); }
but what we want is to just save in the current step . so planned to use pega.u.d.dosave() function . but we are not clear how to use .
***Edited by Moderator: Pooja Gadige to add platform capability tag***
Hi @GOPALKRISH,
Can you try this:
Regards,
Tashika