๐๏ธ Setup
1. In the same Workspace we used in previous exercises, create a new Maintenance Unit (MU) called DevUtils.
๐๏ธ Data Management Step Service
1. In assembly DevUtilServices, create a Data Management Step Service called HelperDmSvc.
๐๏ธ Enable Factory
1. In assembly DevUtilServices, create a Service Factory called HelperFactory.
๐๏ธ Create Parameter
To make our service easier to maintain and reuse, we will store the list of Maintenance Units and Profiles that we want to extract, into a Literal Parameter. We use the standard formatting for option lists.
๐๏ธ Create a Data Management Job
1. In the DevUtils Maintenance Unit, select Data Management Groups.
๐๏ธ Create and Use the Generated XFProject
1. Execute the DM Step just created. It should run successfully.