MDGP 2018 RTM Feature of the Day: New Workflow Functionality – Reporting for Workflow

Microsoft Dynamics GPThe Inside Microsoft Dynamics GP blog has started a series Feature of the Day posts for Microsoft Dynamics GP 2018 RTM; as the most recent versions have been, these posts are in the form of PowerPoint slides; I am reposting them here so they can be read more easily as well as adding my own commentary.

The series index for this series of posts is here.

The eighth Feature of the Day is new Workflow functionality; I am going to break this feature down into three posts, as the three features included by Microsoft are, while all Workflow enhancements, unrelated to one another.

The third piece of new functionality is the reporting for Workflow. This report is located on the Administration area page, under reporting as Workflow History.

Users can filter by the following:

  • Workflow type.
  • Workflow approvers.
  • Workflow status
  • Approval date
Workflow Maintenance

Workflow comments can optionally be included on the report.

Click to show/hide the MDGP 2018 RTM Feature of the Day Series Index

MDGP 2018 RTM Feature of the Day: New Workflow Functionality – Copy Workflow Steps

Microsoft Dynamics GPThe Inside Microsoft Dynamics GP blog has started a series Feature of the Day posts for Microsoft Dynamics GP 2018 RTM, as the most recent versions have been, these posts are in the form of PowerPoint slides; I am reposting them here so they can be read more easily as well as adding my own commentary.

The series index for this series of posts is here.

The eighth Feature of the Day is new Workflow functionality; I am going to break this feature down into three posts, as the three features included by Microsoft are, while all Workflow enhancements, unrelated to one another.

The second piece of new functionality is the ability to copy a Workflow step; this is one of the suggestions I made on MS Connect, so it’s nice to see it added in this version.

This piece of new functionlity enabled the Copy button on the Worklflow Maintenance window when a step is selected:

Copy Workflow Step

In the Copy Workflow Step window, you are able to select a new step for the Workflow Step as well as marking a box to copy the Sub Steps.

This will save so much tiem when creating a new Workflow process. With the lack of parenthesis in Workflow Step Conditions (please vote on my MS Connect Suggestion to add them) creating steps with complex, or even just numerous, conditions can be a lengthy process; having to do this for multiple steps can make the creation of workflow a real chore, but this new functionality, especially with the abilty to include sub steps (which goes beyond my suggestion and is a great idea so kudos to Microsoft for that) will save so much time.

You can easily copy steps and then edit the step condition which is different between the steps (often somthing like a cost centre).

Click to show/hide the MDGP 2018 RTM Feature of the Day Series Index

MDGP 2018 RTM Feature of the Day: New Workflow Functionality – Reminder Emails

Microsoft Dynamics GPThe Inside Microsoft Dynamics GP blog has started a series Feature of the Day posts for Microsoft Dynamics GP 2018 RTM, as the most recent versions have been, these posts are in the form of PowerPoint slides; I am reposting them here so they can be read more easily as well as adding my own commentary.

The series index for this series of posts is here.

The eighth Feature of the Day is new Workflow functionality; I am going to break this feature down into three posts, as the three features included by Microsoft are, while all Workflow enhancements, unrelated to one another.

The first of the new functionality, are reminder emails. Reminder emails can be configured on a per step basis in a similar way to the Time Limit:

Workflow Maintenance

Continue reading “MDGP 2018 RTM Feature of the Day: New Workflow Functionality – Reminder Emails”

Microsoft Dynamics GP Macros: Series Index

Microsoft Dynamics GPUsually when integrating data into Microsoft Dynamics GP we will use Integration Manager, but sometimes this tool is either not available or suitable. Not all clients have a licence for the Customisation Pack (which includes the licence for Integration Manager) or the data to be imported does not have an available adaptor in Integration Manager; examples of the latter which I’ve done work with recently include Bill of Materials and Extended Pricing.

The alternatives to using Integration Manager include other tools such as SmartConnect or Scribe (which have their own price tags attached), direct SQL inserts (which do not respect business logic in the application) or the use of GP macros to play back actions.

This latter method is what I am going to cover in this series; I will cover the recording and playback of macros and how data can be loaded in bulk by using the recorded macro as a template.

Microsoft Dynamics GP Macros
Limitations of Macros
Recording A Macro
Playing A Macro
Playing A Macro Quickly
Macro By MailMerge
Macro By SQL
Macro By Excel Formula
Conclusion