Cab Notification: CAB Change Request Delegate added

akhilaanil
Tera Contributor

Hi,
I want to know that when the notification "CAB Change Request Delegate added" is triggering? If when we fill the cab delegate field in the change request form or another way?

1 REPLY 1

SD_Chandan
Kilo Sage

Hi @akhilaanil ,

The "CAB Change Request Delegate added" notification is part of Out-of-the-Box (OOB) ServiceNow functionality and is triggered when the CAB Delegate field on a Change Request is updated.

Here's a quick summary for clarity:

Table: change_request
Field: cab_delegate
Trigger: Field update (from empty to a user value)
Notification: "CAB Change Request Delegate added"
Recipients: Typically the delegate or related stakeholders
Mechanism: Managed via a notification record and possibly supported by a Business Rule or Flow Designer Flow

You can refer this as well View solution in original post

Thank you
Chandan