WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > User Voice > Most commented

User Voice

MVP

I have a few suggestions for improving the single row editing experience: 1. Adding a next/previous button to the modal dialog so that you can easily go through the rows. 2. No fixed height for modal dialog. The max height of 400px makes it quite hard use the modal dialog. It would be better if the available space is used. I already added a style overwrite for this. 3. If single row editing is used it would be better to display the icon on the left instead of the right side. Depending on the w (...)

Currently our report-menu for some processes is getting longer and longer. One reason for that is the fact, that some people have issues understanding they have to choose a report and can then navigate on the other side of the form by the views we have set up for them. Mostly people who count their daily clicks and tell you to change the system if they have to do 10 more a day, because you have set something up the way it makes sense. Hence: instead of discussing they get a report. Anyways... I (...)

In many tasks we need the same info from the current user. So it would be nice, the user have to write down this only once. Preferred into an additional and self-configurable dictionary, that's called via user-icon. In this way the user can run only one instance.

Hi, just a simple, easy request - can you please add a usefull code editor to SQL rules, JavaScript rules and HTML fields details ? Sure, one can copy paste the code from external editors, but it takes time, having an embedded editor would be a great feature.

I would like to be able to add people and groups to a new category that would block access to the application or the workflow itself. Ideally, permissions would be overridden. This would help me manage permissions.

MVP

Hi, I suggest introducing gamification capabilities within WEBCON BPS Portal to increase user engagement, process adoption, and data quality. Users could earn points, badges, and achievements based on their activities in the platform, such as: * Completing workflow tasks on time * Creating and processing workflow instances * Maintaining high-quality data * Participating in business processes regularly * Reaching productivity milestones * Supporting process improvements and optimiza (...)

MVP

Hi, we have dictionaries containing a multiline text field containing base64 image strings. Those strings are needed to display the image in reports or picker dialogs. Using the Excel export button in the portal leads to this error: "msg: An unhandled exception has occurred while executing the request. | ... | href: | ex: Aspose.Cells.CellsException: You want to put a string longer than 32K to Cell F4. MS Excel only allows to put a string shorter than 32K to a Cell." This is why I s (...)

MVP

Hi, in the configuration of a report it is possible to have a dropdown of steps of the workflow in the advanced filters section. But those addtional filters can be deselected from users. That's why I suggest to have the same functionality with dropdowns with all values also in default filters instead of limited matching criteria and a static value. Indicating a step id here breaks the report after import to other environments because the step id remains the one from DEV. This is not only (...)

In our company, we have a process where we fill out project request forms. The data from these forms is later used to create a PowerPoint presentation, which is presented to higher management. A feature that allows exporting the form directly to a PPTX file (similar to the existing DOCX export) would be very useful.

Please add: 1. New response type "Multipart" Support multipart HTTP responses in the "Invoke REST Web Service" action, not only multipart request bodies. 2. Add header and response code/body mapping for response type "Binary" HTTP headers are independent from the body type and should be accessible for mapping even when the response body is handled as binary stream / attachment. Typical use cases: * file download + metadata headers * OCR/AI APIs returning metadata in headers * (...)

Sometimes an Item list isn't the best way to display data, it would be better to display in the default stacked format. If you want your data to look this way you can't utilize the Autocomplete Field Type. The ability to disable adding rows in an Item List somewhat covers this, but having the ability to use an Autocomplete within a Group would let users have the same search experience regardless of if fields are in an Item List or a Group. Thus allowing both form factors to function the same (...)

Hi everyone, I would like to suggest an improvement to the standard archiving mechanism in WEBCON BPS. Currently, the standard archiving functionality works well in two important areas: - links to archived elements remain the same as before archiving, - archived elements are moved to a separate archive database, which helps reduce the amount of data processed in the main database and improves performance. However, there is one very important business requirement that is currently not (...)

Hi! Please make it possible to to switch off character escaping of result text in business rules! Or at least allow to use RAW mode for local variables in automation. It causes problems when you prepare api call body with business rule. Only workaround I know it to use update content into a formfield and refer it with RAW mode in API call action. Thanks! Peter

MVP

Hi everyone, assuming that I'm not doing anything wrong then this endpoints returns the collection of all attachments with their content. "https://$($WebconConfig.Hostname)/api/data/v7.0/db/$($WebconConfig.DatabaseId)/elements/$ElementId/attachments" $result = Invoke-WebconApiRequest -Method "GET" -Uri $uri $result.attachments[0].content.length 932976 Depending on the use case, it may not be necessary to return the actual content of the attachment. I'm also wondering how this will rea (...)

MVP

Hi, I suggest to add a category „Dashboard“ as category in the forum. Kind regards Sébastien

I need a tool to transfer permissions for requests to a new user. The substitution tool works similarly, but it can only be used temporarily. It would be helpful to specify the person or ID from which the permissions are copied, the recipient, and a checkbox to indicate whether the permissions should be revoked from the person they are copied from.

MVP

When migrating applications from SharePoint to WEBCON, the users are used to search documents only. This isn't a problem at all with WEBCON as long an element only has one document attached. If there are more attachments, the current full text search returns the element with all its documents even if only one document matches the search term. For Records Management processes, where we can have several dozens of documents, it is impossible to find the right document. WEBCON does store attach (...)

MVP

Currently MS Powerpoint presentations are not searchable. I'm sure, our client would not be the only one who would appreciate if WEBCON would make PowerPoint presetations searchable like the other Office documents.

MVP

Hi, I suggest to fix the field column in the field matrix so that it gets always displayed even when horizontal scrolling is needed/used. Right now the field column disappears if the scrollbar gets moved to the right side. With many steps one can get lost and select the bad field row. Kind regards Sébastien

MVP

Hi, I suggest to add a custom CSS box in the configuration of a report view. One use case is to override the default CSS of tiles. The advanced JSON works like a charm to customize each column. But it’s clearly not possible to customize the outer tile. A simple needed custom CSS would be to create a 4 column design by just setting a tile’s width to 24% instead of default 100% and to hide all column title labels. A supplement would be to add the GUID of the report as attribute in the (...)