Hi,
We have a requirement to create a new CalendarEvent in a Timeline by DragAndDrop of a record from a different grid.
An example would be when trying to create a Vehicle appointment user can drag a Vehicle record on to a specific spot on a Timeline representing a calendar at a Location/Warehouse.
I tried a couple of different things:
1. Timeline.addDropHandler fires correctly, but DropEvent has no information about external entity and Timeline.getDropValues() returns null (Timeline.getAddDropValues() is true)
2. Timeline.addDropCompleteHandler is not firing at all in this case. I was hoping I can get DropCompleteEvent.getTransferredRecords to point to Records from external grid...
Can't figure out any other way to do this...
Thanks!
Sarkis
We have a requirement to create a new CalendarEvent in a Timeline by DragAndDrop of a record from a different grid.
An example would be when trying to create a Vehicle appointment user can drag a Vehicle record on to a specific spot on a Timeline representing a calendar at a Location/Warehouse.
I tried a couple of different things:
1. Timeline.addDropHandler fires correctly, but DropEvent has no information about external entity and Timeline.getDropValues() returns null (Timeline.getAddDropValues() is true)
2. Timeline.addDropCompleteHandler is not firing at all in this case. I was hoping I can get DropCompleteEvent.getTransferredRecords to point to Records from external grid...
Can't figure out any other way to do this...
Thanks!
Sarkis
Comment