181 results found
-
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 -
'optional' mode when generating a FlowSript module via the IFS Code Generator
The IFS API documentation has many fields in it Request Body Schemas wrongly labeled as 'required' in the input type definitions. There are examples where over 20 items are wrong within one schema. Since this is not going to change any time soon, it would be better to have the code generator define all fields as optional. Since typically a type is not defined from scratch but copy/pasted from the browser debugger console, it avoids a lot of unnecessary type issues in FlowScript for which the generated code needs to be adapted.
1 vote -
Numeric input with plus- and minus-buttons
Especially for mobile clients would be useful if we would have numeric input with plus- and minus-buttons. Input need to have minimum and maximum values, with possibility to set button increase value. Example for inputting hours: minimum hour registration is 15min with 15min increase and maximum hours 8
Control setup:
Min value: 0.25
Max value: 8
Step value: 0.251 vote -
Configurable Client Timeout
I would like to be able to configure a timeout in the client such that if the client is inactive for a specified period of time, the client will logout. As an example, at Cash Checkout if the screen has not been touched for 4 minutes, the app should logout and request a re-login. This should be a configuration.
1 vote -
OAuth2 Client Credential authorization in FlowHUB APIs
There are some cases when I'd call FlowHUB API from a workflow/automation and there is no way to use interactive authentication (machine-to-machine cases).
It would be great to implement OAuth2 Client Credentials for these cases.
With this option we could develop applications to maintain FlowHUB (e.g.: fetch users by group, invite users, move apps, generate bundle, etc).
1 vote -
Show file extension in File Gallery
In File Gallery element, it would be great to show (or enable to show) the whole filename value, including the file extension.
For example, in the file gallery I have a couple of files shown, but I want to download only the excel file. Without showing files' extension, I have to download all of them to figure out whihc one is that filetype I'm looking for.1 vote -
Dynamic login/password for IFS connector
Client accessing IFS via Flow Connect wants to be able to restrict access to some tables, even for developers. In Flow Classic you could set up connector so user was simultaneously login in to IFS and Flow, so he was not using IFSAPP user to gain access, but his own level of privilege. I'd like to be able to present to client's similar functionality, since currently we can set up connector with single login/password per environment.
Moreover login with multiple flow users in single IFS user seems like license issue waiting to happen.1 vote -
Set portlet to be editable based on variable
The ability to set a portlet (record, table) to be editable based on the value of a variable, be it a variable from the data component or another portlet, would be really helpful in cases where a portlet shouldn't be editable depending on the data.
For example, selecting the rows that are not highlighted in green in the top portlet should set the record portlet below to editable while selecting the green rows should set it as non-editable.
1 vote -
Easy Flow Connect Login
For customers who have shop floor employees, having them remember the username and password for their logins can be difficult, especially given the amount of times they need to login in one day. We need to find a way to make logging in to the application simple and streamlined for the user - ideally for the windows client, but also for the web client. In IFS Cloud, they offer a way to auto login to the client.
https://docs.ifs.com/techdocs/25r1/070_remote_deploy/400_installation_options/130_add-on_cmp/timclo/?h=#setting_up_auto_startIn IFS 10 timeclock, they offer the ability to save userid and password as properties.
https://docs.ifs.com/techdocs/foundation1/020_installation/400_installation_options/130_add-on_cmp/timclo/default.htm#topic3Password Managers can be used to…
1 vote -
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 -
Conditional color rules in Table Portlet
It would be great if it was possible to set the cell color for column 'x' depending on the value in column 'y'. Today in classic, we add x-number of invisible HTML-symbols in the data source for column 'x', render the table portlet as "HTML" and then set the color rule of many invisible symbols the column 'x' has.
1 vote -
Feature to log REST calls
It would be nice if we could log somehow if an enduser run a workflow and during a REST call an error occurs, then later a developer could check these log files. Or if the issue is not reproducable in DEV environment, only in PROD/TEST env. (like a similar functionality in Flow Classic).
A use-case from partner:
"If the user experience problems occasionally and we can’t recreate it in the debug.
Another example, sometimes when I get long responetimes during testing I cannot see if that is because of M3 or not. Next time I run it it is quick…1 vote -
Improvement for Asset editing
While editing Asset I cant click ctrl+f to search for phrase inside asset. Such functionality would be extremely helpful.
Additionally when there are errors in Asset there seems to be no display with list of those errors, only information that there are errors somewhere in code. Please add such tab, like in rest of Designer.1 vote -
Allow grouping of packages
With many packages it can be confusing (Unfiltered.png) which package is connected to which part of project. I would request possibility to separate them either by tags (like assets) or by some other means as in provided example (filtered.png).
1 vote -
Rename Apps and Packages
Can we please rename Packages to Apps in the product?
Currently the way most apps configured in FLIP means an
App Package = Apps (and project management)
App = Functions or Actions (approve time report)1 vote -
Navigation to a "Hidden" Page in Link Portlet
Enable access to non-visible pages in the Navigator via links.
1 vote -
Icons in Custom Content Portlet
Select and display icons in the custom content portlet
1 vote -
Have a way to disable manual/keyboard entry for specific input boxes
We have Novacura deployed on numerous handheld scanner devices running the Android client. Being able to lock out manual keyboard entry to certain input fields and require the input to come from the scanner would significantly improve the workflow for our users, and reduce the possibility of errors from manual entry as opposed to scanning the barcode directly.
1 voteThank 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.
-
As an admin, I would like to be able to upload custom icons to identify my workflows.
Title says it all, but it would be great if we could upload custom icons to identify the workflows.
1 voteThank 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.
-
Include "In" operator in Portal 2 Filter.
In portal2 we have the option to use filter with different type of operator’s, and we would like to be able to use the operator “IN” to allow multiselect in the filter like for example
Work order
90,91
Select both work order 90 and the 91 and filter accordingly
1 voteThank 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.
- Don't see your idea?