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

User Voice

Hi There are some knowledge base articles where figures are not correctly displayed e.g. https://community.webcon.com/posts/post/the-picture-form-field/32 https://community.webcon.com/posts/post/wfelementdetails-table-description/34 and more. Could you please correct it? I tried various browsers, the results have been the same.

MVP

Hi everyone, the current option to generate word documents with the Word AddIn is great for a lot of use cases. We did a little PoC and we noticed that we could cover even more if there would be a "power user" option. The generation used the Aspose library which supports a template syntax. This allows to write code inside the word document to generate more sophisticated documents. Examples: - Instead of rendering item list/ data tables as tables in word we could generate "chapters" (...)

MVP

Hi, Blocking access based on login. Situation related to last webconaday :). Suddenly, there was a need to block access to the webcon BPS platform for a specific user. The situation was a bit more complicated because the user could not be deactivated at the AD level. Of course, it can be done, but it requires analyzing data, ad groups, places on configuration forms where such a person can be indicated as a functional person, etc. Maybe it would be good to implement the option at the admi (...)

Dear Community, You can set value for empty field (aka. placeholder) in Style and behavior section. Would it be nice if I could enable and set such placeholder value via function (like form rule). As an example, I create a form rule or define actions on change value in field. Changing checkbox field value (as marked, True) I'm setting "mark required" other related field. In such situation I could set placeholder value i.e. 'fill this field with phone number' suggestion. Especially it would (...)

MVP

Hi, it would be great when form rules would be stored in a minimized version too. This minimized version would be used by default whenever a form rule is send to the client in a HTTP response. When a query parameter like 'minimized=0' is added, the "full" version would be used instead. Currently the a JavaScript form rule will be bloated because line breaks are transferred as \r\n. Depending on the number of line breaks and form rules you are using, this sums up. Best regards, Daniel

MVP

Hi, the HTTP response for displaying a workflow instance contains all global form rules. It's ignored which kind of form rules are used by the process/element. The response should only contain those form rules which are referenced. After all, the exported process will also export the used/referenced global form rules and not all. This applies at least to versions 2023.1.2.44 and 2022.1.4.155. Moving these form rules out of the HTTP response for each element would have an even bigg (...)

MVP

Hello, Introduction: 1. right now WebCon BPS allows to configure actions which triggers on path, on exit, on entry (and of course on a few more) 2. sometimes process is configured to assign the task to multiple users, e.g. multi-approval (without subprocesses), e.g. assign tasks to 3 users 3. again sometimes business got the need that after every approval (finalizing single task) they would like to trigger some action, e.g. email after every single approval. in that case business desire (...)

MVP

Hello, It would be great if WebCon BPS could allow to configure application available only "via Browser", not visibible in WebCon BPS Application (for Android/IPhone) at all. Configuration could be on Application level via e.g. 2 checkboxes: "Visible in Anroid App" / "Visible in IPhone App". That solution would enhance Mobile user experience not be overhelmed via full list of application which e.g. mostly could not be foreseen/designed from form/dashboard level as Mobile optimized. Best (...)

MVP

Hello, I've spend today over an hour copy/pasting data between notepad and webcon into run subworkflo action configs. In my use case - i have to start 1-10 subworkflows (each having different start condition), with different workflows, and forms, but with partially shared attributes (marked blue). I'm configuring actions in new process, so i've copied them from existing process, to avoid refilling data about workflow/form/path etc, as those are same, but I had to change attributes (differen (...)

MVP

Hi, could you please extend the "WEBCON BPS System administrators" tool (exe), with a required field for the display name in addition to the BPS ID? I just spend about three hours hunting down the exception: Unable to cast object of type 'System.DBNull' to type 'System.String' at WebCon.WorkFlow.BusinessLogic.ElementManagement.Checkouts.ElementCheckoutsRepository.UpdateOrTakeOverParameters.UpdateAfterUpdateTime Best regards, Daniel

MVP

Hi everyone, we had some racing conditions, when the users switched fast between instances in the task view or previews in reports. This was caused by form rules which used G_ variables which were no longer available, the view/desktop endpoint hadn't send a response yet but a JavaScript form rule from the previous instance was still executing. While coping with this I noticed that the response are quite big (1). About 50% of the 418 kb is the value of the jsToRegister property. Maybe we (...)

MVP

Hello, Introducting roles for managing BPS Groups: Global Permission Admin and per Group Admins it would be helpful to have feature to view the group members for every/configured users. It would be indicated per group - alike in SharePoint if group members can be shown to everyone or only group members - SharePoint.png (missing and desired feature marked blue) This feature with the links to the BPS groups described here + stopped working in BPS 2023 - hopefully they functionality will be ba (...)

MVP

Hello, Right now when selecting the date for date&time picker system by default setup the time for 00:00. If we want to change the time e.g. to 7:00 and double click the "00", enter "7" system says that format date is inpropper. We have to add 0 prefix to hour "7", so it is "07". It is one more click + one more typing. Allowing format h:mm or even h:m would be ergonomy enhancement for faster entering the date & time data :) Best Regards, Dominik

MVP

Hi, in an Azure Active Directory environment it would be great to add an option to the people field which would configure it, whether external /guest users are selectable at all. Default value should be false. A customer worked around this by limiting the selection to a BPS group and adding AAD Groups as members of the group. No external user was a member of the AAD group. Technically this worked fine, but it turned out, that the performance was effected dramatically. Selecting a use (...)

MVP

Hi, the API endpoint returns a list of all processes inside a appliation. /api/data/v5.0/db/{dbId}/applications/{idguid}/processes It would be great, if the result would contain a property to check, whether a process in the result is only a relation. { "processes": [ { "id": 0, "guid": "string", "name": "string", >> "isRelation": "boolean" <<<<< "links": [ { "href": "string", "method": "string", "rel": "st (...)

MVP

Hi, I think it would be helpful if the data row field, when set to the percentage type, also displayed negative percentages when selected. This would be highly beneficial for various processes, especially when we want to track project progress or profitability. Currently, if we have negative percentages, it shows as 0. I believe negative percentages could be highlighted with a different color. Thanks, Raluca

Hello! I think it would be a really good idea to be able to copy projects within Designer Desk. Currently, after exporting a project to Designer Studio, we lose all the work that could be used in the future.

MVP

Hi, In Webcon, it is possible to make modifications to the form at the step level. When the "break settings inheritance" option is activated, these modifications apply only to that specific step. For a more visual experience, it would be nice to highlight these steps in the flow, similar to how steps containing "on entry" or "on exit" actions are highlighted. Thanks, Raluca

MVP

HI, When installing Webcon, the SQL Server compatibility level is set to 120 (default). To use advanced functions like `string_split` and data processing functions from JSON, it is necessary to manually change the compatibility level to 150. These functions are essential in developing more complex processes. If we manually upgrade the compatibility level from 120 to 150, Webcon will no longer provide support. It would be beneficial to have the compatibility level pre-set to 150 during the (...)

Hi everyone, I've been working on a "to do" app and I thought that a calendar report view showing the tasks to be dane with their date would be perfect. In the calculated columns of my standard table report I have a calculated column with a red square for an overdue task and green for all the "to be done n the future" ones. Works great. I created the same for the calendar report and there is a problem - the calculated column is not visible to choose from in the dynamic coloring module (only sys (...)