Id/Data in json format restricts changes in approval
Tuesday, February 9, 2016 at 10:22pmHello ,
I am creating few approval fields , where I am passing data in following format :
{
"page":0,
"subtype":"TEXTFIELD",
"width":161,
"binding":None,
"extract":False,
"extractAnchor":None,
"left":607,
"top":289,
"validation":None,
"height":20,
"data":None,
"type":"INPUT",
"name": "own1_percentage",
"value":lead.own1_percentage or '',
}
It works absolutely well. But whenever I add an ID to field, or something into data, values is appeared on the PDF and signer is able to edit the value as well, but after signing the document , new value(edited by the signer) is not preserved and it changes back to the value passed through json. Am I missing something ? Also , please explain the use of "data" here. How can I pass values to the data ?
Many thanks!
Reply to: Id/Data in json format restricts changes in approval
Wednesday, February 10, 2016 at 06:59amReply to: Id/Data in json format restricts changes in approval
Wednesday, February 10, 2016 at 07:12pmReply to: Id/Data in json format restricts changes in approval
Thursday, February 11, 2016 at 01:40amReply to: Id/Data in json format restricts changes in approval
Thursday, February 11, 2016 at 08:27amReply to: Id/Data in json format restricts changes in approval
Thursday, February 11, 2016 at 03:39pm