External JAR file for Reports in ARIS 9.8
Hello ARIS Community,If I use the JavaImporter in the previous ARIS version 7.1, I had to place the jar file in the \server\lib directory. Is it any different in version 9.8? I ask because running...
View ArticleImport ARIS 98 content into ARIS 7
Hi Professionals,is there an oppertunity to import ARIS 98 content into ARIS 7 ??Many thanks in advance. Kind Regards Peter NeumannForum: Reports & Macros
View ArticleHow to trigger macro on closing of model window
I am trying to develop a macro, that should be triggered automatically on clicking the close button of a model window.Our ultimate aim is to check whether the particular template is applied on the...
View ArticleGroupList in Database
Hi, Please help me. How to get a list of all groups in Database? Run reports from the database) groups = ArisData.getActiveDatabase().GroupList(ArisData.getSelectedGroups()[0]); - It only works...
View ArticleHow to make Aris display dialogs via Aris Connect (web client)
Hi, Community!I'm very new with ARIS & JAVA stack therefore sorry for silly questions... Is it possible to understand inside a report script how it was run: via desktop app (e.g. Aris Architect) or...
View ArticleConvert Automated Script to APG Service
Hi All,We have created an APG process for model promotion from one database to another. Because APG cannot do certain functions, I thought of writing an script which could run through APG (or APG could...
View ArticleBackup the reports via script
HiI want to backup my reports from a script, can it be done? I read some post, but I didn't find one to guide what I want to do Hope any one can helpRegardsDiego A.Forum: Reports & Macros
View ArticleGet Database from String
Hello ARIS Community, i have a question concerning local services in the APG. Can someone tell me how i can get the database object based on the database name?I have defined the databaseName and the...
View ArticleAdding header to all existed model automatically
Hello everyone ,I have around 2000 moder (EPC ,FAD,VACD...) i want to add header "Fragment" to all the models ,there is anyway to add it automatically without open each model separately?! The main...
View ArticleHow can i get de original size of an object occurrence
Hello!Is there a any way to write a script to compare the size of objects occurrence in model and the size of objects definition (according to active filter/template)???I can get the size of obj...
View ArticleReport: Create Process Manual - where is the organisation information
HiWe are trying to document our processes in EPS row display. At hte center of this modeling effort is the central role catalogue (see my earlier post). From the workflows we want to create the...
View ArticleScript format text in symbols
I would like to write a macro to resize symbols to fully encompass their text. I know this can be done with Format^Representation^Text attributes in symbol set to "Resize Symbol" from the Properties...
View ArticleLogo icon place on model
Hello,I'm looking for solution of logo icon placement in model. I used createComObjOcc function of model. Are there other ways to do it within script? Thanks.Forum: Reports & Macros
View ArticleScript to create an object
Hello community!I'm trying to create a pool object inside a BPMN model.for(j = 0; j < modelList.length; j++){ var type = modelList[j].Type(); var name = modelList[j].Name(num);...
View Articleafter upgrade to ARIS 9.8 SR6, the report does not differentiate symbol names
Hello, we have upgraded to ARIS 9.8 SR6, however the report we have started pulling the objects of same type regardless of the Symbol name so in the function list it mentions controls and interfaces...
View ArticlePossibility to trigger macro from occurence
Hello,I'm looking for options triggering macro from occurrence. The double click opens Properties window what is undesirable behavior. The right click opens menu. By the way, is it possible to add some...
View ArticleSearch options in a Report
Hi,I'm creating a report and I have a problem with the search time. I'm using the FIND Method of the Database to find objDefs with a special type and *name* (with WILDCARDS) for later display the...
View ArticleARIS Scripts
Hi All,Initially the folder structure for our database is as follows:4_Application and Infrastructure Architecture 5_Data PrivacyNow the folder structure has been changed by the user. Please find...
View ArticleHow to set a margin to a model with scripting?
Hello, I know how to do this manually, I do it like you can see in the picture below: (open model (bpmn), click format and click layout) <- Write 300 in left margin But I need to do this with a...
View ArticleIs there a way to get Connected Models from a Model
Hi,I am trying to get the Connected Models (as shown below) from Model object in Report, but I am not able to find methods that returns Connected Models from Models, I could get the Connected Objects...
View Article