- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 11:27 AM
Hi there, I am developing a new project in a custom table. I have two approval buttons to the ticket to get approved, those two buttons are managed by different groups. In case one of the groups press the button, then only the remaining approval button should be displayed for them.
I have the state of the task that is moved by the ui actions (open, approved by team1, approved by team 2, requested information, approved)
Any clue of how to do?
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 11:31 AM - edited 03-06-2024 11:37 AM
Hi @Ana39 ,
You can use your state field to drive the condition on the second UI action. For example, if the state of the task is approved by team1, then only show the remaining approval button.
If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 11:31 AM - edited 03-06-2024 11:37 AM
Hi @Ana39 ,
You can use your state field to drive the condition on the second UI action. For example, if the state of the task is approved by team1, then only show the remaining approval button.
If my response helped you, please click on "Accept as solution" and mark it as helpful.
- Saloni