- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-10-2025 04:46 AM - 編集済み 07-10-2025 05:04 AM
@慶吾岡,
Since type of field is string, you wont be able to use changes operator.
You can use business rule with following logic as example.
if (current.string_field == previous.string_field){//Alternative condition (!current.string_field.changes())
gs.eventQueue('custom.notification_event', current, current.sys_id, gs.getUserID());
}
Use this logic in your BR and fire an event and set notification trigger as event.
Regards,
Ehab Pilloor
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-10-2025 04:46 AM - 編集済み 07-10-2025 05:04 AM
@慶吾岡,
Since type of field is string, you wont be able to use changes operator.
You can use business rule with following logic as example.
if (current.string_field == previous.string_field){//Alternative condition (!current.string_field.changes())
gs.eventQueue('custom.notification_event', current, current.sys_id, gs.getUserID());
}
Use this logic in your BR and fire an event and set notification trigger as event.
Regards,
Ehab Pilloor
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-09-2025 01:16 AM
Hi @慶吾岡,
can you provide more details?
You can trigger a particular notification by firing an event and for that you can add the event only when you want to be fired.
Do you want to discuss this further?
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-09-2025 01:54 AM
why are you focusing on sending notification when some field doesn't change?
You should focus on determining the actual trigger condition.
Example: send email when work notes changes, now even if along with work notes some other field changes let the email be triggered
what's your actual business requirement?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-10-2025 05:11 AM
you should focus on determining the exact condition when it should be sent and not focus on when not to send.
what's your actual business requirement?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader