When we want to refactor a query, or just try something new, we often want to create a duplication of the query. Currently, we have to copy & paste the query to a new folder, rename it, move it to the old folder and delete the new folder in or...
Add method to set schedule script start time in reports
Currently after a clock change we need to manually adjust all of our scheduled script times. In the script properties object there are a few methods available to retrieve the start time and other properties. Most properties also have a "set" metho...
If the connection from the client to the server is interrupted during the report execution, the report is also canceled. In the case of long-running reports, this leads to undefined statuses in the database being edited. Desire: After starting the...
Standard values of optional method parameters are sometimes nonsensical and dangerous. Example: The report method Merge.startMerge. Since ARIS 9, there has been an optional parameter waitInCaseConcurrentMergeRunning, which avoids conflicts during ...
Furthermore, errors are not intercepted correctly in some cases, especially when dealing with versioned data. See, for example, Incident 5308192: createObjOcc can be called with an object definition from a versioned database without an error messa...
All error handling in the report API is poor. Instead of messages that are really helpful for troubleshooting, something like "An error occurred in the report object model" or "Unable to initialize selection objects" is often output without a line...
Standard Output occurrences of object report not fit for purpose
The standard 'Output occurrences of object' report is unusable in the way it currently presents the information in the output. Taking the excel export for example - it outputs the attribute names within column A rather than creating them as column...
When dealing with the content types I am missing some functionality: better support when changing order of elements or categories - at least the possibility to move an element to the top go to top would be good if we are dealing with "long" pages ...
Users need to be able to create ad-hoc queries. The builder should be visual and cover a significant portion of the semantic abilities of SQL (though need not be based on SQL nor generate that syntax, per se) - "SELECT" flexibility, no limitation ...
javascript API methods for Attribute value handling
Today we are able to read Attribute Value Types in a report by means of a javascript method. What we also need is the possibility to create new Attribute Value Types by a report. Also, we need the possibility to update Attriibute Value Types.