Updating model attribute using a macro
Hi Everyone,Busy with a macro in ARIS10 SR11. The macro start on the event Close model, it checks the AT_STATE_1 attribute, and if the value corresponds with "Complete" it kicks of the QA script. If...
View ArticleSetTitle to 1. subprocess name or 2. process name if more than one subprocess...
HiI'd like to set the title of the report to be the selected subprocess name, if there is only one selected subprocess, or to be the process name, if there is more than one subprocess selected. Is...
View ArticleGUID of an object type
Hi ARIS-Fans,sorry, but I need a little assistence.I have an object. This can ba a model, an objdef, a symbol/occurance, a connection or an attribut.Now I need to know the object type. But because some...
View ArticleHow to Determine If a Connection Type is in Use
With Aris 9.8 how can I determine if a Connection Type is in Use?Since we cannot CREATE New Connection Types I want to Rename and Un-used Connection Type, but I need to determine that the Connection...
View ArticleURL Script/Report Call
Hi everyone!I need to start a script/report by a url link. Please, is there any way to do this?Forum: Reports & MacrosChoose content type: Ask a question
View ArticleSchedule Query?
Hello dear forum, I have been investigating the possibilites to schedule execution of a query but havent found a solution. It appears that scheduling etc. is only for reports and the querys available...
View ArticlePrinting multiple models within one PDF
I am trying to print mutiple BPM models in one PDF. Does anyone know how to do this with an ARID Designer License?I look forward to your response. ChristalForum: Reports & MacrosTags: ARIS 10ARIS...
View Articlelist types object in checkbox
Hi everyone,Is there a simple way to get all types of objects (objects that I already store in "objdefs") and show them in checkboxes ? (I don't want to use a listbox because I need to let the user...
View ArticleRecursive search in wysiwyg reports ?
Hello community,I have serveral models designed like this :I have a top "structural elements" which contains either"cluster data / models" objects"or structural objects which contains "cluster data /...
View ArticleUpdate relationships between objects
good morning all, I would have a question please.is there a report which allows to export / import relationships between objects in already created models?I have used export attributes for translation...
View ArticleSearch UML2 Class
Hi guys,I am trying to find by script an UML2 Class by using: db.Find(Constants.SEARCH_OBJDEF, null, Constants.AT_NAME, nLocale, OpMalGrN, Constants.SEARCH_CMP_WILDCARDS)But I am not getting any...
View ArticleARX Question
Need help with attached report.Forum: Reports & MacrosFile attachments: Risk - Copy Risk ID to Name.arxChoose content type: Ask a question
View ArticleARIS Connect URL report
Hi,Is there an existing report to get the list of URLs of models in ARIS Connect? BR,JulieForum: Reports & MacrosTags: ARIS ReportChoose content type: Ask a question
View ArticleHow to use Context.writeStatus("Text")?
HelloI tried to use Context.writeStatus("Text") in my report.My code like this:function main() {var group = ArisData.getSelectedGroups()[0];var aModels = group.ModelListFilter( 1 );for ( var i = 0; i...
View ArticleCan not create connection in matrix model
HelloI created a model matrix. Created in it column headers and row headers from ObjDef objects (functions and roles) taken from the outFolder folder. I placed the functions on rows, and placed the...
View ArticleARIS Report Error after Runtime more than 1h
Since last week, I'm facing a new problem when executing a report. A message shows up with : com.aris.modeling.common.serverremoteapi.core.webreport.CoReportResult.createError(CoReportResult.java:81)...
View ArticleBPMN Lane in Lane via report?
Hi there!Im working on script for BPMN model creation (transformation), the idea behind is to create new (e)BPMN collaboraation diagram via report script. I can create pool and lane inside with...
View ArticleInserting a ComObj into a model using a report
I need to insert an Excel spreadsheet into a model using a report.The documentation describes how to copy existing comobjoccs from other models / databases, but I don't so a method to create a new...
View Articleconversions visio
Have a look at thisForum: Reports & MacrosChoose content type: Ask a question
View ArticleUsing JJavaName.getPluralForm(palabra)
Hi:I am trying to use the function JJavaName.getPluralForm(palabra), from the packageimport com.sun.codemodel.JJavaName;I don't know if it is possible and in that case how to use it.Can I have any...
View Article