- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 10:59 AM - edited 11-18-2024 11:26 AM
Hello,
I have requirement to create a field in a table that counts how many times checkbox is checked in field from another table.
What is the best way to achieve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 01:15 AM
Hi @oogabooga ,
If Table 1 is referencing Table 2, and number of times a checkbox is checked in Table 2 should be reflected in Table 1 then,
Create a Business rule, on Table 2 and GlideRecord Table 1 with filter that is a reference to Table 2 and update the field in Table 1.
If the above information helps you, Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 01:15 AM
Hi @oogabooga ,
If Table 1 is referencing Table 2, and number of times a checkbox is checked in Table 2 should be reflected in Table 1 then,
Create a Business rule, on Table 2 and GlideRecord Table 1 with filter that is a reference to Table 2 and update the field in Table 1.
If the above information helps you, Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 10:55 AM
Thank you,
Followed the steps and got it to work.
Thank you!