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

search results

for JS

(...) a more complex delete of line function. To explain this briefly, I have a list, where I can't use the normal delete button. So instead, I'm adding one using a dataRow form field, where I call the JS function like this: deteteFunction(list ordinal number); In this list there is a column called IsOld, and it's values can be OLD or NEW. * If the line I want to delete has the value NEW in the IsO (...)

(...) Hello, I am trying to update some form fields and columns in an item list after some actions. On my path i have configured a FOR EACH on my item list which is creating/composing JS ON payload for my REST. (rows) However, I am encountering an InternalServerError (500) when attempting to save this data using REST service on path for my current instance. PATCH: api/data/v5.0/db/#{DBID}#/elements/ (...)

(...) "UserName": "manager" } In response I receive receive 2 HTTP Cookie items (B1SESSION and ROUTEID) that I have to submit with every REST API call to SAP API. The problem is that I can't submit JS ON configuration in REST API Connections area in WEBCON BPS Designer Studio. And later use it to setup REST API Data sources. Maybe someone came up with solution how to deal with it?

(...) entered in current form (different fields in different workflows) and also should be fetched from database from another workflow. As I can see there is no way to use current form field values (in JS ON mode, not JS ON grid) in request body of datasource consuming a REST API. Is there a workaround for this? Another question: Is there a way to store results from a datasource as JS ON string in (...)

(...) rror OK, then is not saved data so I move step forward .. but again error ... so .. how to calculate: D = (A*B)*a + (A*B)*b+(A*C)*c ? why I don't have rulle in a,b,c to "fix" D" ? .. I did not JS and ten I had error multiple time run rule ... so next idea was change in transaction on path

(...) What is the possible and if, the most efficient way of getting data from a dictionary into a JS file that is supposed to read all the items from said report ? SQL(business rule, then convey it to the JS file as an argument) or we can natively do it in JS ?

(...) ight be different for different dates and currencies). The API GET call is: https://kurs.resenje.org/api/v1/currencies//rates/-- I have in DET_Att6 and the in DET_Att3. The response is a JS ON: { "code": "USD", "date": "2017-01-04", "date_from": "2017-01-04", "number": 1, "parity": 1, "cash_buy": 117.7702, "cash_sell": 119.4306, "exchange_buy" (...)

(...) ear and everything will be blocked: Is there a solution for this? Thanks in advance Error during saga execution: e is null a@https://webcon.domena.com/application/App.ddbbd702c08e03b71cd0.bundle.JS :2:1502752 81937/D[s.C]@https://webcon.domena.com

(...) ible to be done in WEBCON? I know, in WEBCON: • There are an HTML form fields, even supporting some JavaScript functions. • There are a Form Rules with JavaScript mode But, where to put what (JS , HTML, CSS) and how to combine/address/relate parts to functional stopwatches?

(...) Is it possible to use process constant in JS mode, same way as we would use it in form rule ?

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