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

search results

for rule

(...) Hi, I wanted to create a rule to validate if the current user is the assigned person directly or the substitution person. I was able to get the assigned person directly from System fields, but I wasn't able to get the substitution person. How can I extract, without SQL, the substitution person? Thank you, Raluca

(...) ith moving workflow from one step to another step. I mean if i create a workflow with 3 basic steps (start, intermediate, end(positive)) on those steps i set up paths with task creation on business rule level and i set up myself (my account). When I try to open that application in portal then on first step everything is ok and i can sent task to second (intermediate) step. AND here is a problem w (...)

(...) Hi everyone, I think it would be great to have an opportunity to add the option to execute a form rule in case of a 'Validate form' action fails. In most of my cases there some special condition which relates to a field/tab. Having the option to execute a form rule would allow to: - focus the field - show the tab - execute some JavaScript which would could display a subworkflow which needs t (...)

(...) og, it should be no surprise that we need to apply some changes to any JavaScript based modifications. The cash-dom library has replaced the former jQuery library. The change may affect how form rule s work in JavaScript mode if the rule s used the functionality provided by jQuery. For a description of the differences in the operation of the two libraries, see: https://github.com/fabiospampinato (...)

(...) Hi all! I am really struggling with this action. I am trying to send JSON data to a REST web service. JSON string is generated by a business rule , which contains a JSON Query (FOR JSON). Testing this business rule works fine, also umlauts are shown. My configuration in request body is body type: Binary, which is the only way to send dynamic JSON data. Somehow my encoding (which should b (...)

(...) How in buisness rule I can implemement function random my buisness rule ? I want to set the form field randomly out of 3 choices

(...) Hello all, Does anyone configured a validation rule and/or control field where you need to check if the lines added in a item list were already added in another instance? I have a process for overtime registration and I want to block the user to add a new instance with dates that were already added for the same person in webcon. I've created a control field but now all the processes are moved t (...)

(...) Hi, Is there a set of rule s, 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 allrule s, List`1 dataSourcesList, List`1 dataConnectionsList, Func`5 bmpGenAction) at WebCon.WorkFlow.Studio.Forms.ModuleReports.Documentation.ProcessDocumentationGenerator.Generate(String path, String t (...)

(...) you got one place when you read history of actions with comments SORTED by time. You do not have to jump from history into comments and have a look on action times from 2 PLACES. You got one PLACE to rule them ALL - historical entries. Sounds cool? :) For OUR Business yes, me either :) BPS 2023+ Such simplfied history has got huge potential from Business perspective and could be really nice out-o (...)

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

(...) Hello, how do I set a People/Group field to empty? When I use a rule to set the field to empty based on a condition it gives me an error on form load that says value cannot be converted to Boolean. "Error: Incorrect operation. Value cannot be converted to boolean.\n at g.convertToBool Thank you for your help!

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

(...) Dear Community, You can set value for empty field (aka. placeholder) in Style and behavior section. Would it be nice if I could enable and set such placeholder value via function (like form rule ). As an example, I create a form rule or define actions on change value in field. Changing checkbox field value (as marked, True) I'm setting "mark required" other related field. In such situation I coul (...)

(...) hi there, I'm able to apply a rule for show and hide of Text fields.., but once i run the form the default run shows me all fields without applying the rule ! once i pick one of the choice field options, it starts to apply the rule and show the correct text field and hide the others...., see the attached pic the three fields ( IN , OUT , Between) must not show until i pick it from the transfer ty (...)

(...) What I have is working, but just for one item: 1. dictionary with shipping company: a) DHL, GLS ect. b) parcel tracking link with marking place: [tracking_no] 2. business rule is changing [tracking_no] and set to text field as hyperlink and "grab" the tracking individual string (see all screenshots) What I would like to have: the same functionality but add multiple lines (divided shipping . (...)

(...) ith hendheld scanner. Each scanned id is to be inserted into ID column of item list table. Based on the ID some additiona data are to displayed in other columns. What I have already done is the form rule that ADDs NEW ROW every time the value of ID item list column is changed. It works ok. The problem is that I need the focus to be moved to the newly added row so the next document can be scanned. Unf (...)

(...) I have item list with few rows and few columns, one is the column field type: Yes/No choice. I would like to save instance on Yes/No choice field change. I put to the field style and behavior – Form rule to be executed on value change – MOVE TO NEXT STEP XYZ. The XYZ path is starting and ending in current step (i.e. it is in fact the SAVE path). When value is changed, it is showing error message. (...)

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