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

User Voice

MVP

Hi everyone, when an item list column is deleted, it will be checked whether it is used and the usages can be displayed. It would be nice, if we could have this option without clicking delete. :) I attached the screenshot which displays the usage of the item list column and that the usages are different from the item list itself. So the usages of the item list column are actually checked. BPS Version: 2022.1.2.31 Best regards, Daniel

Hi, as it is not possible to delete unwanted business entities when there are instances with them being used in it would be nice to have a parameter to deactivate them to make them disappear in the BE-field.

MVP

Hello, current version tracking tool in BPS is pretty good, but i'm lacking one feature. Let's say we have a workflow, where i'm at version 1, i need to get some more informations, so the document is being send to another people and new versions are being created 2, 3, 4, 5, 6 etc. After they will do their job, and i'll receive the document back in version 7 i want to be able to see all changes between version 1 and 7 (x, y). Instead of displaying incremental list of changes between, jus (...)

Hi, As for now you have 3 options in Item List: add rows, update rows, and replace rows. But there is no option to delete row. It would be really handy especially if there are some flaws in process and some rows on item list that shouldn't be there. Now if you want to delete them by action you have to use Replace Values option with SQL Query that returns only rows, that you want to leave in the form, so other rows are going to be deleted. The problem is that every row is deleted and than rows f (...)

MVP

We created a set of powershell cmdlets to connect to a portal, start/update/delete workflows and adding attachments. Inspired by the -UseWebLogin parameter off the Connect-PnPOnline cmdlet i extended our powershell cmdlets with a use weblogin feature. Fiddler and a bit of research in the web provided the right approach quite fast. Authentication works fine, but when using the rest api i receive an "invalid scope" exception. Seems that the rest api is only working with registered apps. (...)

HTTP logging in the mobile application - please come back!!!

MVP

I think it would be useful to have the ability to apply custom css classes to input fields. With the current styling options there is no way to style the "inside" of the input controls. The last image is what I'd expect to be able to do, the first 3 images are what is currently possible with out-of-the-box functionality. If that is already possible I'd be happy to know how without having to target precise css classes, data attributes etc.

Dear Webcon Community! Problem: sometimes we get many page documents, but in most cases valuable information is on first few pages or last pages Proposal: new optional parameters in action What do you think? Thank you! BR, Peter

Dear Webcon Community! Problem: with import excel action you can import excel tables only if you have a table container already added. Sometimes it is difficult if we want to process data in excel table coming from third party. Proposal: there is a way to define column mapping for itemlist file importing. It would be nice to have a feature in import action to take into account that one, instead of expecting a table in excel file. What do you think? Thank you! BR, Peter

Dear Webcon Community! Problem: you cannot use datarow fields on portal reports. Proposal: make it possible as it was a calculated field on report, running as subquery What do you think? Thank you! BR, Peter

Dear Webcon Community! Problem: longer background processes has to be split to smaller parts to fit in transaction timeout limit. For example if you have to move 50-1000 instances each morning taking some minutes, we have to use "select top <n>" and run global action more often (eg. in every 10 minutes) Earlier (before BPS 2020), it was a once a day run. Proposal: have new GA setting to specify number of cycles it should perform after triggered by schedule. This way we can split big t (...)

Dear Webcon Community! We have been working with Webcons BPS for 5 years, delivering several business solutions within a global company. We really like this platform however we have several proposals and ideas to make it better. I will share some of them in separate posts, sorry for flooding. Any comments, questions or suggestions are very welcomed. I would appreciate your vote! Problem: if you need to use SOAP and get back complex xml, sometimes mapping fails (multi level structures c (...)

Dear Webcon Community! We have been working with Webcons BPS for 5 years, delivering several business solutions within a global company. We really like this platform however we have several proposals and ideas to make it better. I will share some of them in separate posts, sorry for flooding. Any comments, questions or suggestions are very welcomed. I would appreciate your vote! Problem: in case of mailapprove, approver sometimes enters some comments in email, which you cannot get back (...)

MVP

We are coming across scenarios, where it is required to audit the views and not only changes on an element. Ideally we would be able to configure the audit level: - View element - View attachment - Download attachment - View in report (elements retrieved and displayed on reports) - Edit element - Delete element As additional auditing is likely to have performance impacts and also increase the database quite fast, it would be better to enable auditing on process level only. Maybe i (...)

Hello, Lately I was thinking about SQL optimization. So I did this query on production environments of our 4 random clients. The query shows where probably we should be thinking about putting index, because of high usage of those columns. Of course we all know that putting index on WFElements with attribute columns is not a good idea (maybe if you have secondary BPS_Content for only 1 process could be fine), but there are some examples on every environment that are in top 10 most highly recomme (...)

Dear Webcon Community :), Is it possible to add sort option to "My tasks"? By default it is sorted by Modification date in ascending order. My proposal is: 1. It would be very useful if user can sort it by other standard fields like: Days/hours in step, Modifying person, Creation date, etc. 2. Switching between the direction of the selected sort (ascending/descending) would be great

MVP

At this pointthe only way to generate multiple word documents is to create multiple actions, or if you have a dynamic number of documents, you should use subworkflows. The second solution works alright when we are talking about 2-20 documents, but (I'm not sure if all of you are aware) creating an new instance, ore moving it one step is a verry slow action and if you need to move or create 1000 instances using the default actions you will have to wait sometimes hours. Another problem is that (...)

Hi, Why is only one task created, and everything executes in it, when I execute the following code in a loop: args.TransitionInfo.TasksToAdd.Add(new WebCon.WorkFlow.SDK.Common.Model.NewTaskData(new WebCon.WorkFlow.SDK.Common.Model.UserInfo("webcon", "webcon"))); Best regards.

MVP

The reporting and filter options of WEBCON BPS are already great. However we have customers who would like to have a filter "all but..." or "not" like we already have "Begins" and "Contains".

MVP

Currently Webcon BPS does not offer an action to convert pdf to pdf/a. As there is a rising request for documents in pdf/a format, it would be great having a built-in pdf to pdf/a conversion action.