How to get names of groups and models from Dialogs.BrowseArisItems?
Hello, all!In the report I need to get objects or models which are chosen by the user on the server. I use a standard method:Dialogs.BrowseArisItems ( String sTitle, String sDescription, String...
View Articlefind same model(by name) in a group or sub group?
Hi All,Could some one please suggest a way to write a report script to find all the groups/folders name that contain a particular model.eg- suppose a model abcis present in Group A,Group B and Group...
View ArticleHow to find a model that is used in many groups?
Hi All,Could some one please suggest a way to write a report script to find all the groups/folders name that contain a particular model.eg- suppose a model abcis present in Group A,Group B and Group...
View ArticleFind syntax
Hi All,Could someone please give an example to show the find command is used in aris.Suppose i have a 2 folder/group source and Destination having 3 model A,B,C each. eg. Group Model Source...
View ArticleNo view Head and Foot in PDF document
I've generated a PDF document from a word Template. Aris 9.7 works correctly, but ARIS 9.8 shows no header or footer.I have found that the template is loaded correctly.But using BeginSection...
View ArticleDate Format - update Aris via Excel file
Hi guys,I'm writing a script that reads data from an Excel file and updates attributes of different objects accordingly.Everything works fine except for the date field. When I tried to write the date...
View ArticleRFI: Write report result to server
I want to change a script (import translated attributes) to be able to run it scheduled. I'm able to gray out all dialog lines so it now actualy runs however I would like to get the result file which...
View Articlereplace a Prefix and suffix of the model name
Hi All,Is there any way to replace a Prefix and suffix of the model name with new one. eg: if we have 3 models - Demo Model 1 Test Modell 2...
View ArticleAutomatic ARIS/SAP Solman synchronization
We are trying to set up an automatic ARIS/Solman synchronization using the default Report.After running the report, the synchronization doesn't work and we get the log below:<result>...
View ArticleHow can I export ALL Models from Aris Designer
HiI need to export ALL the models which exists in ARIS designer. I need to send the models to our Polish counter-part so that they can view our processes. Hoping to hear from you (someone / anyone)...
View ArticleARIS Spreadsheets & Reports
Hello freinds.I want to work with ARIS Spreadsheets from reports. Can I? I found methods to work with Matrix but not with Spreadsheets . It is a new functionality of ARIS 9.X version. I mean work with...
View ArticleEscape Sequences (\t) has a problem with OutputDOCX format
Hi,I'm just copying the necessary snippets.Files = Context.createOutputObject(Constants.OUTWORD, "example.doc", Constants.MEDIASIZE_A4); Files.OutputLnF("DOCUMENT...
View ArticleReport
hello,is there a way to generate a report or a macro that will show me which users who made latest changes while modeling???!Forum: Reports & Macros
View ArticleSet a date attribute to blank
Hello again guys,I am trying to overwrite the existing value of a date attribute with a blank value (an empty string): ""I made sure that "" (an empty string) is the value when the existing attribute...
View ArticleExport Model to Image and import into excel
Great Day :-)by using begin table method how to export model into image.not by using worksheet.please share some code snippet, it will be great helpfull for me.Forum: Reports & Macros
View ArticleHow to get user defined attributes
Greetings :-)Hi,Im new to ARIS, I wanted to know type of attributes and how to get only userdefined attributes through script. Forum: Reports & Macros
View ArticleHow to get the connected object list
Hi,How to get all objects that are connected by particular connection type through aris script. Problem Solved : var oOutputFile = Context.createOutputObject(); // Output object var nLocale =...
View ArticleHow to get name of the attribute type by API or by ID?
Hello all,How can I get the name of the attribute type from database by ID or by API?For example:FUNCTION(Constant.OT_FUNC) = "Function",FUNCTION(Constant.OT_EVT) = "Event". Thanks!Forum: Reports &...
View ArticleHow To delete Empty Groups and subgroup
hi, I am looking for as how to delete empty groups and subgroups with the database? Would be great if you share a code snippet. Many thanks.. SaniyaForum: Reports & Macros
View ArticleError when using Database.Find
Good Day,I am getting an error at random intervals when using the following method:Databse.Find ( int SearchKind, int[] itemTypes, int AttrTypeNum, int LocaleId, String sAttrValue, int CompareFlags...
View Article