Hi all, I have a problem I want to show the name of connected application system type in all function in EPC but I faced this error "TypeError: Cannot find function ObjDef in object . (Listing Attributes of process and activities #75)"
when I add ObjDef().Name(nLocale) to line 75 as appeared in attached picture and without add it I get something like ID ex: 'Lcom.aris.modeling.co mmon.serverremoteapi. cscommon.webreportba se.reportobjects.IObjDef ;@530d5895'
Robert Goldenbaum on
Hi,
ObjDef().getConnectedObjs([Constants.OT_APPL_SYS_TYPE]) return object defs and noch obj occs...
And "connectedObj" is an array now and not a single object - so you could output:
connectedObj[0].Name(,,,)
BR Robert