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

User Voice

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, if a data row/ data table is based on a BPS internal view to configure, whether the names/translations of the columns should be used. The default value should be true. It's just a waste of time to not only provide the translations the first time but also to update these when the name/translation of the referenced column changes. Most of the time it's forgotten anyway. Best regards, Daniel

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

Hello, We recently started to take better care of translating our applications in our native language as well as English. This way our clients will have a more professional experience. Even if we have everything translated, the preview that we see is in the language used for naming the steps/paths initially. It would be a nice touch if the language of the preview would be the same as the language selected in the users settings. Obviously, if a path/step has missing translations, the defau (...)

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

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

MVP

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

MVP

Hi, It would be nice if we also had fields of the time type. Some clients need to record, for example, the time of arrival and the time of departure, and this is not possible through standard fields. Thanks, Raluca

MVP

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

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, 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

MVP

Hi, it would be great if the "Download all attachments" would always be visible. At the moment it is only visible if: - There are at least two attachments - "Add and edit" is allowed It would be even better if the "Download all attachments" would reflect the currently displayed attachments. Current, Email or All Attachments. Best regards, Daniel

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

MVP

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

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