293 results found
-
Dual Line Data Grid for Enhanced Data Presentation
In ERP systems, item descriptions that are 90 characters long are common. These descriptions are crucial for end-users, especially when picking unpacked items. However, due to the current Data Grid's single-line layout, users often need to scroll both vertically and horizontally to view all the necessary information, which is not efficient.
While questions regarding how to determine what should be displayed and how to show column headers in the second row need to be addressed, the dual line option could start as an optional element. The benefits of this improved data presentation format would likely extend to other customers with…
2 votes -
Implement Timeout Parameter Support in Novacura's IFS10 Connector
The IFS .NET Access Provider is expected to support a timeout parameter, allowing users to configure how long a task should wait before timing out. However, this functionality is not currently implemented in Novacura's IFS10 connector. As a result, all long-running tasks time out after one minute, with no available option to extend this limit.
This limitation hampers the execution of tasks that take more than one minute to complete, making it impossible to include them in flows. This leads to inflexibility in designing complex workflows and might impede the completion of important business processes.
We propose implementing the timeout…
6 votes -
Enable Barcode Scanner Bypass of Interactive Components
Currently in Flow Studio, users are unable to bypass "interactive" elements, such as checkboxes, with a barcode scanner or the "Enter" button. This limitation disrupts the scanning process, adding unnecessary steps for the user.
In the meantime, users have to create a workaround by placing the checkbox in a user step before or after the barcode scanning step. However, this is not an optimal solution as it requires additional user steps and makes the workflow less efficient.
Proposed Solution: We request the development of a feature that allows the barcode scanner to bypass interactive elements in the flow. This will…
2 votes -
Barcode Configuration and Recognition Improvements in Multi-List Selection
Customers using our mobile client have reported inconsistent performance when scanning barcodes using the List multi-selection input component. Specifically, it appears that the barcode recognition feature is not always operational. Additionally, the List multi-selection input component in Flow Studio lacks barcode configuration options. There's no way to change the default "Match By: Rows" setting to "Match By: Specific Columns". This restriction limits the flexibility and usability of this component for developers.
Proposed Solution: We propose to add the barcode configuration to the List multi-selection input component in Flow Studio. This should include the option to change the "Match By" settings…
2 votes -
Enhancing the Visibility of Offline Flows in a Menu
In the current webclient, an offline flow that has been added to a menu is visible in the webclient even if it cannot be run from there.
Could we either make a change so that offline flows are not visible in the webclient, or make the error message that occurs when someone tries to run it more understandable?
5 votes -
In-Flow Image Viewing Capabilities
Flow currently requires users to download files in order to view them, a process that some customers find inconvenient. There is a clear preference for viewing image files within the flow itself without the need for downloading.
Therefore, we propose an enhancement to enable viewing of common image file types (e.g., JPEG, PNG) directly within the Flow interface. This feature will enhance the user experience, allowing quick and convenient access to image content and reducing the steps required for users to interact with image files.
7 votes -
Expanded Document Format Support in Portal 2 Doc Viewer
Enhancement to Portal2's document viewer to increase its compatibility with these common file formats (doc, xls, txt). This will improve user experience by enabling in-browser viewing of a wider variety of documents.
4 votes -
Both date & time set with "Today" button in Filter Portlet
Currently Portal 2 datepicker has separate date and time pickers. This feature request would allow users to set both date and time by pressing the "Today" button.
1 vote -
Export datagrid from workflows as Excel documents
We would like to have the feature to export datagrids in workflows as excel files
11 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.
-
Configure font color, size or bold/italics in Portal 2 Scheduler
We would like to have an option to configure font color, size or bold/italics in Portal 2 Scheduler.
9 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.
-
Update User Step when returning from Subtask
We would like to have the feature for reloading sub-tasks within a User Step. The subtask should be updated with data from a Machine Step, provided that the a machine Step is connected to the User Step using a Data Arrow. If so, the User Step will be updated when a sub task in the User Step is done and the User returns back to the User Step. The reload of data can also be triggered manually by swiping down. Works in Android app but not in Web client.
4 votes -
Improve 'Menu Selection Input' Workflow element to limit screen touches
When there is a menu selection in a user step, we need to click on it to enter text. Previously, we could simply type to make our selection.
3 votes -
Include the 'Does Not Contain' Operator in Portal 2 Filter Option
The filtering process will remove all records that contain the specified value or pattern, leaving a refined dataset that only contains the relevant data.
5 votes -
Enhanced DataGrid Customization: Dynamic Button Visibility Control
This request aims to enhance the capabilities of the DataGrid by allowing workflow designers to define the visibility of buttons based on data within the DataGrid. This functionality will provide greater control over user forms and user steps, enabling users to display specific fields and buttons selectively based on the data context, which is particularly useful for mobile optimization and conditional button enabling scenarios.
Sample Use Cases:
Mobile Optimization: When designing a user form with numerous fields, buttons, and DataGrid data, the feature would enable the designer to show only certain fields on mobile devices to optimize the user experience.
…
6 votes -
Advanced Flow Name Search Options in New WebClient
In the new web client, the current flow name search allows filtering by typing a partial name. However, we would greatly appreciate additional search options such as "wildcards," "starts with," "ends with," and "contains." These enhancements would enable more refined searches, specifically allowing users to locate flows that begin with a certain pattern, end with a specific string, or contain a particular sequence. Implementing these features would significantly improve the flow discovery process, increase user productivity, and enhance the overall user experience in the web client.
2 votes -
Improved "Auto Focus" Option Behavior
The "Auto Focus " option currently fails to place the cursor in the first input field when it is the second element in a flow after a list box. This results in a non-intuitive user experience, requiring users to navigate through other elements before reaching the input field. We request an enhancement to ensure the cursor is directly placed in the first input field, or at least the list box, when "Auto Focus Input" is enabled, providing a smoother user experience.
9 votes -
Enhanced Flow Variable Update Capability Within Scripts
A feature enhancement that allows users to update the values of flow variables from outside of a script. Currently, when working with variables X and Y, executing a script step only allows for returning a value to overwrite one of them, or utilizing a complex workaround with a record to update both variables. We propose the addition of a simple syntax, such as ":flow.X = "something";" within the script, where the ":flow" prefix defines the scope of the variable being modified. This improvement will streamline the process of updating variables, eliminating the need for additional steps and making script operations…
6 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.
-
Customizable Number Format Parameter in DataGrid
Currently, in the DataGrid component, setting a number format is fixed and cannot be parameterized. This limitation hinders the flexibility of developers to customize the number formatting based on different data and user requirements. As a user of the DataGrid component, I request the implementation of a customizable number format parameter to enhance the control and usability of this feature.
3 votes -
Automatic Decompression for GZIP and DEFLATE Content-Encoding in REST Connector
Currently, when using the REST connector, if a stream is gzip or deflate compressed, the data received is successful with a StatusCode of 200, but the body content is garbled due to the Content-Encoding being gzip'd at the source. This requires additional manual effort in transforming the data to be usable.
3 votes -
Ability To Insert Variable Into Priority For Buttons
The proposed feature centers on enabling developers to incorporate variables into the priority settings for buttons. This means developers can assign dynamic priority values to buttons based on contextual factors, such as user interactions, screen content, or application states. The platform will use these variable priorities to determine the order in which buttons appear on the user interface.
4 votes
- Don't see your idea?