- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2022 03:08 AM
Hi Experts ,
Have a requirement when the tags are added to the change request, those added tags should get populate in the cab_agenda_item table for the associated change request,
Similarly when the tags are removed from change in change_request table those should get removed in cab_agenda_item table records as well.
Kindly help me on achieving this with script (Business rule) .
Thanks,
Chaithanya
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2022 03:51 AM
Why bother with a BR when you can build it in Flow Designer with zero code?
TRIGGER:
STEPS
1. Look up ALL CAB Agenda Item Records where Task = Trigger Record's Table Key
2. For each item in 1
3. Create Record in the Label Entry table
- Label = Trigger Record's Label
- Table = Trigger Record's Table (ALTERNATIVELY the Table entry from 1)
- Table Key = 2.Sys_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2022 08:06 AM