Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
cmcconnell
in reply to: cmcconnell

I have been able to get part of the way there, by changing the code for each date property to that shown below.

 

If the values are not populated in the model, it does not overwrite them with 1/1/1601. However, if I delete the date value in my idw property and push it to my model it sees that as a value other than 1/1/1601 and fills the model property with 1/1/1601. :slightly_smiling_face:

 

Anybody know a way through this insanity?

 

'Creation Date
If iProperties.Value(oModelName, "Project", "Creation Date") <> "01/01/1601" Then
iProperties.Value(oModelName, "Project", "Creation Date") = iProperties.Value("Project", "Creation Date")
End If
Mechanix Design Solutions inc.