WithDialogOnComplete() stops working after upgrade
Thursday, April 26, 2018 at 06:42amHello,
We recently upgraded our internal ESL system to 6.2. After the upgrade, packages created with .WithDialogOnComplete() no longer present the dialog at the end of the signing process. Is there a separate setting that has to be enabled on the account level for this dialog to work? The code itself hasn't changed (see below).
Thanks!
PackageBuilder PkgBuilder = PackageBuilder.NewPackageNamed(oleModel.profilerGUID + "-" + oleModel.sessionId)
.DescribedAs("ESign Package created by new process using the eSignLive SDK")
.WithSettings(DocumentPackageSettingsBuilder.NewDocumentPackageSettings()
.WithoutLanguageDropDown()
.WithHandOverLinkHref("https://www.google.com")
.WithHandOverLinkText("Return to Google")
.WithHandOverLinkTooltip("Go Back")
.WithDialogOnComplete()
.WithoutOptOut()
.WithCeremonyLayoutSettings(CeremonyLayoutSettingsBuilder.NewCeremonyLayoutSettings()
.WithoutGlobalNavigation()
.WithoutBreadCrumbs()
.WithoutGlobalDownloadButton()
.WithoutGlobalSaveAsLayoutButton()
.WithoutGlobalSaveAsLayoutButton()));
Reply to: WithDialogOnComplete() stops working after upgrade
Thursday, April 26, 2018 at 08:31amReply to: WithDialogOnComplete() stops working after upgrade
Thursday, April 26, 2018 at 12:43pmReply to: WithDialogOnComplete() stops working after upgrade
Friday, April 27, 2018 at 05:19am