Business Rule not running

OscarJC
Tera Contributor

Hi everyone,

 

I want to create a business rule that puts the value of the short description in the incident table into the description aswell whenever the description field is empty. In order to do that I defined the following trigger and action:

OscarJC_0-1684239445628.png

OscarJC_1-1684239469829.png

Does anyone know why the BR isn´t working? When I´m creating an Incident and only occupy the short description field the description field just stays empty after I save the record.

3 ACCEPTED SOLUTIONS

Kristen Ankeny
Kilo Sage

I would update it to run before instead of after. 

View solution in original post

Pravindra1
Tera Guru

Hi @OscarJC, Update the Business Rule to run Before. 

Pravindra1_0-1684241745634.png

 

 

View solution in original post

Ankur Bawiskar
Tera Patron
Tera Patron

@OscarJC 

the Set Field values works when the BR is of type Before and not for After

So please update your BR as Before and it will work fine

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

View solution in original post

4 REPLIES 4

Kristen Ankeny
Kilo Sage

I would update it to run before instead of after. 

Pravindra1
Tera Guru

Hi @OscarJC, Update the Business Rule to run Before. 

Pravindra1_0-1684241745634.png

 

 

Ankur Bawiskar
Tera Patron
Tera Patron

@OscarJC 

the Set Field values works when the BR is of type Before and not for After

So please update your BR as Before and it will work fine

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

OscarJC
Tera Contributor

Thanks everyone it works now!