Decline to Sign
Tuesday, July 27, 2021 at 10:57amIs it possible to remove the 'Actions/Decline to Sign' option? For our use case, we would rather not have to program to this option. Is it customizable?
Is it possible to remove the 'Actions/Decline to Sign' option? For our use case, we would rather not have to program to this option. Is it customizable?
Reply to: Decline to Sign
Tuesday, July 27, 2021 at 04:42pmHi Michael,
Try to customize the package settings like below and see if this works for you:
.withSettings(DocumentPackageSettingsBuilder.newDocumentPackageSettings()
.withoutDecline()
)
Duo