Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To access the approver of the current workflow step, use:

Paste code macro
$workflowHistory.activeStep.executedByNames$


If you want to have a list of all approvers of a quote, you can iterate through the workflow history steps with the code below:

...