This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Meta data error reference to itself

MetadataModelUITransaction.cpp, 879, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 13750, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 8030, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 10064, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 10124, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 15324, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 14230, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
MetadataModel.cpp, 15109, The parameter is incorrect. (The placeholder "%PROPERTY_1019%" has reference to itself.) (0x80070057)
(M-Files 23.10.13060.5 2023-11-13T13:43:54.939Z)

How to fix this error

Parents Reply
  • CurrentUser is an item from the Users value list. Users do not have properties like supervisor, department and manager. I guess you have an Employee object with those properties, and your intention really is to indirectly lookup the values from Employee via the current user. That is more complicated than I can explain at this time of day (evening here). If someone else is more fresh minded, they might chip in with their ideas. Otherwise, I may find some time to describe a solution one of the coming days.

Children