Hi Team
I updated the resource file to disable downloads during signing:
<data name="DocuSign_SigningAllowDownload">false</data>
This hides the Download option as expected during Review/Signing, but it also hides it for Completed Documents. I want the Download button hidden while signing and visible once the document is completed.
I tried enabling it for completed documents with:
<data name="DocuSignComplete_AllowDownload">true</data>
However, the Download option is still not visible on completed documents.
Could you please help on this.