How do I set direct approval/denial via email without intermediate step?

Question

Is there a way not to render the pricegriditem_approvalRequiredForm form after clicking the approve link from a workflow notification email? The customer does not want to click twice.

Answer

<a href="$baseURL$/pricefx/$partition$/directaction/approve/$workflow.externalActionToken$/$directActionEmail$?output=html&approve"
<a href="$baseURL$/pricefx/$partition$/directaction/deny/$workflow.externalActionToken$/$directActionEmail$?output=html&deny"

Found an issue in documentation? Write to us.