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

User Voice

MVP

Hi there, just a little "error" -> German version: 'Favorites' are not translated into 'Favoriten'. Have a nice day, Bjoern Poller

MVP

The absence chart lacks to possibility to save personal views as it is possible for normal reports. Only Administrators can add and modify views via the configuration menu. For absence charts the same options from modifying views should be possible as for other reports.

MVP

Hello there, we are using a tablet pc at the reception counter for our digital 'guest check-in' process. It's just a seperate Dashboard with a report displaying the current check-in step. We are using the "Auto Refresher" for getting the latest check-in data. Our problem now is, that the smallest interval (1min) is still to long, the maximum value good enough would be 30 sec, otherwise the guest has to click the update button in most of the times cause of the long waiting-time. It would be g (...)

Dear WebCon Team, the Concat function is a great advantage for text handling. Unfortunately, it is very hard or let's more say inconvenient, if you forgot a text part. In my understanding it is not possible to replace concat parts or even add text parts before or change there position. e.g. concat[Happy][Weekend!] so I would like to say "Happy easter Weekend!" for this I have to delete Weekend! and type easter and then type again Weekend! Of course in this case I just have to add it to the (...)

MVP

Hello, it would be nice if there`s a possibility to customize columns in build-in Archive report (Searching structures), independently for each application for example :)

MVP

On reports we have the great possibility to execute mass actions by passing in some parameters. It would be a great having a similar kind of dialog menu action, where we can configure some informational text (e.g. as header/footer) and of course one or more fields as parameter. The configured parameters we then can use to execute an action. The dialog could contain a cancel and a okay

MVP

WEBCON BPS reporting offers great functionality for sorting, filtering. It would great having the option to implement and configure a SDK extension for reports, which would allow to execute an action based on the current selection. In my case the SDK extension would receive the selected rows with all fields and generate an advanced Pdf report. Like configuring the mass action, there should be an option to configure the SDK action. Like picking the right extension, title and maybe an icon. Som (...)

MVP

There's currently not an easy way to identify versions which have been created in administration mode. The attached picture shows two changes. Both were done using the admin mode. Unfortunately this is not visible for the second one where the admin added a comment. Maybe a new column could be added or a different colour could be used for versions created in administration mode.

Hi, so HTML attributes are great, but only untill you try to do something with them - like hide for example... or export - import Seems like you keep them all in a single SQL field:-( So, some JS manipulation is needed, rule editor is useless. Can you make normal HTML attributes - every attribute in separate SQL field?

MVP

It would be great if an option would be added to place the field name above the picture field, like it is available for the 'multiple lines of text' field. The attached picture shows an ugly mockup of the result. Most pictures I have seen are rectangular instead of square, so the default value would be above. Implemented with 2021.1.3.163 Thanks, Daniel

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! 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

Hi, please make the flow control icon smaller (or resizable). Its huge - compared to the rest of the step-icons (see picture) Thanks!

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 (...)