AM WA - Objects - Properties - Date property value edited via table is displayed as "01. 01. 1900"
This article is about product releases
ALVAO Asset Management 11.0 and higher
Symptoms
Date property value edited via table is displayed as "01. 01. 1900".
Cause
The cause is a bug in ALVAO products.
Solution
Fixed in release 11.1.2324 - 11.1/SP1 FIX9 (2024-02-01)
Workaround
To fix these data, you can run the following SQL script:
update p
set p.txtValue=null
from tblProperty p
join tblKind k on k.intKindId=p.lintKindId and k.KindDataTypeId=2
where p.txtValue=''
Steps to reproduce this behavior
Attachments
Issue number
T152088ALVAO