You need to sign in to do that
Don't have an account?
SalesforceDx
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.............
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
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
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
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..