Change form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 09:11 AM
There is a complete on schedule dialogue box in change form is not working as expected when changed is completed it should be true .this issue is happening Intermittent
I have checked there is a business rule which runs and its conditions are
status changes from work in progress,
planned date change is not empty
actual end is not empty
task count is 0
and also there is a script written on business rule -
current.u_compliance = true;
current.update();
All this conditions seems to be correct but still its not working please guide
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2024 08:25 AM
i have tried this comment out the code removed the condition and set the field value as complete on schedule to true as i am not able to find the field value u_compliance in that drop down but it is still not working