Hi Everyone,
Busy working on a script in ARIS 10.0.4
It runs from a Function symbol on a VACD.
When I debugged and tested, no problem were found. However, in ARIS Connect I got an error.
Same object on the same model was used to test.
The code looks like this:
selObjModel = selObjOccs[0].Model();
ARIS Connect Error:
Cannot call method "Model" of undefined....
Does the .Model() method not work in Connect, or have they changed the statement?
Thanks for your help.
Willem