Join the Acrobat Sign community. Connect, Help, Be helped.
Recently active
Hi Everyone, I'm implementing Adobe Acrobat Sign for my Microsoft 365 Tenant but unfortunately, it shows deployment error:"We are unable to initiate the deployment. To deploy the app, go to the website where it is hosted."I'm unable to install the application in my tenant, Where do I proceed on this error?I tested this also on my M365 Dev Tenant, it shows the same error.Thanks for your help,God Bless!
Cómo pueo saber si un documento ha sido firmado por todos los firmantes de forma GxP? es decir, bajo la configuración de BioPharma 21 CFR. Gracias.
Hello dears,I use MS Power Automate to fill the get signatures. I was able to create template, populate text fields from Power Automate, however I got stuck on populatyng a Hyperlink field on Adobe Sign template from Power Automate.If I use a simple Text field it works and I can see the hyperlink (only as a text, not the link and without title). If I use hyperlink field type it displays nothing. Could you advise how I can fill a hyperlink and title on the Adobe Sign form/template from MS Power Automate? This is my Power Automate action:Adobe Sign Settings Thank you for advance. Slava.
Initially one person did not want to use e-sign and has now changed his mind . So the form has been returned with all other signatures and I now need to add him in. Is this possible?
Hi I have written a flow in Power Automate that uses the "Create an Agreement from a Library Template and Send for Signature" action. The Adobe Sign template has a mix of text fields (single and multi-line) as well as multiple signatories. Once it is signed, the flow uses the "Get a PDF of a Signed Agreement" option, and uses the body of this action to create a Sharepoint PDF attachment. The SP attachement is fine except wherever there was a multi-line field the PDF just shows a blank box! (The multi-line fields show fine in the PDF that is stored in Adobe and sent to everyone by email). It is critical that the SP attachement be correct for futher processes. Any advice?
Sample Code - //Inserting the Agreementechosign_dev1__SIGN_Agreement__c a = new echosign_dev1__SIGN_Agreement__c ();a.Name = 'Test agreement 6'+system.now();a.echosign_dev1__Message__c = 'ABCD';a.echosign_dev1__Recipient__c = '0030o00003ZwbtnAAB';a.echosign_dev1__SignatureOrder__c = 'Recipient signs, then I sign';a.echosign_dev1__SignatureType__c = 'e-Signature';a.echosign_dev1__Signature_Flow__c = 'Order Entered';a.echosign_dev1__SenderSigns__c = true;a.echosign_dev1__Recipient_Addresses__c = 'xxxxxxxxxxxxxxxxx@gmail.com,';insert a; /*Taking file from an Agreement which sent the e-mail successfully to recipients, and creating a new content document link to the agreement (I am able to see the file in the Agreement record, when I navigate to it on the UI) */ContentDocumentLink cd = new ContentDocumentLink();cd.LinkedEntityId = a.Id;cd.ContentDocumentId = '0690o00000ObZAcAAN';cd.visibility = 'AllUsers';insert cd; //Inserting the recipientsEchosign_Dev1__SIGN_Recipients__c
Mis clientes reciben un mail y se le van proporcionando las instrucciones todo en ingles. Mi idioma predeterminado en mi perfil es el español, pero aun asi los clientes reciben en ingles.
I have 2 text fields that require an answer in one OR the other. If they both are marked required, it forces signees to enter text on both lines. Can I link the fields so that inputting text on one makes the second no longer required and vice versa?
Hello, I am having issues with the "from" name in the e-signature review and send page being incorrect. I have gone into the account profile and changed the profile name and the account name. However it continues to display the wrong name. Is there something else I am missing? Thank you
The new "Modern" e signature interface removes several functions that I need for me workflow, the most important of which are Multiple File Support and being able to cc additional people on the agreement that aren't the signers. Is there a way to start with the Legacy interface?
I received mail from adobesign@postsign.eu. Is this legit mail used by adobe to deliver signature requests?
Hallo ich verwende Adobe Sign und es funktioniert super, allerdings kommt es oft vor das ich selbst unterschreiben muss und ich schicke mir dann selbst das Dokument - es wäre viel einfacher wenn ich meine Unterschrift/Stempel schon vorab hinzufügen kann - oder benötige ich dafür Adobe Acrobat (als Kaufversion) ? fgChristoph
Hi i created agreement send to contact person and the did sign, salesforce received that document but in adobe agreement status still showing 'out for signature'. I enabled Automatic status changed to my org but still not changing status please. Thanks
Adobe Sign no longer appears to have password protection when sending documents for signatures.
Bonjour, j'ai acheté la licence Acrobat pro 2020. En théorie Acrbat Sign devrait être inclus ?
Hi,I have created an export under the Reports tab. I click on the 3 dots and select "Refresh" but the data in the export does not update. Completed agreements still show as "in progress" and their form field data does not appear. If I go to an agreement under my completed section under "Manage" then the agreement shows as completed and all the form field data appears when I download it. This occurs for all of my exports.
I am setting up an Adobe Template in Salesforce and need to add two additional people dynamically via Variable Runtimes. This approach doesn't allow for populating the "Add CC" email addresses. The only option is to add them as Recipients but Recipient Settings do not have a choice for CC or Read Only. Can I add them as a third Signer but not have Signer 3 Fields on the agreement template to serve as a Read Only?
Hi Everyone, I have the Power Automate flow with action "Retrieve Signing URL". This flow is triggered when paticular events happened. It is working previously fine till today. The error message is "The agreement has not yet been exposed to the requested participant". Although the changes are done hours ago, still it is giving me this error. Same thing with direct Rest API.Any thoughts?
Hi - I need your help!I´ve a send 5 documents - combined them - and they have all been signed. However - I can not seperate them into the 5 original documents, they were?! Usually this is done by clicking "Download individual files" - however it still only amounts to 1 file!
Hi, I want to use a conditional tag to remove a page. I'm using E Sign to send out some mail merges but some of the pages only apply to certain people. Is there a way?ThanksSteve
I have created a button in Salesforce. When I clicked on that button, is it possible to show available templates from Adobe Sign, allowing the user to select any one of them and proceed further to create an agreement? I have seen this functionality in DocuSign. However, I am new to Adobe Acrobat Sign, so I am not sure how to build this functionality in Adobe.
I have an intermittend issue where every once in a while the form fields added to my agreement using the PUT /agreements/{agreementId}/formField API do not correctly display despite the response from that API indicating they were. Specifically I've seen the response from the API indicate that form field X was sent to adobe, however it is never displayed. Here is how I create the agreeement:Call POST /api/rest/v6/agreements/ to create the agreement in AUTHORING state with members in the participantSetsInfo Call GET /api/rest/v6/agreements/{agreementId} to get the id's of my participantsCall PUT /api/rest/v6/agreements/{agreementId} with form fields. I fill out the assignee fields based on the participan'ts id's in the prior step My form field payload is quite large and is usually about 4500 lines of pretty print json. There is no reliable way for me to reproduce but the error rate we're experiencing is unacceptable as this used in a real pr
We are creating forms for a number of different departments - but the webform shows the creator's name as the requestor - and as the creator - we get the emails when complete. How do you change the body of the email to a generic (or none at all and just have the form name ) and how do you block the emails to the creator on a webform.
unlock yhr pdf
Auto-Save feature between web application and mobile Hi,I have a template, which I want to use to send to a prefill person and a signature person. I have an issue where I try to complete an Adobe Sign form. My prefill person want to start fill the fields on his Windows laptop. Then, he wants to pursue on his iPad. The issue is, the data won't sync between both platforms, he needs to fill the form again. Is that normal? Doesn't the auto-save feature for that?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.