Hi, it would be great to have the UTC time in a hover effect of a time. In the attached screenshot you see the same element but with different times. One browser is running on a server with a different time zone. Even so it's explain it can cause confusion. Therefore some way of displaying the UTC+0 time would be great. Best regards, Daniel
Hi, I really like the new path authorization feature and we will surely use it. The geolocation is also an interesting addition but if it's used in combination with the path authorization it will created unexpected results. I noticed that the geolocation of the browser is used, even if path authorization with method "application" is used. If this method is used, it would be great to use the location of the device instead. I made two tests, one with and one without active VPN. As expected (...)
Hi. I would suggest to simplify company selector in substitutions. In environments with multiple companies and several content databases list of companies is cross join of both, making it difficult for the user to choose and also requires adding several substitudions records for each content database (content database names are rather technical name and are not usefull for end users). I know that it requires to relate companies accros all content databases - maybe it's good time to move compa (...)
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
I would like to suggest building two actions: 1. Converting the value (integer) to the equivalent number of hours and minutes. 2. Adding and subtracting two time attributes (types of action). Example: Ad. 1. 90 = 1 h 30 min Ad. 2. 1h 30 min + 0 h 40 min = 2 h 10 min
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! I wanted to ask if the removal of the preview of XLSX files could be reconsidered? Perhaps as a toggled parameter. :) It was an important functionality for our company and after upgrading to BPS2023 we have to come up with a different solution for the preview of simple spreadsheets that are attached to BPS documents. Thanks, Patryk
Dear All, Would you like the idea having global application home on Webcon portal, which means you can include reports/dashboards for multiple applications even from different content databases? In our situation we separated content databases as per organization structure, which is usually useful, but it is a disadvantage if you want to show a consolidated high level view. I know that it is feasible with external reporting (like PowerBI), but I would be happy if there were a standard feat (...)
Hi everyone! I'll start with the app package import error message, then some details: System.Exception: Exception occurred while importing table WFDetailConfigs ---> System.InvalidOperationException: No item type: WFBusinessRuleDefinitions, id: 2752 at WebCon.WorkFlow.Base.ImportExport.Mapping.MappingList.GetBySourceId(Int32 id, DbNodeType dbNodeType) at WebCon.WorkFlow.Base.ImportExport.Import.ForeignKeyFinder.<>c__DisplayClass7_0.<GetKeyPairs>b__1(ForeignKeyReplacePair pair) ... (...)
Hello, I'm looking for a feature to be able to display images inside drop-down, or pop-up choice field. Either form Picture field, or from Single line of text in Picture mode. Use case: I'm working on a process, where sales department should specify which base product should be used as a starting point to create a new one. There is a long list of those base products, and remembering how each one looks just by number/name is not possible. Displaying the base product during selection cou (...)
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
Hello, While designing form I'm often getting questions about possibility to set some additional description to the field. I'm usually talking about the tooltip, but it requires the action of end user - he have to willingly hover on the (ℹ️) icon, to display the message, and there is no guarantee, that he will see it. Right now it ends with creating HTML field with some description near the field, which in my opinion unnecessary clutters the form. My idea is that we could have some con (...)
Hi! Earlier there was a feature in BPS Studio to search in changes history of processes. It's not available anymore in BPS 2022.1.4. We miss it much. Is there any plan to make it available again?: Thanks!
Hi, in BPS 2023 you added possibility to mark business entity as active, which is great. What about to go further and add option to assign application to business entity? Adding an application to business entity configuration would result that it will be visible on business entity system field in particular application. There are cases that for some reason in some applications some business entities should stay hidden. Now to achieve it you have to build additional dictionares or small apps. (...)
Hello, lately I'm seeing myself using more often decimal attributes with 0 decimal places, just to get the possibility to set prefix/suffix. It would be great to have this possibility also in integer fields. At this moment there are two options, if we want to be consistent: * ignore that feature, because in integer fields you have to add te suffix/prefix in the name of attribute - it just looks better, when it's in attribute name everywhere. * overuse of the decimal attributes even for ca (...)
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, Adding a configuration option to the process for the selected environment, e.g. TEST, "Always import in deployment mode" This will eliminate the mistake of not selecting this option during import and will facilitate the import without searching for and selecting this option. Regards.
Hello everyone, My Tasks is pretty popular view among users at my company, but i'm getting more and more often questions if i could change the way it works. I really like the default feature, and wouldn't change it, but I've an idea that we could have an 'Selected Element Viewer' control in the Dashboard. I even prepared some PoC - you can check it out here: https://portal.webconbps.com/db/1/app/479/dashboards/75 Selecting item from the report on left, will update the view on the right. (...)
Hi, It would be wonderful if you could also introduce Romanian as the default language. It would be of great help to us, and many customers would be grateful. Thanks, Raluca
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" (...)