Business rule is not triggering after the updated field is updated in the multisource data table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2025 02:51 PM - edited 05-02-2025 03:43 AM
Hi Team,
I am trying to trigger a BR on a multisource data table when the discovery source is servicenow and updated field changes but I observed the BR is not triggering at all after the "updated"(sys_updated_on) field under multisource data table is updated by discovery.
Any valuable inputs will be appreciated if someone has encountered same kind of issue as my requirement is to cascade the sys_updated_on field value to an another custom field under the hardware class.
Thanks,
Abby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 02:01 AM
Hi @Abhishek Baner1 ,
Just tried below code and its working fine
Ensure that your custom field is also of type Date/time and you are using After BR.
Mark it Helpful and Accept Solution!! If this helps you to understand.
BR,
Gomathi K