Infos:
- Used Zammad version: 6.3.1
Expected behavior:
I would like to create two new custom objects under the User section to monitor the SLA Paid Status. If the SLA contract is not paid, Zammad should automatically trigger a notification—either through a trigger or a scheduler—to alert the assigned agent that a specific customer has an unpaid SLA contract.
*
Actual behavior:
Steps to reproduce the behavior:
Go to settings > System > object > User
Create field : Last Paid , format : date
Create field : SLA Paid , format : Boolean Yes / No
Create scheduler
- example Name : Paying customer check
- Monday 09:30
- Object : user
- Conditions for affected objects: Role is Customer, Last paid before (relative) : 1 Years
- Execute changes on objects : SLA Paid: Yes
CREATE TRIGGER
Name : SLA Contract Breach
conditions for affected objects * : SLA Paid is Yes
Execute Changes on Objects : Email internal, receipient : A , setup the body email etc…
Ticket is not being generated when I create a custom object under the User section. Is it a normal behavior?