Michael_S_Smith | Posts: 66

Decline to Sign

0 votes

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?


Duo_Liang | Posts: 3776

Reply to: Decline to Sign

0 votes

Hi Michael,

 

Try to customize the package settings like below and see if this works for you:

.withSettings(DocumentPackageSettingsBuilder.newDocumentPackageSettings()   
    .withoutDecline()   
)

 

Duo


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