function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Thomas MilasThomas Milas 

Drag and drop functionality

Hi All,

 

I've got a requirement to build a page that has mutiple objects lists on it. I'd like to be. Object B has a lookup relationship to Object A. I'd like to beable to associate any Record in Object List B to Any Record in Object List A. 

 

It has been requested that this is done with Drag and drop. From what I gather this cannot be done with Apex. It has to be done with either Javascript/JQuery Remoting or Flex. 

 

I need some direction on what is the best practice way to do this and the easiest way to implement. I saw a few comments liking flex quite a bit. Is this the best route to take?

 

What suggestions to you have?

 

Thanks in advance.

nbnb

hi

 

It can be implemented using draggable and droppable componens in jquery.

 

Thanks

NB

Thomas MilasThomas Milas
Thanks for the reply NB!

Do you have any resources to point me in the right direction?

Thanks,
Tom
Thomas MilasThomas Milas

If I wanted to use Drag and Drop to assign a child object to a Parent object such as a task. Would I need to implement Jquery/JS Remoting?