Scheduling conflict detected. Use the Scheduling Assistant to avoid conflicts. message is not showing

Shilpi Sharma2
Tera Contributor

HI All,

Scheduling conflict detected. Use the Scheduling Assistant to avoid conflicts. message is not showing . Please help.

2 REPLIES 2

Shilpi Sharma2
Tera Contributor

Hi All,

Please help

RamSagar
Tera Guru

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