Hi everyone, it would be great if there would be some option to show the id of a choose field in the browser. Maybe in the history or history in admin mode? Use case: Two users with the same display name and there's currently no option to identify which user was selected without relying on the database. Best regards, Daniel
Hello, after deactivating a company, it should not be possible to assign permissions to the process on this company's tab. The idea is to reduce the number of tabs. Regards D.
It would be a nice touch if we could group Automations inside Process Configuration, same as we can group Form Rules, Constants, or Business Rules. I really love how flexible Automations are, especially in case of any API integrations where global ones are created, and they might be used everywhere. Their own success makes lack of folders feel like that small stone in pair of comfy shoes ;) Closed in favour of -> https://community.webcon.com/forum/new-message/4840
Hi, it would be nice if the view V_WFElements would not only contain the integer id but the GUID. I'm not sure whether using the view in a calculated column would be more performant or creating an own join, but only for one table. For example (select Count(*) from V_WfElements childs where childs.DTYPE_GUID = '0000' ... further conditions) vs (select Count(*) from WfElements childs join WFDocTypes on childs.WFD_DTYPEID = DTYPE_ID and DTYPE_GUID = '0000' where .... further conditions (...)
Hi, Maybe it would be a good idea for a new automation to be created by default to receive the name of the element for which it was created. This would help keep the system tidy, reduce the workload for each time you assign a name,. And for people who prefer other names, nothing will change because you will have to enter your name anyway. Regards
Hi, it would really be great, if we could trigger the documentation generation for a whole application. It doesn't have to be a single document. It would be fine if this would just create a zip package. In this zip packages there would be the default documents for all processes. This would include the related processes too. Now I'm going back to generating the documentation for ten processes again... Best regards, Daniel
Hi, It would be helpful if we could update the rows in the parent instance from another instance (child instance). It would be beneficial to be able to update the parent's itemlist rows when we initiate child instances for each line in the parent's itemlist. Thanks, Raluca
Hi, In DEV-TEST-PROD Architecture environment also containing multiple BPS Content Database it would be helpful to runas BPS Studio to the exact environment and exact content database. Then it would be possible to create .bat script to run exact environment, e.g. TEST to the specific database e.g. BPS_Content_1 The script "BPS Studio PROD Database 1.bat" could then alike below runas /user:Domain\Login "C:\...\WEBCON Designer Studio.exe -portalAddress https://abc.xyz -databaseID or -databas (...)
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.
Hello, it would be nice to have in donut and pie charts "category" label in popup that matches the legend (beside series name). With a large number of categories, it is difficult to distinguish colors on chart and popup contains only series name. The label was displayed in the 2021 versions and is still displayed in bar chart. Please consider adding it.
Every WebCon BPS Applications needs permissions to work properly. Of course best practices is to use groups: WebCon BPS, Active Directory, SharePoint ones. It is worth to some have naming convention for them. It is also crucial to know which are used within the specific Application. We can dig into the BPS Studio and check Application, Process, Worfklow, Document Types permissions. We can check actions, business rules, etc. We can try to do it better via SQL or/and WebCon BPS Application. (...)
Hi everyone, I'm not sure yet whether it's a good idea or not, but I think it might proof useful, if we could add an icon to path buttons, like they are available for the menu buttons. I just tried emojis today and I think it will help users to distinguish similar paths. But since these are emojis there may be problems with light/dark mode and different devices. This wouldn't be the case for font icons. Best regards, Daniel
Hello, please update Autenti SDK for Webcon 2023. Latest release https://github.com/WEBCON-BPS/BPSExt-Signing-Autenti/releases/tag/2022.1 is not working anymore. Best regards, Marcin
Could you please consider adding a setting that would align all input fields left/right/center? It's a little annoying having all fields aligned left and only floating-point values aligned right.
Hi All, We had some difficulties with archiving. We had a campaign to move to archive approx 200.000 instances. It was working very slow, taking 5-6 secs per instance. After some investigation, we found out, we can speed it up with an additional index on WFElementTasks. After creating the index - CREATE NONCLUSTERED INDEX IX_WFELementTasks_Finished ON dbo.WFELementTasks (WFT_WFHIDTaskFinished)- it takes less than 0,3 sec per instance. Dear Webcon team, please Include this additional in (...)
Hello everybody, we are working on a prototype to document defects. Therefore, we would like to use a new kind of form field: It should act as an image field to upload an image, but then act as a handwritten signature form field to mark something on the image. We tried that with the existing elements and it worked in a way. But the image scaling isn't really good, we couldn't change the pencil color and so on. So as a suggestion: Please combine these two form fields to create a pimped (...)
Hi, is it possible to implement some sort of offline mode for when users are entering data into a form to help with preventing the loss of data? People will use the Mobile App while on site and it's possible they will lose connection and lose all the data they have entered before they could save or submit. For the form to work again they will need to reconnect and unfortunately refresh the form causing them to lose everything they have entered. kind regards, Dean
Hi everyone, have you ever imported a process and thought, damn I forgot to tick this or untick the other field? In my case this has happened more than I want to admit. Most times everything works fine but know and then you get disturbed and you make a mistake in the selection. Of course one could have a check list to verify everything, but even this will fail. So I'm wondering whether one or both of these ideas could help with this human error problem. 1. Changing from checkbox to a (...)
Hi @all, I´ve many processes they use the same rest-request to fill choice fields, table, etc. But the request requires a dynamic values in _url-parameter_ or _request-body_. At the moment i´ve to clone the *same* data source for every process... not nice ;-) ! A parameter would solve the problem - like as parameter into rules! Thanks and best regards Daniel
Our scenario: We are sending a prefilled pdf document to an external user with the instruction to complete the form and return it together with a copy of the id/passport. Which could be one or more pdfs or images. We've configured a hot-mail-box to check for e-mail having a pdf with a valid barcode. The pdf with the barcode is attached nicely :). But also want to add the additional attachments. One should expect that according the documentation the configuration of additional attachment (...)