Versions Compared

Key

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

Objective

...

User ID: Test

Password: P@$$w0rd

  1. Start the 20331B-NYC-DC-05 virtual machine. Wait for the virtual machine to display the Desktop.

  2. On your Desktop, Right-click Workflow Studio (WFS), and then click Run as administrator.

    Image RemovedImage Added
  3. Wait for WFS to start and enter your credentials.

    Image RemovedImage Added

    Image RemovedImage Added

  1. In Solution Explorer, right-click on the Developer Packages folder, create a new folder called DemoLabs, and click the Ok button.

...

  1. 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.

...

  1. Expand the Developer Packages folder, find the DemoLabs folder, expand it under the DemoLabs folder, expand the User Interface folder right-click on the Lookup Controls folder, hover your mouse on the New User Interface option and Click on Lookup

...

  1. Wait for the Lookup designer to be loaded.

  2. Click on the Save button to save your Lookup and give it the name LK_Person.

...

  1. From the Component Object, select PersonView, and from the Data Method, select the GetAllSearchAdvanced method.

...

  1. Click on the Lookup Designer from the top bar and select the New Column option.

...

11. The field Selector dialog box will appear in the Label field type First Name, and in the Field Name, select the FirstName and click on the Ok button.

...

12. Repeat the above process for the following fields as well

Label: Last Name Field Name: LastName

Label: Login Field Name: Login

Label: Email Field Name: Email

Label: Department Field Name: Department

  1. Now click on publish button to publish your Lookup. The publishing dialog box will appear to click on the Next and then Next button again to Publish the Lookup.

...

  1. Once publish successfully click on the Ok button

...

  1. Now it will ask you to restart the workflow Studio, click on the Yes button.

...

  1. Expand the Developer Packages folder, find the DemoLabs folder expand it under the DemoLabs folder, expand the Workflows folder right click on the Applications folder, hover your mouse on the New Workflow option and Click on Flow Chart Workflow.

...

  1. Wait for the Workflow Designer Pane to be loaded. Once loaded, click on the save button to save your workflow.

...

  1. Give your workflow a name in this case LK_Workflow.

  2. Once saved, drag and drop your Lookup control activity onto the designer pane of Workflow.

...

  1. Image Added
  2. Keep the activity selected. If not selected, then select it, and on the right-hand side change its (Name) property to LookForPersonActivity.

...

  1. Image Added
  2. Now click on the start circle, drag the line from it, connect it with your LookForPersonActivity and similarly connect the lines that will come out from your activity to the End circle.

...

  1. Image Added
  2. Now click on the publish button to publish your workflow; a dialog box will appear. Click on the Next button twice. Once saved successfully, click on the Ok button.

...

  1. Image Added
  2. Open internet explorer or Edge or whichever browser is installed on your machine and go to this URL: Login using EmpowerID (empoweriam.com)

  3. It will ask you to put your credentials, and provide them with your username and password given to you by your lab instructor.

...

  1. Image Added
  2. It will take you to your EmpowerID dashboard page. On the left-hand side, click on Low Code/No Code Workflows, and Underneath it, click on Low CodeWorkflows.

...

  1. Image Added
  2. It will take you to the RequestWorkflow page, on the right-hand side of your page, we have an actions pane under it click on the Publish Workflow Studio Item.

...

  1. Image Added
  2. On the PublishWorkflowStudioItem page, click on choose file select the .pub file for LK_Person and then click open the file, and it will get selected now click on the Submit button.

...

  1. Image Added
  2. You will get this message which tells that deployment is successful.

...

  1. Image Added
  2. Now click on the Publish Workflow Studio Item again, and this time select the LK_Workflow published file and hit on the submit button to publish it.

  3. Close your browser and workflow studio and reset the IIS on your machine. Make sure you open Command Prompt in Administration mode.

...

  1. Image Added
  2. Now open the EmpowerID on the browser again, expand the Low Code/No Code Workflows, and Underneath it, click on Low CodeWorkflows.

  3. In the search box, type your workflow name LK_Workflow and hit the search button. Your workflow will appear; click on it under the Run column.

...

  1. Image Added


  2. Now, you can see your Lookup Control. Type any person’s name to test whether it is retrieving the data or not.

...

  1. Image Added
  2. End