Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

Hi,

I received the following message during the eSign. Could I know in what situation I'm receiving the message below?

 

Hi guys, 

Our user said they need a stamp to say a tamper-proof seal is contained within the document.

Can I get support for this feature? Please check the attached file.

Hi guys,

Literally, How the Sender cancels a pending e-signature package?

Hey guys,

Is it possible to automatically match the timestamp of an Ink-it report (evidence summary) with the signer's time zone?

 

 

Hey guys,

How do we change the GMT to borrower's time zone in Evidence Summary?

Replies Created

Reply to:

0 votes

Hi Duo, 

The below is the code to set the time zone when we create the package. If we apply this, the time zone of the package is changed, but the evidence summary continues to be GMT. Is there something wrong with our setup? We are using .NET SDK.

 

result = PackageBuilder.NewPackageNamed(_PackageName)

                     .WithSettings(DocumentPackageSettingsBuilder.NewDocumentPackageSettings()

                          .WithoutInPerson()

                          .WithOptOutReason("Information in the package is inaccurate.")

                          .WithOptOutReason("I don't want to receive eSignature Packages.")

                          .WithoutDocumentToolbarDownloadButton()

                          .WithCeremonyLayoutSettings(CeremonyLayoutSettingsBuilder.NewCeremonyLayoutSettings()

                                .WithoutSessionBar()

                                .WithoutGlobalNavigation()

                                .WithoutBreadCrumbs()

                                .WithTitle()

                                .WithProgressBar()

                                .WithNavigator()

                                .WithGlobalDownloadButton()

                                .WithGlobalConfirmButton()

                                )

                          )

                    .WithAttributes(new DocumentPackageAttributesBuilder().WithAttribute("Calyx ID", _LoanGuid).Build())

                    .WithTimezoneId("PST")

                     .ExpiresOn(DateTime.Now.AddDays(_ExpireDay))

                     .DescribedAs("package")

                     .Build();


Subscriptions

Topics Replies Freshness Views Users

Hi,

I received the following message during the eSign. Could I know in what situation I'm receiving the message below?

 

2 1 year 2 months ago 194
Profile picture for user Duo_Liang
Profile picture for user Melissa_Kim

Hi guys, 

Our user said they need a stamp to say a tamper-proof seal is contained within the document.

Can I get support for this feature? Please check the attached file.

1 2 years 6 months ago 220
Profile picture for user Duo_Liang

Hi guys,

Literally, How the Sender cancels a pending e-signature package?

2 2 years 8 months ago 254
Profile picture for user Duo_Liang
Profile picture for user Melissa_Kim

Hey guys,

Is it possible to automatically match the timestamp of an Ink-it report (evidence summary) with the signer's time zone?

 

 

1 2 years 9 months ago 37
Profile picture for user Duo_Liang

Hey guys,

How do we change the GMT to borrower's time zone in Evidence Summary?

5 2 years 8 months ago 97
Profile picture for user Duo_Liang
Profile picture for user Melissa_Kim

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.