Integration patterns between Microsoft Dynamics 365 and external systems (Jedox) typically rely on the use of CSV files to pass data between the 2 applications with Azure BLOB storage the place to put or get the file from
Currently the SMTP configuration, used for mail delivery, does not allow to define the sender name attribute, just the mail address used as smtp user name. In my environment this leads to mails that do not display the name of the sender but its ma...
As Visibility flag in button, combobox, ... add a Rendering flag
It is possible to hide a button (or another element) by using the "Visibility" property.
In Canvas, when a button is hidden, the space occupied by the button remains present. For aesthetic reasons, it would be preferable for the space to disapp...
Rest Connection: activate or deactivate request parameters
for instance when working with MS Graph API sometimes you need to pass a $skiptoken parameter to paginate the result when using the $skiptoken parameter it can't be empty. Considering that this would be great to be able to activate or deactivate t...
Ability to delete/move files in the Designer using the Integrator
At the moment there is no way of handling files via the Integrator. The user has to do move/delete files manually, and this becomes a teadious task. Further, this option would be useful when working with daily backups. For example, we would like t...
As a Jedox Power User, I want to be able to extract data from Qlik SaaS into Jedox, so that I can use the data for planning purposes in Jedox. A standard solution with dedicated Connection Type and/or Extract Type would be ideal. However, a sample...
Importing / Exporting (and deleting) multiple Integrator projects via UI
Currently, you can only delete/import ONE project at a time. This is very time consuming as the integrator project section also updates everytime (can take a bit if there's many projects). Please add the option to choose multiple projects in the i...
If you have a job that consists of many loads, it is a pain no navigate to the respective load by either (a) finding it in the navigation panel or (b) finding it in the flow chart. Solution: create a hyperlink in the area where you select the load...
Currently, the default of a Lookup function is to return the input value if you leave this field blank. You can enter #space to return a blank value (" "). However, I would like it to return NULL. In subsequent groovy functions you can just write:...