on ‎2021 Sep 08 12:35 PM
Hi all,
do you know if it's possible to block/hide the comment section at the bottom of a workflow?
Or ever default to blank if not possible to hide?
Thanks!
Request clarification before answering.
Yes, it is possible to hide the comment section at the bottom of a workflow in SuccessFactors. You can do this by customizing the workflow approval form template in the Workflow Designer tool.
To customize the approval form template
<textarea id="Comment" name="Comment" label="Comment" style="display:none;"></textarea>
<textarea id="Comment" name="Comment" label="Comment" style="display:none;"></textarea>
5. Save your changes to the template and publish the workflow to apply the changes.
Alternatively, if you want to keep the comment section but have it default to blank, you can set the "value" attribute of the textarea element to an empty string. For example:
<textarea id="Comment" name="Comment" label="Comment" value=""></textarea>This will cause the comment field to be empty by default when the approval form is displayed.
It's important to note that these changes will only affect the approval form template for the specific workflow you are modifying. If you want to apply these changes to multiple workflows, you will need to customize the approval form template for each workflow individually.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello, willdub,
This is a product limitation. Currently, it is not possible to hide Comment field and withdraw button in workflow page. Comment field is editable to all approvers and contributors all the time, while withdraw button is showing up when initiator opening the workflow page.
Best regards,
Alina
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.