We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Slushbucket and Business rules

BillieDobbie
Tera Contributor

Hi!

 

Does adding fields by clicking save in form layout slushbucket will not trigger my business rules for sys_dictionary table? Is there a way to trigger flow/business rules?

Thanks

6 REPLIES 6

Ankur Bawiskar
Tera Patron

@BillieDobbie 

the table where the records will get added will lead to business rule or flow trigger

what's your use-case?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

By creating a new field in the form layout slushbucket, we have a flow/Business Rule (BR) that generates another related BR. Unfortunately, the flow/BR is not working when the field is added this way, but it functions correctly when the new field is added directly to sys_dictionary.