The GoTo link Answer Box Type creates a link displayed as View/Edit that when clicked by the End User creates a new browser and takes that user to the form that is defined in the GoTo Link Selection rule
▪
The syntax is: WorkflowName=<Destination Workflow Name>&X_Coordinate=<Destination X Coordinate>&Y_Coordinate==<Destination Y Coordinate>&GateName=<Destination Gate Name>&<Primary Key Name 1>=<Primary Key Value 1>&<Primary Key Name 2>=<Primary Key Value 2>&Map=True
▪
For Example: A GoTo link with the following Selection rule: WorkflowName=CRM&X_Coordinate=1&Y_Coordinate=1&GateName=Companies&Organisation Name=@@Form.Customer& Map=True
▪
It appears on the web form as a link that says Click
▪
When clicked it will take the End User to the first form in the workflow called CRM where the Organisation Name (which is the primary key) has the value of the Customer Field in the current web form