Wrong date appears in the system
In my application which is developed using pega , when the patient try to add one record with the specific date they are getting one row adding automatically with the date 1/1/1970 as a record for some patients.
This is occuring very rarely and we are not able to find the root cause also.
If anyone knows how to check this issue please assist me.
***Edited by Moderator Marije to add Capability tags***
@Lakshu
If a null value is getting initialized to a date/datetime properties inside code, then automatically Pega will populate the default 1/1/1970 value to the property.
Check inside code whether anywhere null value is getting initialized to date/datetime property and handle it conditionally. If value is null then don't initialize any value to date/datetime property.