105 results found
-
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 -
Chatbot Assistance in Custom Content Portlet
Use a chatbot to help build the CSS and HTML in the portlet.
1 vote -
Convert to PDF in Custom Content Portlet
Export content as a PDF document.
1 vote -
OnClick Action in Custom Content Portlet
Configure buttons with actions (e.g., run apps, navigate to pages).
1 vote -
Icons in Custom Content Portlet
Select and display icons in the custom content portlet
1 vote -
Direct Links to Applications for Seamless Execution
Flow developers often need to create solutions that extend beyond Novacura Flow, enabling smoother integration with external systems and enhancing functionality without modifying the ERP. Direct links to applications make this possible by allowing users to trigger app executions instantly—whether from external applications or directly through emails.
Typical Use Cases:
External Links in Applications:
For example, a custom menu in IFS can trigger an application execution with pre-filled input data, enabling developers to build custom apps that fill gaps or extend ERP functionality. This approach, often referred to as “extend on the outside,” allows for powerful customization without altering core…1 voteThe feature request has been approved and is now scheduled for development. Our product team has determined that it aligns with our product roadmap and will bring value to our platform. We will keep you updated on its progress.
-
Get all users and roles in a single function call
Allow for a single function call to get all users and their respective details in the local flow connector.
2 votes -
Facilitate debugging of offline flows in flow studio
Currently, the inability to run offline flows in debug mode in Studio complicates development and testing, significantly increasing development time. Resolving this issue soon will streamline the process and improve efficiency
3 votesThe feature request has been approved and is now scheduled for development. Our product team has determined that it aligns with our product roadmap and will bring value to our platform. We will keep you updated on its progress.
-
Enabling online/offline versatility
Our framework is currently stringent in how to work offline: you download your sources (like in the morning), start working (deliberately offline) and your transactions are synced as soon as you are back online.
In many circumstances Flow users in service do not know whether they will have internet while working though and they work offline foregoing on many advantages of being online.
Ideally, we would have a variable available in our start variables (like DeviceId and ClientType) so that in the flows we can take different paths depending on whether the user has internet or not - analog to…8 votes -
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.
-
Map - Improve display of multiple icons/pins on the same exact position
In the current versions of Portal it is quite difficult/impossible to display multiple pins on the exact same location. We have another Map-solution which handles this quite well, and I would propose something similar be added to the map for Flow Connect. See attached screenshots.
We have used these libraries to achieve this: https://github.com/Leaflet/Leaflet.markercluster
https://www.npmjs.com/package/react-leaflet-cluster2 votes -
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.
-
FlowScript Copilot
FlowScript Copilot is an AI-powered assistant (chatbot) designed to support users in creating FlowScript code. It offers a Copilot-like experience specifically tailored to FlowScript, enabling users to:
Contextually aware, FlowScript Copilot is capable of handling conversations by retaining context from previous questions and answers.
FlowScript Copilot can interpret the user intent and provide a solution to the problem
Access syntax explanations and code examples.
Use "copy-paste" functionality for code snippets.
Receive real-time responses to FlowScript queries.
Get FlowScript function suggestions as potential solutions to problems.
Provide feedback for continuous improvement.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.
-
Push Notifications
Flow Classic has a way to send push notifications via swimlanes. I have never been a fan of using swimlanes, but you could at least use them to send push notifications.
In Flow Connect, I'd like to see Novacura implement a "connector" that could perform the same functionality. The connector could: iterate through a list of users, require a Push Notification message, optionally pass in an app GUID that would "forward" the user once they click on push notification to.
Bonus points if you could use a websocket backend so this could also be implemented in the webclients as well…
3 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.
-
AI Step
Solution: Introduce an AI Step in the Designer that allows users to seamlessly integrate pre-defined AI tasks into their workflows. These tasks will enhance workflows with cognitive capabilities such as text analysis, image recognition, and predictive modeling.
What It Does:
Users can drag and drop an "AI Step" into a workflow.
From a dropdown menu, they select from a set of AI tasks to execute within the workflow.
Incremental Rollout: The library of AI tasks will grow incrementally, with new tasks added based on user demand and technological advancements, ensuring continuous improvement of capabilities.
Examples of AI Tasks:
Text Processing:…2 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.
-
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.
-
Support E-Signature Capabilities in Flow
Novacura Flow should be able to handle electronic (digital) signatures. This should support multiple signatures and allow a user to decide where each signature should be on the document. As a requirement, the customer would have to be able to upload a personal certificate that is uploaded to a keystore and should support .pdf formats.
1 vote -
Variable Types - Table
Flow 6.15 and the earliest versions offer a possibility to choose a type of property which is either text or table. The latter ensures that more data can be stored under one property.
Infor M3 Labs uses that funcitonality to store a dynamic data that affects the way how each and every workflow behaves, ie. the prompt proposals, buttons and input fields, automation of user steps are just a few to mention.
In other words, the end-users, who more often than not are function-oriented, can utlize the table to adjust the values in the table.
By that, workflows can be…8 votes -
GitHub Integration for Flow Studio
Currently, Flow Studio allows developers to view the XML code of their workflows by pressing F7, but there is no direct way to integrate these files with GitHub for version control and code storage, only server side in the Flow Server.
Proposed solution is to implement a direct integration feature between Flow Studio and GitHub, as an alternative to Flow version management. This feature would enable users to seamlessly push the XML files of their workflows directly to a GitHub repository from within Flow Studio.
3 votes
- Don't see your idea?