Hey Guys,
We come across a use case where we need to use formula script for conditions to show the manual workflow button. This would really enhance the manual workflow button feature, and based on a previous feature request i have put before (this would allow to show the button to only certain use using code like below:
This would really help a lot.
Thanks
We come across a use case where we need to use formula script for conditions to show the manual workflow button. This would really enhance the manual workflow button feature, and based on a previous feature request i have put before (this would allow to show the button to only certain use using code like below:
PHP Code:
env\userAttribute('id') == 'some-user-id' && status == 'Pending'
This would really help a lot.
Thanks
Comment