How to checked check boxes two different tables based on condition?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 05:10 AM
How to checked check boxes two different tables based on condition?
Scenario:
- Create one checkbox on incident form , Name: CMDB (check box) .
- Create one more checkbox on CI form . Name : CMDB CI (check box)
- Checkbox on CI form should be checked if configuration item is selected in incident form then incident form checkbox should also be checked .
Please help on this.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 05:45 AM
What is the requirement behind this weird process? You do know you can just add the related incident list to the CI and have the information there? Why do you need the checkboxes? And even more: what happens if you have 2 incidents about the same CI?
Technical solution: create a flow on incident creation, look up the ci, tick the box and after that update the incident by ticking the box there.
But again: you are asking for a solution, not providing the issue. It sounds like a very weird process.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark