Error message: Actual end must be after Actual start

Sergio26
Giga Guru

Hello,

On our DEV and TEST instances (New York version) we are receiving the error message 'Actual end must be after Actual start' when we access the following forms:

- Demand (dmn_demand)

- Change (change_request)

- Project task (pm_project_task)

- User (sys_user)

The problem started suddenly.

find_real_file.png

 

Anybody knows what this could be? Looks like it is pointing to a UI Script 'PmClientDateandDurationHandler'

 

Thank you

1 ACCEPTED SOLUTION

Hello,

I opened a ticket at ServiceNow and it turned out it was because of a Business Rule 'Actual Start/End Date Validation' on the Change Request table that was never created during our upgrades until our latest NY upgrade. The person at Support was surprised because the Business Rule existed OOB in Madrid (our previous version).

We had a couple of changes that had their actual end date before the actual start date and at some point one of the changes started triggering the Business Rule in our DEV/TEST instances. By adjusting the dates the error stopped popping.

Fortunately, after our PROD upgrade to NY the errors never showed up.

Thank you for your guidance.

 

View solution in original post

6 REPLIES 6

Sukraj Raikhraj
Kilo Sage

so no need for this warning?

possible a script include / business rule is driving this requirement.

Hello,

Indeed it's pointing to a UI Script 'PmClientDateAndDurationHandler' that is called in different BR and client script of tables using those type of date fields.

And no we don't need that warning because we never had it. We are trying to understand why suddenly this warning is showing since today. 

quite possible , it's the first time the date validation is being triggered. can you look at the values for date? Make it inactive if you don't want the UI script.