Auto-Populate a reference field of parent table with the name of the Child
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
53m ago
Hi Team,
Can you please guide me regarding the After Business Rule to Auto populate a custom field named as"Physical Host Name" on a Parent Server record with the Child name once a CI Relationship is created.
Below is my sample script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
16m ago
ahoy @Chandrika4,
have you tried to log your BR? The field that you plan to populate is it a string, reference or what type? And same for the parent, are they 1:1?
Then it will might require different approach based on the data types...
What you can do is to try this behaviour in a background script and once you manage to update it on one selected record then you can apply on the BR level.
✂-----Cutting-out-the---✦AI-noise✦---All-replies-written-and-vouched-for-by-GlideFather---
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12m ago
Hi,
It is a reference field to CI table. I have tried putting logs, it seems the BR is not triggering at all.