Using Drag and Drop PeopleCode
The PeopleCode used to handle drag and drop functionality needs to be component-level PeopleCode and to be added to the PT_WORK.PT_BUTTON_DND field. With drag and drop, you drag data from a field, row, or rowset in a source group box and drop it onto a field, row, or rowset in a target group box.
See PeopleCode API Reference: GetDNDField method: Field class.
See PeopleCode API Reference: GetDNDRow method: Field class.
See PeopleCode API Reference: GetDNDRowset method: Field class.
See PeopleCode API Reference: GetDNDTargetField method: Field class.
See PeopleCode API Reference: GetDNDTargetRow method: Field class.
See PeopleCode API Reference: GetDNDTargetRowset method: Field class.
See PeopleCode API Reference: Draggable property: Field class.
See PeopleCode API Reference: Droppable property: Field class.