Dear all,
I am very new to ARIS and I am diving immediately into a problem. I am using ARIS 10.
I am rewriting a old report, where I want to put some shared methods in a seperate JS common file.
Following the following guide:
https://www.ariscommunity.com/users/rbeddoe/2012-01-12-object-oriented-programming-aris
So, I have this file now in common, which I have imported into the report, but still intellisence is unable to find my object of class in JS.
Is something changed since that person made the guide back then?
Jan Pieten Author on
I have found out that intellisence does not really work well with identifying which objects are referenced. Tried my custom created class for the link above and eventually I did have access to the properties. However, no I am facing the issues that I can only access properties as Functions, but passing parameters to this functions in somehow not allowed. Anyone knows anything about this?