How to get the signed version of the Widget customized by using getDocuments?

Hello

How can I get the signed version of the Widget customized by using getDocuments? It seems that we can get that by specifying email at getDocuments method call, but it seems to work. It always returns the original document widget but not signed. Any help will be appreciated.

p.s.: It works very well when obtaining documents created using the 'sendDocument' method but not with documents created with 'createPersonalUrlWidget '.

Hello JunaidAnwar,

You provide the key Widget Parent document created? If this is the case, then getDocuments will return the original Widget created and not signed.

In order to retrieve the signed copy (child Widget Parent), you must first obtain the keys to document associated with signed Widgets. You can retrieve first of all by the getFormData method and provide the key Parent Widget in the application code. In response, you will receive all the keys of the document signed Widget instance as well as form data.

Now, use the keys of the document received in getDocuments () in order to obtain signed PDF.

Let me know if that helps!

-Usman

Tags: Adobe Sign

Similar Questions

  • Photosmart 7525: photosmart 7525 photo tray - how to get the photo tray to use instead of the main tray

    I use a computer from Dell using Windows 8.1 desktop 64-bit.  Printer is HP Photosmart all-in-one 7525.  The software is Microsoft Picture Manager.   I want to print a photo .jpg of MS Picture Manager for paper photo 4 x 6 I have loaded in the photo printer paper tray.  The problem is that printing is still trying to main paper tray in the printer.  Remove all paper from the main tray just causes the print operation to not to say that the main paper tray is in the paper.    If the main tray contains plain paper, the photo printed on this paper.  I have the printer set up to use the photo tray.  I select HP 4 x 6 paper in MS Picture Manager and also set Picture Manager to the highest print quality.  But no mater what I tried, the printer selects tray to main paper rather than the smaller photo paper tray.  The printed image is 4 x 6, but it is printing on paper of the main plate.  What I am doing wrong?

    Well - I found that among the pop ups related print had a link 'options' that seems to indicate that it could be me trying to change things which were not suitable for my printer - so I didn't click the link.  So this time I didn't click the link and he showed me up - again - to set the s/w to use the photo tray.  So I did and the photo made print from the photo rather than the main tray tray.  So now I know how to do and don't need to mess with trinkets or all other signs, you've shown me.  Thank you for taking the time to try to help me.  I appreciate your help.  CR

  • How to get the ID internal interface using alternative methods

    Do anybody has an idea, how can I get internal ID of the Interface is there a substitution method I can use to get the code.

    I want to use this ID in the steps of the (GS) Knowledge Module.

    Hello

    You can use API, <%=odiRef.getPop("I_POP")%> to get the internal ID of the interface.

    Thank you
    Guru

  • How to get the PC host name using labview

    Hello

    I have a need to display the name of the host (login name) pc in my application. How do I get using labview in DURATION that is if I write a program and run it in different systems of PC / same system with different users, so I should get corresponding logins.

    Can someone help me on this?

    Thank you

    Kind regards

    DEGHA

    Should be available in LV RTE

  • How to get the Lenovo customer service?

    Hello

    I got my X 230 Tablet laptop for only 3 months and I have to say that I am more disappointed and dissatisfied with the quality of service I received both the product and the seller. My laptop did evidence of errors and faults always lags and freezes, now its to the point where I can't even activate it properly.

    I called about 5 different numbers of Lenovo and I always get answered by an automated system which does not seem to be able to solve my problems.

    Can anyone here please help me understand how to contact Lenovo costumer care and assistance by a real person?
    I would get my hard drive replacement or a full refund.

    Any help is greatly appreciated.

    Kind regards.

    PS I apologize in advance if I'm posting in the wrong section.

    from this page: http://support.lenovo.com/en_US/detail.page?DocID=PD008370

    did you call Service at the number below?

    Country or region Product Language Phone number Opening hours
    United States THINK brand products English 1-800-426-7378 24 hours/day
    7 days a week

    Kind regards.

  • How to get the component custom property

    I have a custom component that is repeated as follows:

    < mx:Repeater id = dataProvider = "{this.category1"productsRepeater"}" > "

    "< mouseOver =" CFSMouseOver_Folder (event) "local: ComFolderItem" click = "CFSClick_Folder (event)" studentName ='{productsRepeater.currentItem.productName + "(" + productsRepeater.currentItem.productPrice + "") "'}" > "

    < / local: ComFolderItem >

    < / mx:Repeater >

    And I want back the studentName and productPrice when this component is clicked on

    private void CFSClick_Folder(evt_obj:Object):void {}

    var studentName:String =?

    }

    Please can someone tell me how I can get this value?

    Thank you

    Paul

    I think you would be after something like:

    private void CFSClick_Folder(event:Event):void {}
    var studentName:String = event.currentTarget.getRepeaterItem (.studentName)
    }

  • How to get the static attribute by using its name as a string

    I have an app with about 100 boxes of single drop-down list (this is a requirement of the Government, I'm not that bad a designer) and I would like to define the choices in a single file separated like this:

    package components {}

    Import mx.collections.ArrayCollection;

    public class {choice}

    [Bindable] public static var A0310A: collection ArrayCollection = new ArrayCollection ([] collection
    {value: '01', label: 'Admission'},
    {value: "02", label: "Quarterly"},
    .. .snip...
    ([{value: "99", label: "NOT the OBRA required"}]) ;

    public static void getChoices(name:String):ArrayCollection {}
    var temp: ArrayCollection = collection?
    Return temp;
    }

    }//----------------end of class--------------------------------
    }//======================== end of package==============================

    I want to use it like this

    < my: ComboBox id = "mdscombo" tag = "A0310A" / >

    Where the definition of my: ComboBox includes the code like this

    var zz:ArrayCollection = Choices.getChoices (name);

    but I can not find any function that will allow me to do.  I don't want really clutter up the code by creating a name-> object mapping table.

    I had also considered using the XML data type, but I have the same question, unless I had all the choices under a single root (possible), but this could be a nightmare when debugging in typo XML file.

    Any suggestions?

    To answer your question, you can access static variables with a chain in this way:

    Choice ["A0310A"]

    However, you probably want to re-evaluate your design because this isn't a very desirable approach.

  • How to get the parameter values of a step type custom when I create file and adding a type of step seq

    I use lv 8.5 and teststand 4.0.

    I did a step type custom and recorded at the MyTypes.ini in pallets of type.

    I specified a default module by opening the properties of the custom step of *.ini type window, then I put some values of the parameters.

    T1) when I open teststand and I add the custom step type manaully in seq file, the labview module parameter values are represented.

    But, if to use file (create and add support prototype stage), the labview module parameter values has the default value.

    Using joint file, how to get the setting custom step type values I put in *.ini?

    Q2) each type of step are automatically by name through the use of LoadTypePaletteFilesEx. When I open teststand and I add the custom step type manaully in seq file, the module is loaded automatically. Inside the attachment, I use a prototype of charge and a fixed path where the module labview is to load the labview module.

    Can I load module automatically without using a prototype of charge or how can I get a dynamic path of type step?

    I solved Q1 for myself by using the mapping tab of the parameter within the configuration to the default module window.

    Everyone knows Q2?

    Thank you.

  • get the project name to use in a procedure?

    How to get the project name to use in a procedure?
    example of < % = odiRef.getOption ("COMPATIBLE") % > - but the name of the project or your ID?
    the 11 ODI.
    Thank you

    Published by: ODI Dev user on 12/01/2010 16:42

    Hello

    Why you want to get the name of the project? When you place a repository of development to a repository of execution, where there is no concept of projects, what value do you offer you to get?

    BOS

  • How to get the version of the Application

    Hi all

    How to get programmatically our version of the Application that is present in BlackBerry_App_Descriptor.xml...

    can you give me the answer...

    Retrieve a handle to a module.

    int handle = CodeModuleManager.getModuleHandle ("MyApp");

    Retrieve specific information about a module.

    String version = CodeModuleManager.getModuleVersion (handle);

  • How to get the version of the manifest extension?

    Hello

    We know that to get the extensionID that simply use CSInterface.getExtensionID ().

    But, I want to know what version of my extension (Extension Id = Version X = X) is in the manifest file, anyone know how?

    Thank you!

    var csInterface = new CSInterface();
    
       var url = "file://"+csInterface.getSystemPath(SystemPath.EXTENSION)+"/CSXS/manifest.xml"
    
        var req = new XMLHttpRequest();
        req.open("GET", url, false);
        req.send(null);
    
        xmlDocument=req.responseXML;
        alert(xmlDocument.getElementsByTagName("Extension")[0].attributes.Version.value);
    

    HTH

    http://www.ozalto.com/

  • How to get the Dutch version of elements for mac 13

    How to get a Dutch version of photoshop elements for mac 13

    You can download at the bottom of the link:

    https://helpx.Adobe.com/Photoshop-elements/KB/Photoshop-elements-downloads.html

  • Win version first elements 14 rather than Mac version you downloaded. Serial number does not work. How to get the right serial number

    Win version first elements 14 rather than Mac version you downloaded. Serial number does not work. How to get the right serial number?

    It is unclear what problem you are facing... the wrong version or the wrong serial number.  The serial number is likely for the other version.  You don't want the serial number of Windows or the Mac version?

    One of the following conditions may be useful...

    You can exchange languages/platforms for a newer version product if you follow the instructions on the following link:

    l http://helpx.adobe.com/x-productkb/Policy-Pricing/Order-Product-Platform-Language-swap.htm

    To the link below, click on the still need help? the option in the blue box below and choose the option to chat...
    Make sure that you are logged on the Adobe site, having cookies enabled, clearing your cookie cache.  If it fails to connect, try to use another browser.

    Serial number and activation support (non - CC) chat
    https://helpx.Adobe.com/contact.html?step=PHSP-PHXS_downloading-installing-setting-up_lice nsing-activation_stillNeedHelp

  • I can't find my serial number for Photoshop Elements version 8. It came with a HP computer I bought in 2010. I recently had to do a recovery, it has been uninstalled. I moved since then and don't know how to get the serial number.

    I can't find my serial number for Photoshop Elements version 8. It came with a HP computer I bought in 2010. I recently had to do a recovery, it has been uninstalled. I moved since then and don't know how to get the serial number.

    Please explain how I can get the serial number?

    James, if it came with the machine and you are not registered, then you can't get it from the dealer where you purchased the machine. PSE 8 is now end of life and we have limited resources for the same thing, make sure you check the system requirements | Adobe Photoshop Elements if you try to install it on a new machine.

    If you want to upgrade to the latest version, you can check: photo editor, change the images. Adobe Photoshop Elements 13

    Atul_Saini

  • How to get the Mac version?

    Is anyone know how call/get the Mac of Dreamweaver 8 version if I already own the Win version?... contact Adobe is useless... I got a message with their support for 10 days with no response team.

    Is anyone know how call/get the Mac of Dreamweaver 8 version if I already own the Win version?... contact Adobe is useless... I got a message with their support for 10 days with no response team.

Maybe you are looking for