Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2016 03:57 AM
Hi Goran,
Thanks for the suggestion, for some strange reason the Closed Cancelled value is set to 4 but the script doesn't take it in consideration, it is defaulting to Open, the solution I found was to create another choice on the task table with the same name "Closed Cancelled" and then added the value 25 then changed the script to gr.state = '25';, and it worked.
Best regards,
Bogdan