Good day,
I am using setTemporaryUserInfo in my script to display error messages for Connection and Object Occurences.
oObjOcc.Model().setTemporaryUserInfo(oObjOcc,Constants.MODEL_INFO_ERROR,"Error Message");
This is working great, but I would like to show these messages on a Model level.
The method setTemporaryUserInfo only works with connection or object occurences:
Without using Semantic Check, is there an alternative method or way to display this on a model level?