Question
Evonsys
IN
Last activity: 19 Jan 2021 7:46 EST
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 .