How to save date property in Teamcenter through mendix

0
I am getting a date value, converted it to string value and using setProperties soa, trying to update it in teamcenter. But getting the error like "Unparsable date".
asked
1 answers
0

The Date property is pretty sensitive , you will not be able to save it after converting it to string. I think you are converting the date value to string for using it in Changed Attribute entity. instead create another ChangedAttribute entity like this (Use datatype of changed value as date and time) and connected the other side with Desired attribute, In my case I had connected with Iman Relation.

image.png

Then Design your microflow like this 

image.pngimage.png

 

Hope it helps !!

answered