Open KlausSGS opened 1 year ago
Setting non-string properties fails because in function Update-DSM7Object the new objects are always created with type "MdsTypedPropertyOfString" instead of the correct type according to the property type.
Thanks Klaus for mentioning this, we really would like to use the function and use it with DateTime format
I created a pull request for the fix. Supports all DSM property types but bool and version.
Setting non-string properties fails because in function Update-DSM7Object the new objects are always created with type "MdsTypedPropertyOfString" instead of the correct type according to the property type.