
Creation of Edit Link
In this lesson, you will learn how a link field can be created. Please refer to Link help article to learn more about the Link Token Syntax.
- Go to the Customize Page.
- Click on the Grid.
- Now select the field under the grid that has to be made as Link.
- Here click on the Orderid field.
- Goto the property pallet and change its item type to link.
- Specify the link token as $p$ordercreationform&_wcOrderCreation=[orderid_=_{orderid}]&forceLink=Y .
- Here "$p$helloworld" indicates the page code of the destination page.
- "wcEmployeeDetails" indicates the Data Source of the destination page.
- Select an icon for the link from the drop down(Link Property Pallet).
- Click on Save.
- Goto preview page.
- The grid looks like this.
- On Click of the link, it will navigate to the destination page(Order Creation Page).
Page Data Populated This is how the output looks one you click on the link and navigate to the hello world page.