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
SalesforceDxSalesforceDx 

dragging the salesforce filelds in to vf page

Hi all ,

 i want to display all the contact fileds in vf apge.for example When click and drage the firstname in contact field then automatilclly text field appears in the vf page.Any one can u please help me this.

 

 

Thanks in advance

anu.............

priyanka.mv26priyanka.mv26

You can do this for sure.. We can use ajax function to achieve this.. 

 

You place all your field in the vf page and make it invisible..

 

On the selection of field, make the field visible using actionregion function, rerender attribute

test269test269

Thank you for ur reply.Can u please send me the code for dragging in to vf page.It helps me a lot.

 

Tahnks and regards

anu

SalesforceDxSalesforceDx
Thank you for ur reply.Can u please send me the code for dragging in to vf page.It helps me a lot. Tahnks and regards
SalesforceDxSalesforceDx

Thank you for ur reply.Can u please send me the code for dragging in to vf page.It helps me a lot.

 

Tahnks and regards

priyanka.mv26priyanka.mv26

Even I haven't tried that.. I will try and will send you if it works..

 

In this case, you will have one drawback.. For example, you have 50 fields in your Contact and select field 2 and 48 then only the two fields displayed unorderly..

 

We can achieve this using JQuery in VF page as you want with drag and drop functionality..