I was recently talking to a client who was looking at creating a SQL script which they could run for the auditors which shows the assigned approvers to the steps of a Microsoft Dynamics GP Workflow process.
I’d written similar code for others before so I was able to provide them with this view:
CREATE VIEW uv_AZRCRV_GetWorkflowSetupStepAssignment AS
/*
Created by Ian Grieve of...
Continue Reading Ian Grieve’s Article on their blog
SQL View to return Microsoft Dynamics GP Workflow step approvers
I was recently talking to a client who was looking at creating a SQL script which they could run for the auditors which shows the assigned approvers to the steps of a Microsoft Dynamics GP Workflow p…
Blog Syndicated with Ian Grieve’s Permission