Hi
I defenitly have an ObjDef "in hand". But all tries to get any variant-info about this object returns in error.
I tried oObj.isVariant(), oObj.hasVariant() as well as oObj.Master().Name(nLocale)
I allways get a TypeError: Cannot find function isVariant in object ObjDef ID=....
I do similar things with models. All Methods above works as designed. Why can't I access the methods for Objects?
It's ARIS 7.2.0
Thanks for any ideas
Dominik Jenzer Author on
SOLVED!!!
Wrong spelling. Correct Methods are HasVariant() insted of hasVariant(), same for IsVariant().
Ability to read may help ;-)