Preventing drop target when using Pega's Drag and Drop
Pega provides the ability to perform Drag and Drop on single elements (UI control needs to be added to repeating grid to be enabled) within the OOTB Case Manager View. (v. 7.1.8)
The UI control (pyUDashWorkAssignmentDragHandle) is the UI control that does this (coming from Pega-EndUserUI: 07-10-17).
The logic is controlled from instantiation of JS function: pega.util.DDProxy
Given this information, I have the following questions:
1. How do I find the API definitions for pega.util.DDProxy to determine what functionality I have available to use
2. When dragging an assignment, I would like to restrict where it gets "dropped" to -- prevent dropping it on workbaskets or worklists.
***Updated by moderator: Lochan to add Categories***