The Model.setTemporaryUserInfo ( Occ ObjOrCxnOcc, int nType, String sText ) method is a neat way of indicating semantic problems with models from ordinary reports (not just semantic checks) that depend on specific conventions: you get a highlight and a text on each connection or object that you want to indicate a warning for, transiently.
However, it seems to work only in the Designer/Architect client: I have not managed to get any indication or problems when running it in Connect or Connect Designer. (Portal version: 10.0.17.4.1609029; ARIS version: 10.0.17.4.1609029). Am I missing something?
Is there an overview of what report methods and functionality (like Fragments, or Architect method & filter management) differ between the Java Designer client and the Connect Designer?
Martin Schröder on
Hello Pontus,
on https://documentation.softwareag.com/aris/Architect/10-0sr18/yaa10-0sr18e/index.htm
> Additional documentation
you can find references for the differences with regard to client/license types
and changes between Aris releases: Report Script Changes
re: setTemporaryUserInfo
I did not try this one, but in general it is a pity that differences between the client types are not marked in the script help. The only hint on methods available in the thin client is the historic formula "This method is also available in ARIS Publisher report." And it happens to be the case for
Report class Context - Method addActionResult
Maybe it is an alternative for your purpose.
Regards, Martin