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

User Voice

MVP

Hi, I've cases where one choose field updates another choose field. If the data source is not a SQL database this can take some time. Setting the first field takes about 1 second, (1) in the attachment. Getting picker search results 540ms Validate picker control 460ms The setting and validation of the target field (2) takes again 1700ms and another 390 ms for executing a form rule. Setting target form field first choose field 1160ms Validate picker control 611ms Setting own target fi (...)

It would be very helpful if excel generating action and data table attribute ability to save as excel could produce an Excel file with or without columns headers. This is sometimes useful, as some external applications accept only data in excel files and no headers.

I was thinking that it is a good thing you can place attributes horizontaly in a group. However in addition there could be something like "number of attributes in a row". An example - when I have 9 attributes in a group and would like to place them in a matrix 3 x 3 (let's say in this case this is the best layout for some purpose) now I have to create 3 groups of 3 attributes and turn off the visibility of group names. My idea is to make system do it by itself. One more advantage is that in Desi (...)

It would be very helpful if one could create a global form rule and webcon would run it on every page load (especially the pages outside of apps as there is no way you could perform anything there now). This way you could force a user to "punch the clock" after logging to webcon (load and start a dedicated workflow) or show some important information after the user logs in.

I have a question: How to create an SQL filter in the "source" section of the report that will show only the column/attribute items indicated in this SQL. The attribute column consists of the dictionary entry ?

MVP

Hi A useful option would be to add the ability to set the horizontal layout of attributes directly in the tab. The same as now it is possible in the group of form fields. Regards.

MVP

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

An error (lack of privileges) in executing the Generate/Update a Word file triggered from the Menu button by a user who had privileges to read an instance but not to edit it. This is happening after upgrade to version 2023.1.2.124. It was working in previous version we were using. It would be great if we can go back to allowing users with read only access to generate a word file. Thank you

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

MVP

Hi, I think it would be beneficial if we could have a place in the global configuration where we can define custom default values for the steps and paths of dictionaries / document templates. For example I always rename the "Dictionary step" to "Entry". Of course, I also define translations for the the step and paths. Therefore it would be great, if we could define the translations for the step and path on a global level too. Best regards, Daniel

MVP

Hello, Right now there are Next step, and Previous step buttons on the Step Edit window, but if we need to edit two steps, which are X steps apart, then we have to: * Click X times - and every have some delay - loading the data. * Close step editor, and use list on the workflow, or the diagram to select step which we want to edit. I've got an idea that in the Step Edit window, we could add list of steps (list, tree, tabs) to choose from. An example in attachments :)

MVP

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

MVP

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

MVP

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.

MVP

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 I have datetime type fields i.e From and To , i want to check in current db table (WFElements), if datetime exist or not between two dates validating on form submit path using sql query. Issue: all the time showing validation error message , My validation Sample below: select case when ( SELECT count(*) FROM [BPS_Content_Prod].[dbo].[WFElements] where wfd_attchoose1='{1189}' and (('{L:1191}' between WFD_AttDateTime1 and WFD_AttDateTime2) or ('{L:1190}' between WFD (...)

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