Scheduling conflict detected. Use the Scheduling Assistant to avoid conflicts. message is not showing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2020 09:44 PM
HI All,
Scheduling conflict detected. Use the Scheduling Assistant to avoid conflicts. message is not showing . Please help.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 10:05 PM
Hi All,
Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2020 12:40 AM
Update the conflict detection to run only in the new state, because you don't need the conflict detection once the changes is moved to Assess state(as we lock down the planned start and end dates).
Client Script : Conflict change
Add the condition to show the warning message only in the new state and when the conflict is detected.
if (newValue === "Conflict" && g_form.getValue('state') == '-5') {
g_form.addWarningMessage(getSchedulingConflictMessage(), "conflict_warn_status");
return;
} else if (isLoading || newValue === '')
return;
Now the "Scheduling conflict detected. Use the Scheduling Assistant to avoid conflicts." message will not display through out the change