WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for rules

(...) Hi, Is there a set of rules , an instruction on how to directly (using insert-sql) import data into the database (into the WFelements table)? Which field values should we generate so that there are no problems with the operation of the application. Of course, WFF_STPID - step ID, WFD_DTYPEDID - form ID depends on the process, and the rest, e.g. RowVersion (some hexadecimal value) ? And other?

(...) Con.WorkFlow.Studio.Logic.Managers.ProcessDocumentationGeneration.DocumentationDocxAsposeManager.GenerateDocumentationDocx(Process process, List`1 allProcesses, String path, List`1 plugins, List`1 allrules , List`1 dataSourcesList, List`1 dataConnectionsList, Func`5 bmpGenAction) at WebCon.WorkFlow.Studio.Forms.ModuleReports.Documentation.ProcessDocumentationGenerator.Generate(String path, String te (...)

(...) o 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. It is well described here: https://community.webcon.com/posts/post/checking-user-and-group-privileges/258/3 Sometimes we nee (...)

(...) Hi everyone, we had some racing conditions, when the users switched fast between instances in the task view or previews in reports. This was caused by form rules which used G_ variables which were no longer available, the view/desktop endpoint hadn't send a response yet but a JavaScript form rule from the previous instance was still executing. While coping with this I noticed that the response (...)

(...) m list from one process to another and after trying to save the process I get the below in the attached image. There are some datarow field in the item list that are showing data coming from business rules . I guess they are causing the problem. The main issue is that designer studio doesn't show the fields anymore so I'm unable to delete the item list that I copied. As you can see it looks like there a (...)

(...) Hi there. Couldn't find it but is there an option to create global actions like with global business/form rules ? I would like to create a Hyperlink action once and be able to use it in every Webcon application. Thanks.

Hello Everyone, Recently, we upgraded Webcon from 2021 version to 2022 version. New version 2022.1.4.326. I have this html content in one of HTML field in Webcon: the purpose of this is to run bussinessRule. But in new version it looks like there is no uxContext function executeBusinessRule(ruleId, ruleName, uxContext, params) { let formModel; let formInfo; win

(...) data from a sharepoint list. I can set the value from the selection just fine. However I can only access the data with type ID and Name. The rest of the data has no type and does not show up for any rules I want to configure. How can I address this data in the form? Thanks Oliver

(...) - just because the original app had most of the needed fields. No issues exporting the new app into package. From the error message I presume that the original app had some [at least one] business rules I didn't need for the new app, therefore I deleted them, thus the import error. Now, the new app does not point towards that id, 2752, with any object, either field/business rule/form rule etc. Al (...)

(...) - just because the original app had most of the needed fields. No issues exporting the new app into package. From the error message I presume that the original app had some [at least one] business rules I didn't need for the new app, therefore I deleted them, thus the import error. Now, the new app does not point towards that id, 2752, with any object, either field/business rule/form rule etc. Al (...)

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

(...) want to move the comments, to parent flow, as this will create a lot of mess due to lots of child flows. I thought this could be a built in feature, same as we can select last comment in buisness rules context, we could access it from reports, and webcon data sources, so it would be easy to display it.

(...) it under right mouse button menu -> Export as Hotfix. 1a. As an extension, maybe a possibility to check multiple objects using a tree like Objects (https://docs.webcon.com/docs/2023R3/Studio/Businessrules _General/#objects) 2. Possibility to select range from process History of Changes - sometimes creating that hotfix requires few tries, and it would be nice to be able to select a range of changes tha (...)

(...) Hi, Can you help me with advice on how to quickly delete a process that is no longer in use? I should mention that the process has form rules /business rules /actions Thanks, Raluca

(...) ently, in my app, this only works if the user has editing rights for this instance. But I don't actually want that the users have editing rights on all instances and do not want to create complicated rules , that then unlock the overall rights, but immediately revoke the rights for certain fields. In the field matrix I can only set the attachements checkbox to visible or invisible. Other formular field (...)

(...) ers new form (parent), to that form, he needs to register additional forms (children). It's 2 level tree childrens are leafs, they can't be parents. On those children forms, there are validation rules , which depends on data from the parent form, and a path [Validate] which checks for required fields. To make sure that children forms are filled properly - when I'm moving the parent form to further (...)

(...) are situations, where we like to only allow certain content types, e.g. pdf's, that are a subset of the globally allowed attachments. Currently, the only way to restrict is the usage of validation rules . For usability reasons, it would be much better, to be able to restrict the allowed document types. With a little bit of javascript it is possible to set the accept attribute of the input field. (...)

(...) Hello, In many places we are able to create Process Business Rule from rule typed in a field (visibility, required, and many others). Similarly with form rules . I have a case, where i need to use same mail that is already being used, but to different people. (exactly 12 contents). Right now it requires manual creation of templates by copy-pasting them from action into e-mail template. Could we (...)

(...) Hello, for AND's and OR's inside business rules we have ability to change layout from horizontal to vertical, which helps to keep it nice and tidy. Few times i've used concat, which got really long - see attachment. Maybe we could get vertical layout for concat? :)

(...) Hello there :) I have yet another problem, regarding the form validation. I've attached the rules that I've applied. What I want to do is I want to block the occurence of choosing current day while it's after 9.00 A.M. Otherwise If the day is than Today() then the result is TRUE, which means, you are able to go further. Best Regards, Igor