Hello,
Why is the "1760-01-01 00:00:00.000" DeletedDate value used for contact (company) instead of "NULL" when a new contact is created?
In this article - Soft delete | SuperOffice Docs - it is mentioned that they are the same, but what is the difference between them?
What consequences would there be if one changes this value to "NULL"?
All Replies (1)
Previously the C++ code that was used for modeling the database structure didn't support/understand NULL, so 1760-01-01 = null
As you can read from the article you linked, the code supports both, so changing it to NULL in the database shouldn't matter, the question is then why would you want to do that?