Business rule help required on Catalog task Active field

Lucky1
Tera Guru

Hello all,

 

I have modified an already existing BR and the BR is giving info Messages what I have written but not changing the Active field value to false. Please help me.

Lucky1_0-1745309422735.png

 

 

Regards,

Lucky

 

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@Lucky1 try the following and see if it works

task_rec1.active=false; //false without quotes
task_rec1.update();

 

View solution in original post

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

@Lucky1 

active field is boolean so you should set it with true or false and not as string

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