I was able to successfully obtain and send an envelope from the template using the Docusign API. The only problem is that tab values are not pre-populated as expected (they remain empty). Here is the relevant code based on DocuSign-REST-API-Webinar-April2013:
//////////////////////// ///////////////////// STEP 2 - Create an Envelope /////////////////////// ///////////////////// $ data = array ("accountId" = & gt; $ accountId, "emailSubject" => "DocuSign API - Signature Request = "Gtc: mediawiki-xid =" gtc: mediawiki-xid = "gtc: mediawiki-xid =" gtc: "," role-name "= & gt;" customer " "Routing order" => 2, "Tab" => Array ("TextTab" => Array (Array ("Tabable" => "mmr", "value" = & gt; 29.95 ");), Array (" email "=> gt; $ email," name "= & gt; $ payee name," inPersonSignerName "= & gt;" some tech "," Role-name "= & gt;" take "," routing order "= 1," tab "=> array (" textTabs "=> array (array (" tabiil "= & gt;" \\ Array ("Tabelable" = & gt; "\\ * city", "value" = & gt; "Rally")))))), "State", "value" = & gt; "Status" = & gt; "sent");
All of my searches for the support forum, documentation, etc. I think I have what I have. I have double-checked the tablelables and they are right and have played the right role. The template has three roles - tech (sign in person), customer (sign in person), data entry (get a copy).
Can anyone solve the problem? I also tried with "tabelable" => "state" and "tableable" => "city" (i.e. without wildcard) but there is only one problem. Let me know if you need more info. Thanks!
Have you verified in the template that tags are assigned to the intended recipient? Depending on your code above, it seems that the tag named "mm" should be assigned to the role of the customer and assigned to the tag tech labeled "state" and "city". Is it true?
Comments
Post a Comment