...
Now double-click on Tab1 and rename it to Person Info, then double-click on Tab1Section1 and give it the name Person Information, then double-click on Tab1Section2 and give it thename Address Information. Lastly, double-click on FirstName and LastName fields and put a space between them.
Now right-click on the First Name and Last Name text box one by one and set the IsReadOnly property to true.
This is how your final form will look like
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.
...
19. Once workflow has been restarted it’s time to create a lookup control.
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
...
Â
Wait for the Lookup designer to be loaded.
Click on the Save button to save your Lookup and give it the name
...
Training_
...
EditPersonLK.
...
Â
From the Component Object, select PersonView, and from the Data Method, select the GetAllSearchAdvanced method.
...
Â
Click on the Lookup Designer from the top bar and select the
...
Set Grid Type option.
...
...
The Set Grid Type dialog box will appear
...
from the dropdown select the Person 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
...
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.
...
Once publish successfully click on the Ok button
...
Now it will ask you to restart the workflow Studio, click on the Yes button.
...
Once workflow studio has been restarted it’s time to create a workflow and placed our forms and lookup controls onto it.
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.
Now, first drag the Lookup control onto your form, and in its description property, write Load All Users. Then, drag the Form control onto the form, and in its description property, write Edit Person Attribute. Lastly, drag and drop the EditPersonMultiOperations activity onto your form, and in its description property, write Update Person Attribute. Next, connect all three of these activities with lines. Please refer to the screenshot below
...