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

search results

for business rule

(...) Hi, I want used the global business rule in a rest web services. I try use de business rule in Customer Headers, but when I run the action the value it's empty. I added an image with the configuration. (config_restWebServices.png) Is it possible using the business rule in Data sources Rest Web Services? Thank you, Raluca

(...) I think it would be appreciated by many developers, if you would add "activate"/"deactivate" on every element in the business rule / form rule / other similar places. It would make debugging much easier in many cases. Just as it is in the actions now.

(...) Webcon ver 2021.1.5.315 I found a bug in business rule s with parameter and SQL query. When type is text and value start by '0' then rule cut first char.

(...) tents of an attachment to BASE64. On the system step I have a TimeOut that calls the transition path after a minute. In the traversal path, I have an action that calls a web service. The frame uses a business rule to convert the content of the attachment to Base64 (the business rule returns the text value of the last attachment). When the whole thing is handled by TimeOut, I get the error: Message=Error exe (...)

(...) Hi there. Trying to familiarize myself with the for each action. I have an item list an I want a business rule to evaluate the value for each row of a certain column (choice field) an execute an action for it. Unfortunately, as soon as I have more than one row in the item list, the BR evaluation will fail as it attempts to test against all the row values for the specified column. My BR uses: IF[GE (...)

(...) 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 be UTF-8) (...)

Introduction I have heared that basically planning is always about three questions (three columns in Excel, three attributes on the form) - WHAT? WHO? WHEN? :) Sometimes we need an extra information/column - we can call it "Remarks", "Others" or .... COMMENT... WebCon BPS has extraordinary feature available out-of-the box without even single line of code...VERSIONING and detailed HISTORY. Such

(...) It is also 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 (...)

(...) hi there, i can add a business rule for condition step, but how if i need to have more than one rule for different fields in the same condition step? so i need the condition step check for more than one rule., for example: check attachment. please note that every rule separately works but together not. please any solution?

Hello, I want to hide/show the buttons in an item list for : add row, delete row and clone but based on rule. To be more specific, I want the 3 buttons to be visible when the instance is using business entity 1, 2 and 3 , but when i use the business entity 4 i want them to be hidden. The only way I made it possible is by using a form rule with a Java Script, but could not see any build in We

Hi! I need your help regarding setting focus on the last row of the item list. Business wants to perform the following scenario. Batch of barcode lables from paper documents are to be scanned with 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 th

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

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

(...) Hi everyone, it would really be great if we could have the option to check in a business rule whether the edit mode is active. Currently we can check for: - Admin mode - Mobile device - Share mode At the moment I'm using a combination of business rule and form rule to hide /show an element which is confusing. An alternative or maybe an even better option would be to provide a rule /function with (...)

(...) Hello, We have set a working Oracle connection. There is a procedure with 2 params, one IN, another OUT. Running a business rule containing a SQL Command against the Oracle connection: declare l_out NUMBER; begin ZZ_WEBCON_TEST.TEST_PROCEDURE(P_IN => {BRP:21}, X_OUT => l_out); end; where {BRP:21} is a business rule decimal parameter. The Rule is working, Oracle procedure gets executed (witness o (...)