Document Template - Hide Generate Button
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
I have a use case for HTML Template where a customer would like to hide the generate button until the Document Tasks are completed and shows up only after the Document has been signed.
Does anyone have any ideas?
Labels:
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @JoefromTheCloud,
You need to update the condition of the UI Action. Below is an example:
So, you can add a script include into the conditions and in that script include you can check if the Document Tasks are completed. Once done you can return 'true' and then the condition will accept it and show the button.
