Use Case 1-Dragging and dropping data between character fields
The following procedure describes how to allow users to copy data between two character fields: Bill To and Ship To.
To allow users to drag and drop data between character fields
- Create two character fields:
- Bill To
- Ship To
- Set properties for fields as follows:
- For the Bill To field, set the Draggable property to True.
- For the Ship To field, set the Droppable property to True.
- Create an active link that copies the data to the drop target when the mouse button is released.
- In the Execution Options panel, enter the Ship To field in the Field field.
- Select the Drop execution option.
Create a Set Fields active link that sets the Ship To field to contain the contents of the Bill To field.
The Value of the Ship To field should be $Bill To$.
Optionally, you can create an active link that responds to a Drop event of a drop target field and performs a Set Fields action:
$PROCESS$ Application-Copy-Field-Value $DROPTGTFIELDID$ $DRAGSRCFIELDID$This active link is written once per drop target field and will accommodate any number of drag source data fields. The developer avoids having to write one active link per drag source field to copy data to the drop target field.
For more information, see Process commands.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*