New to Business Rules - Notification if Edit is made to a Project | Community
Skip to main content
Level 2
June 4, 2026
Solved

New to Business Rules - Notification if Edit is made to a Project

  • June 4, 2026
  • 2 replies
  • 82 views

I’m curious if we can create a Business Rule that if anyone “Edits a custom form” on a Project that a notification goes out.  If that’s possible, how would I write that?

Best answer by StutiTi

Hi ​@JulieUn2 , Unfortunately, Business Rules cannot send notifications as they are designed to validate and restrict actions (block edits, show error messages, enforce required fields), but they do not have the ability to trigger outbound notifications to users.If you’ve fusion, you can build a scenario using the Watch Events module triggered on a project field change, then send an email or in-app notification to whoever needs to know. This gives you full control over who gets notified and what the message says.

2 replies

skyehansen
Community Advisor and Adobe Champion
June 5, 2026

Directly quoting from the business rules docs on

https://experienceleague.adobe.com/en/docs/workfront/using/administration-and-setup/set-up-wf/configure-system-defaults/business-rules

A business rule allows you to apply validation to Workfront objects and prevent users from creating, editing, or deleting an object when certain conditions are met. Business rule validation helps to improve data quality and operational efficiency by preventing actions that could compromise data integrity.

Organizations that have the Workflow Ultimate package can also configure business rules to automate actions for the created, edited, or modified object when certain conditions are met. Available actions include sharing the object or attaching a custom form to the object.

JulieUn2Author
Level 2
June 9, 2026

Thank you!

StutiTiAdobe SupportAccepted solution
Adobe Support
June 9, 2026

Hi ​@JulieUn2 , Unfortunately, Business Rules cannot send notifications as they are designed to validate and restrict actions (block edits, show error messages, enforce required fields), but they do not have the ability to trigger outbound notifications to users.If you’ve fusion, you can build a scenario using the Watch Events module triggered on a project field change, then send an email or in-app notification to whoever needs to know. This gives you full control over who gets notified and what the message says.