I have no coding skills so i tried to create report and export data from ARIS using the WYSIWYG editor. But i met two major blocking points and i can't find solutions in the others posts, even the wysiwyg tutorials (published a lot time ago now).
There are my points:
1. I cannot find the correct “Sort” parameter wich allows me to sort functions by process workflow, so the document stay unusable for the business.
Can you tell me how to configure it: in which screen to configure it and which parameter to choose from the list of choices?
2. I am unable to display the name of objects associated/related to the function such as the role that is executing and the application used. Where and how can this data appear?
You can find a prinscreen of my report.
Someone can help me about that please?
Bonjour Élodie,
there is a common misconception when evaluating objects contained in a model:
you can get the sequence of objects in a process flow only from the object occurrences, not from object definitions. So in your script you would need a reference to s.th. like selectedModel.ObjectOccurrences in order to select the right sort options (discussed here).
The same principle holds for evaluating roles connected to functions: if you query the object definition you would get all connected objects throughout the database, not only the roles occurring in a specific process model.
The tutorial was misleading in that regard. You should also consider the commentators who come up with refined solutions.
Regards, Martin