- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 01:15 AM
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.
Regards,
Lucky
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 01:52 AM
@Lucky1 try the following and see if it works
task_rec1.active=false; //false without quotes
task_rec1.update();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 01:34 AM
Hi @Lucky1
After task_rec1.active = false add below line.
May i know why you are directly updating the active field instead of updating the state field as closed complete/incomplete?
Regards,
Siva

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 01:52 AM
@Lucky1 try the following and see if it works
task_rec1.active=false; //false without quotes
task_rec1.update();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 02:03 AM
Yes Sandeep,
It's working now.
I will come back.
Regards,
Lucky

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 02:28 AM
@Lucky1 Please mark the response accepted solution.