Replacement for pzActionButton
We have several usages of the pzActionButton for form submissions using the below as OnClick event
"doFormSubmit('pyActivity=FinishAssignment',this,strSubmittingText,event)"
After Pega 7.1.8 upgrade, though this is not shown as a Deprecated control how can we achieve the same functionality using the standard button control along with some click events on the Actions tab?
What is the click event we should choose ? 'Run Script', 'Post Value' etc don't seem to work.