Skip to main content
  • 1,232 Topics
  • 12 Replies
1232 Topics
Apex: Field Update not happening based on envelope status in salesforce

I am sending document using apex. Sending and signing is happening properly also, document is attaching back to salesforce record once signing is completed by all parties.I also want to update field in salesforce record based on envelope status. Like this:Envelope status ='Sent' then Document__c.Envelope_Status__c='Sent'Envelope status ='Completed' then Document__c.Envelope_Status__c='Completed'.I am giving these conditions in code like below:  myEnvelope = myEnvelope.withOptions(                new dfsle.Envelope.Options(                    null,                     new dfsle.Document.WriteBack(                        recordId,                         dfsle.Document.WRITE_BACK_NAME_ENVELOPE_STATUS_PDF,                         true,                         false                      ),                                         new Map<String, Map<String, Object>>{                        dfsle.Envelope.STATUS_SENT => new Map<String, Object>{                           

Phone Authentication with editable phone number and country code with PropertyMetadata ?

Hello,We are DocuSign C# SDK.We are configuring recipient identity verification through phone authentication with IdentityVerification < Signers < Recipient < EnvelopeDefinition We have IdentityVerification = new RecipientIdentityVerification{                WorkflowId = _signatureSettings.PhoneAuthenticationWorkflowId,                InputOptions = new List<RecipientIdentityInputOption>                {                    new RecipientIdentityInputOption                    {                        Name = "phone_number_list",                        ValueType = "PhoneNumberList",                        PhoneNumberList = new List<RecipientIdentityPhoneNumber>                        {                            new RecipientIdentityPhoneNumber                            {                                Number = signer.Phone.Number,                                CountryCode = signer.Phone.CountryCode,                            }                        }              

Badge winners

  • 1st Question Posted
    NGP Websmarthas earned the badge 1st Question Posted
  • 25th Reply Posted
    Serveshhas earned the badge 25th Reply Posted
  • 1st Question Posted
    kthaircocddhas earned the badge 1st Question Posted
  • 1st Question Posted
    Bruce Chas earned the badge 1st Question Posted
  • 1st Question Posted
    bbickhamhas earned the badge 1st Question Posted
Show All Badges