I have a view in which there are many documents. In that view i need a button, on click of which it should create a new document by taking only values of six fields as are in the current document. Can anyone help me out on this. Thanks in advance.
Subject: RE: Create a New Document taking values from Existing Document
Hi Piyush,
Thanks for ur Reply.
This is exactly the same way it should be done.
I have 3 Radio Buttons and Three Check boxes in the existing documents , i need only the Labels as well as field values for the check boxes in the new document. Can you help me out with some code.
Subject: RE: Create a New Document taking values from Existing Document
Hi Anil,
I don’t have any ready made code with me rite now.
I m not too sure about how can you get Labels, but if u able to access field value then there will be not a problem with checkbox also. coz you r accessing checkbox value from saved doc.
If u access checkbox value then it wont give u all the value of checkbox, it will only gives saved value.
For lable: if ur no. of field or labels are fixed to fetch then u can saved the fieldname and respective lable in a field and can access based on ur required field name.
But I m love to see ur code how did u have fetch the lable value once u have done. Pls share with us also… and hope u’ll do