44 results found
-
19 votes
-
Return assertion step when Running Debug in Designer
When debugging and you come to assertion step or script step that prompts an error or information you can not go back like you do if you do not debug. You need to restart. This is super annoying and a bad legacy from how it worked in Classic so please add the same function as it is in the client when you are not debugging.
Thank you!6 votes -
Access the User's language as a variable inside the Designer
We want to be able to access the user's client language selection as an environment variable (just like we can access 'userId') inside the Designer.
A common scenario is where we call a third-party system from an App (a "workflow") and need to send it a language code, which returns different results. And we don't (and can't) always call an ERP in every app to fetch the user's language. Hence, we need to be able to make logical decisions within an app/designer based on the "Windows Entra language" of the user currently executing it, or the language the user selects…
3 votes -
Magic wand in the query configurator for the IFS/SQL server
Can we have the magic wand back that we had in Flow Classic, that autogenerates element names?
3 votes -
PDF Viewer
Currently, the user step includes:
Image Viewer
Image Selection
File Gallery
However, we are missing a PDF Viewer, which would be a very powerful addition.
Purpose and Benefits:
In-app Document Viewing:
Allow users to open and view PDF documents directly within the workflow, without needing to open an external application.Document Editing:
Enable users to make basic changes to PDF documents (e.g., annotations, comments, or form filling) and save the updates.Multi-page Support:
The viewer should support navigating through multiple pages easily.Digital Signature:
Allow users to sign PDF documents directly within the viewer.Full-Screen Mode:
Users should be able…5 votes -
Add iterator field to Component
If needed I would like to be able to run a component several times without the use of a "Flow loop" and instead use an iterator similair to Machine Step - SQL - iterator, using this method we can make the application clean and more presentable.
2 votes -
FlowScript Copilot for IFS OData Queries with Modules
In Flow Connect, a user should be able to prompt in a Script step using natural langauge to automatically generate FlowScript. For example, a user should be able to type into a Copilot - "Get me a list of customers from IFS Cloud where customer region is equal to North America" and the copilot should write script to open CustomerOrderHandling select CustomerId, Name from CustomerInfoSet where Country = NA.
4 votes -
OFFLINE ALERTS
For OFFLINE Mode, give the user an alert when the capacity defined on devices are closed to be reached to request a synchronisation. Provide on Admin Portal the remainign capacity on devices connected to OFFLINE to manage synchronisation.
1 vote -
Enable picking Arrow type
In my example part "get CompanyTbl" was disconnected from flow of app, there is no input "sequence arrow". Despite this it's connection transformed into "data arrow" without any input form my side ant part's output is still available. It might cause issues while developing if developers have less control on process. Please give back ability to chose type of arrow or at least add prompt that type switch is occurring.
2 votes -
Allow Alias for datasources
I noticed that the Prefix are not working on the SQL query on the flow
script when I use the module.3 votes -
Global / Multiple Phrasebook(s)
Be able to reuse phrasebooks across apps and portlets. Perhaps have them assets similar to Component and Modules today.
2 votesWe are happy to inform you that development work has begun on your requested feature. Our product team has assigned resources and is actively working on implementing it. We will keep you updated on its progress.
-
View Code in Designer
In Flow Connect, it would be nice to view the code of the workflow to make changes in bulk. This was possible in Flow Classic.
1 vote -
Status message on http requests and script steps
It would be very nice to be able to have a status message on also http requests and script steps (in addition to External System), as http requests potentially can take some time to execute.
3 votes -
Allow the use of "join" syntaxes in flow script modules
I noticed that the Join are not working on the SQL query on the flow
script when I use the module.2 votes -
New Web-Designer BETA
1) Can you bring back the same commands as in the old studio designer such as:
- Hold CTRL in order to drag instead of SPACE (muscle memory)
- Press Escape in order to close whatever you've just opened2) Toolbar down below: Is it possible to get toggle-behavior instead of pressing X each time (or ESC works as well)
3) Make elements more distinguishable; now script and user steps are both blue and the tiny difference is the logo, even more important now when every element is a rectangle. If you swipe fast through a workflow I think it…
1 vote -
Application history changelog
It is important to have an overview of the changes an application has gone through since it was last committed, in order to have a better understanding of where the app has changed, any bugs that might have happened; and to overall have more control of the different stages of the app development process. As well as the ability to go back in time to previous not committed version.
1 vote -
Add advanced Crypto module in FlowScript
Some secure web services (like payments) are using hashed Authorization headers.
One example is Worldline, who states: "In short, our Server API authentication mechanism uses hashes over a number of headers (called Signature Contents) and your secret API key to verify authenticity. The hash algorithm used is HMAC-SHA256."
The example can be found here: https://apireference.connect.worldline-solutions.com/s2sapi/v1/en_US/json/authentication.html?paymentPlatform=ALL
For this reason, and to be able to access highly secure online services, it would be good to add a "Crypto" module in FlowScript to do these types of encryptions.
The Crypto module could then support encryption and decryption of commonly used algorithms.
1 vote -
Iterator field in e-mail connector machine steps
I'd like to send e-mail to multiple e-mail addresses.
To send individual e-mails, I need to create a loop in flow to iterate on the users' data (I don't want to send the same e-mail content to all users - e.g. name or company name is different for all users, etc.).It would be useful an iterator feature in the machine step similarly to machine steps where an SQL connector is selected. See attached pictures.
2 votes -
Manual re-compile all enabled projections in OData connector
In the context we hae customers like Elvia and soon DSB where flow is having a usage of 300+ projections. With frequent updates in IFS ( ever green with new releases every 6 month and service updates in addition). The projections needs to be recompiled one by one. This is timeconsuming and have a risk of not handling it correctly.
I would be great and useful to add an option/button/way to easily re-download the metadata of all enabled projections and re-compile them in OData connector.
Especially, after an update of IFS, it would be great to do it manually.
Even…
12 votesThank you for voting on this feature request. Our product team is currently reviewing it and evaluating its feasibility and potential impact. We will keep you updated on any progress.
-
Test function in a HTTP Step
To speed up development on IFS Cloud or any other REST APIs it would be super useful to have a "Test" part of the HTTP step.
In the Test part (a new Tab maybe) you would have the possibility to pass params, se the response and directly turn response from a test call into a response structure in the Response Handling part (similar to "Generate from example")
This would greatly speed up the development of apps on REST APIs and would make development of IFS Cloud App be faster than in Flow Classic!
1 vote
- Don't see your idea?