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?