aaronstine

WithoutGlobalConfirmButton ceremony setting not observed.

0 votes
Hi, We're on onsite customer running ESL 6.2. We recently decided to remove the "Confirm" button at the top of the screen during the singing ceremony. We added code to include .WithoutGlobalConfirmButton() per below but we still see the "Confirm" button during signing. I've pulled the JSON for packages created before and after the change via the API (attached). The JSON shows the change, but again no change in behavior. Any Ideas? PackageBuilder PkgBuilder = PackageBuilder.NewPackageNamed(Model.GUID + "-" + Model.Id) .ExpiresOn(DateTime.Now.AddHours(PackageExpirationTimeHours)) .WithSettings(DocumentPackageSettingsBuilder.NewDocumentPackageSettings() .WithoutLanguageDropDown() .WithHandOverLinkTooltip("Go Back") .WithDialogOnComplete() .WithCeremonyLayoutSettings(CeremonyLayoutSettingsBuilder.NewCeremonyLayoutSettings() .WithoutGlobalNavigation() .WithoutBreadCrumbs() .WithoutGlobalDownloadButton() .WithoutGlobalSaveAsLayoutButton() .WithoutGlobalConfirmButton() .WithoutGlobalSaveAsLayoutButton()));

Attachments

Reply to: WithoutGlobalConfirmButton ceremony setting not observed.

0 votes
Hi aaronstine, In previous versions of environment, it's a known issue that this function doesn't work. So since 11.14 in sandbox and prod, the behavior of "Confirm" button has changed. The Confirm option in packagesettings is not used, it's now ignored. Which means the confirm button will always be available in the signing ceremony. For all the Consent forms (including default and created ones), it will be disabled since we just need to Accept those types of documents, not to confirm. And in SDK, we also removed this .WithoutGlobalConfirmButton()function. If this changed behavior is what you want, you can update your on-premises version to get this feature. Besides that, you may have noticed that, during regular signing documents, confirm button will be disabled until all signatures are accepted. Hope this could help you! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: WithoutGlobalConfirmButton ceremony setting not observed.

0 votes
Thanks Duo. So just to confirm, it's not possible in our current (or future) versions to disable the "Confirm" button?

Reply to: WithoutGlobalConfirmButton ceremony setting not observed.

0 votes
Hi aaronstine, Yes, unfortunately the "disable Confirm button" function is no more available according to the plan. In the versions after 11.14, you can see the changed behavior as mentioned above. Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off