Objective
Create a workflow that creates a new person in EmpowerID using the Operation Base Activity.
Credentials:
User ID: Test
Password: P@$$w0rd
Start the 20331B-NYC-DC-05 virtual machine. Wait for the virtual machine to display the Desktop.
On your Desktop, Right-click on Workflow Studio (WFS), and then click Run as administrator.
Wait for WFS to start and enter your credentials.
In Solution Explorer, right-click on the Developer Packages folder, create a new folder called “DemoLabs” and click the Ok button.
Add New Folder dialog box will appear from it; select the following options.
User Interface > Lookup Control
User Interface > Forms
User Interface > UI Pages
Workflows > Applications
And click the Ok button.
Expand the Developer Packages folder, find the DemoLabs folder, expand it under the DemoLabs folder, expand the User Interface folder right-click on the Forms folder, hover your mouse on the New User Interface option and Click on Form.
Wait for the Form designer to be loaded.
Click on the Save button to save your Form and give it the name Training_UserInputForm.
Right-click on the Form Data, then click on Add Object and go to Rbac Components tab. From there, select the Person component and click on Add button.
Double-click on Person1 and rename it to TargetPerson.
Now expand the TargetPerson component and drag and drop the following fields/columns on the Form Designer.
FirstName
Last Name
Street Address
City
Postal Code
Now double-click on Tab1 and rename it to Person Info, then double-click on Tab1 Section1 and give it the name About, then double-click on Tab1 Section 2 and give it the name Company Details. Lastly, double-click on FirstName and LastName fields and put a space between them.
Now right-click on the Password text box, and from the menu, click on Edit.
Field configuration dialog box will appear. Click on the Control Types tab and select Password Confirmation and click on the Ok button
Now right-click on the PrimaryOrgRoleOrgZoneID, and from the menu, click on Edit. A Field Configuration dialog box will appear, go to the Control Types tab and select the OrgRoleOrgZone picker and Click on the Ok button.
Now click on publish button to publish your Form. The publishing dialog box will appear. Click on the Next button twice to Publish the Form.
Once published successfully, click on the Ok button
Now, it will ask you to restart the workflow studio. Click on the Yes button.