(...) ie name) via customer number. I have a form with a customer number field. I have a REST DataSource "REST GET CUSTOMER DATA" (..../getKundenData?customernumber=CUSTOMERNUMBER.Standard) which returns a JS on with all relevant customer data. I used a business rule to get the value from the REST datasource and a form rule (on value change) to set the customer name (returned from the businessrule). (...)
Error in DS if in Atomation you will use in name "}" and save and then try duplicate .... webcon: 2024.1.1.161 [code] Typ: System.FormatException ------------------------------------------------------- Wiadomość:Nieprawidłowy format ciągu wejściowego. ------------------------------------------------------- Ścieżka wywołania -------------------------------------------------------
(...) Hello, Have you tried run the Public forms in version 2025? I downloaded the source from github: https://github.com/WEBCON-BPS/public-forms I have the appsettings.JS on file configured (as in the picture). I get an error when trying to log in
(...) g: Url to Solr: http://[SERVERNAME]:8983/solr/BPS_Activities/query?q=*:*&q.op=OR&indent=true&fq=TS_Insert:[2025-01-06T19:02:59.060Z%20TO%20NOW]&fq=-User_Name:"WebCon%20Workflow%20Service"&rows=0&wt=JS on 06-02-2025 19:03:01 msg: System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Soc (...)
(...) Hello, I would like to dynamically hide the clone button. I tried to write a JS function but I have a problem. Maybe someone of you had such a task and can help me. I will be grateful for your help. Regards Miłosz
(...) g: 10px; z-index: 9999; font-weight: bold; } /* Compensation so that the page content is not obscured by the banner*/ body { padding-top: 50px; /* adjust if necessary */ } 2. Create a JS script to show banner in this case you can use the behavior settings in the Webcon BPS Designer --> Navigate to the application (where you want the banner) Go to Behavior settings Add a new JS Sc (...)
(...) iables (text type) in automation, can be returned as value: without endcoding? Example: I have API method no. 1. I save its response to a local variable. Then I make a minor modification in JS on using an action: Set value to modify => local variable Finaly: I want to use that local variable as a Request-Body for another Rest API action. And here is the problem, because the value of t (...)
(...) llowing error: -- Unexpected Application Error! t.findLast is not a function TypeError: t.findLast is not a function at https://**bpsportalurl**/application/App.4dbf8e8ad44240e13685.bundle.JS :2:342152 at Object.useMemo (https://**bpsportalurl**/application/2599.4dbf8e8ad44240e13685.bundle.JS :2:248684) at t.useMemo (https://**bpsportalurl**/application/2599.4dbf8e8ad44240e13685.b (...)
(...) Atlassian for Confluence and Jira. One use case would be to passthrough a teams chat message to an agent via action in the context menu, parsing the message with AI Prompt to extract data and create JS ON, fill out an adaptive card offering data from WEBCON to trigger the wished process and pass all needed data as JS ON for the form fields to it. We build prototypes for such scenarios but it would be (...)
(...) Hi, I need to send data as "multipart/form-data" I am trying to configure the Request Body tab of the "Invoke REST Web Service" action. I set the Body Type as "multipart" and the JS ON part header as "Content-Type: multipart/form-data" How should the value for the JS ON part field be formatted? Should it be in JS ON? (I have tried but without success.)
(...) to get the URL of the current instance? Use Case: In a specific step a user can create a ticket (via menu action) in a 3rd party app (REST POST). In the request body of the rest call I create the JS on and want to submit also the url for this instance. Thanks! Ernst
(...) ld in the item list, trigger save path that will save the instance changes. add extra field in the item list with boolean that will examine is something changed or not. - parsing current values with JS and creating JS on which can be read via sql, this could potentially be more complex
(...) d-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px} 404. That’s an error. The requested URL /batch was not found on this server. That’s all we know. ---> Newtonsoft.JS on.JS onReaderException: Unexpected character encountered while parsing value:
(...) I used JS button to InvokeRule(Form rule). Form rule used FOR EACH ROW function on Item list to populate technical column with increment integer (1, 2, 3…). This integer was used for Item list sorting in Item list configuration. While in version 2022, the execution order of FOR EACH ROW was driven by sorting (even unsaved) Item list as seen on the screen (First sorted visible row first, Last sorted (...)
(...) cause of a syntax error. That’s because WEBCON doesn’t set anything in the body. Depending of the chosen body type it would be great if WEBCON would automatically set the correct string. E.g. null if JS ON is chosen. Right now one has to set all attribute values in quotes to prevent this and to cast them on the endpoint's server side or a form rule and extra form field are needed to create the nee (...)
(...) It would be nice to have the PATH_ID as property on the path button elements so we are more easily and relyably able to address them if we need to manipulate them in any way using JS or CSS
(...) m a data source (a report) with one column and one filter. I want to use a User-Defined API that allows me to dynamically filter the report using a defined endpoint. Will the response return a simple JS ON with information from this single column, or will it return the entire data set (element ID, signature, step, etc.) as in other responses?
(...) Hi, How can I add a static value to JS ON - grid? I don't want to add Source field. I have a value that will not change. Furthermore, I wolud like to put it in there the easiest way possible. Pls help :)
(...) ing. It looks like an error from the government API. I'm wondering if anyone has encountered this issue and if there's any way to set intervals in the KSeF Connector. I have an appsettings.production.JS on file, but I don't know if the settings there apply. Is there any diagnostic option for this tool? 2026-01-07 12:24:16.3867||INFO|WebCon.KSEF.Core.Logic.Managers.Api.ApiManager|Checking InvoicesS (...)
(...) I need to call a REST API from a WEBCON form and write the returned values back into form fields. The REST API performs several validations on the incoming JS ON payload (e.g. date from valid, date to valid, amount valid, etc.). In case of a validation error, the API returns something like: { "state": "error", "error_msg": "Date to must be greater than date from" } Approach 1 – Automat (...)