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?
July 27Created
July 27Last Updated
4 years agoLast Reply
1Replies
127Views
2Users
0Likes
0Links
Duo_Liang | Posts: 3777
Reply to: Decline to Sign
Tuesday, July 27, 2021 at 04:42pm
0
votes
Hi Michael,
Try to customize the package settings like below and see if this works for you:
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