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

search results

for JS

(...) External content by Daniel Krüger; January 19, 2025 ;  The original post has appeared on daniels-notes.de If you are using JS /CSS to improve the user exeperience a bit there are two different situations: It's global and can be reused in other processes It needs to be adapted for each process. If something changes in a new WEBCON BPS version, the second situation m (...)

External content by Daniel Krüger; September 12, 2024 ;  The original post has appeared on daniels-notes.de   Have you ever wanted to contact a person via Teams to whom a task has been assigned? If your answer is yes, you should take a look at the video and the blog post. I finally found a solution for starting a chat by clicking on an assigned user. In case Microsoft

External content by Daniel Krüger; September 29, 2024 ;  The original post has appeared on daniels-notes.de Another post about starting a Teams chat? But this time it’s not about contacting a person who has a task but starting a chat/call with anyone who is referenced in a workflow. This could be: A single person field. A field which allows only groups. Or eve

External content by Daniel Krüger; October 13, 2024 ;  The original post has appeared on daniels-notes.de After the last posts "Start Teams chat post" I was asked whether this could be utilized to get in contact with the support team. I liked this idea and implemented a little solution for this question.  While creating the solution, a whole bunch of question arose

External content by Daniel Krüger; February 02, 2025 ;  The original post has appeared on daniels-notes.de Everyone who moves to WEBCON BPS 2025 will notice, that it looks better/more modern, but there is less space for the content of the form. One idea to cope with this is, to add a full screen mode. This way we can utilize the full screen real estate when working on the form

External content by Daniel Krüger; March 11, 2025 ;  The original post has appeared on daniels-notes.de   When you update to WEBCON BPS 2025 you will also want to upgrade your applications to the new UI features it offers. While playing around with them I soon got annoyed that the save button on the dashboard wasn’t visible. This sparked the idea to introduce hotkeys to

Hi folks, As you (to my knowledge) cannot add a html field, like you can do in dashboards, I wonder how to get code into the very first page of Webcon. Our goal is to redirect directly into a specific application, but we cannot use the URL rewrite module of the IIS. Best regards Fabian :)

(...) m list due to customer requirement. This should be triggered on button click, that means on the client-side. Unfortunately I didn't find a way, to insert new row(s) to an item list in available JS functions. Does anyone know how to do that or could you provide some code samples? Thanks in advance & best regards, Nik

(...) Hi all! We want to add some rows to an item list with 'Change item lists values' action. The SQL query should take a JS ON array (which is perfectly valid) from UI element and return a table for adding new rows to this item list. Unfortunately this does not work. There seems to be some parsing on Webcon side, which eliminates all elements in the JS ON array, apart from the separator, which re (...)

(...) Hi all, at the moment we are struggling to generate C## classes automatically based on the SWAGGER JS ON Definition of WebCon. (server-adress/api) It seems, that the inheritance could not be solved completely by the library. Our aim is to be able to read data in JS ON format from the WebCon REST-API by using standardized tools, means no manually work for getting the data in the right format. U (...)

(...) Hello everybody. I'm trying to display all the JS ON fields, but I can't. Thanks to anyone who can help me. 1 - JS ON structure '{ "status": "SUCCESS", "VentaPajaros": { "codigoClient": 13216598, "composicionParcelas": [ { "id": "07" }, { "id": "08" } ], "pago": { (...)

(...) Hi all! We want to execute a JS ON query on a path (actually it is some business rule containing SQL query) and send these results to an external endpoint (REST service). The problem is that the query does not reflect current changes in form, since this happens on save. This should be related to database transaction and current values which are not persisted at this moment. Is there even (...)

(...) Hi all! I am really struggling with this action. I am trying to send JS ON data to a REST web service. JS ON string is generated by a business rule, which contains a JS ON Query (FOR JS ON). 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 JS ON data. Somehow my encoding (which should (...)

(...) I'm having some troubles using OPENJS ON to parse a nested JS ON response from a REST API: Following the solution posted at https://alterpaths.com/JS on-nested-collection-handling-in-webcon-bps/ but I cannot get the query to work in Webcon. When copying the whole query from the Show window into SQL Studio it works just as expected, but in WebCon Designer studio the following error occurs (see scr (...)

(...) In a one week im getting this error https://pcpatchedup.com/mscJS res-dll and I don't know how to fix this error, some buddy please help me to resolve this, Thanks in Advance Selena Root

(...) Hello, I'm trying to create a rule in JS that will listen to my checkbox value change. checkbox -> TRUE do something checkbox -> FALSE do something else I've created a HTML field with a simple InvokeRule inside.. placed my rule, and error. :) Can you help at all? Thank you!

Hello, I have a little problem. My scenario is something like this: I have an item list, with 3 columns A, B(not important here) and C and I want to disable column C(data row), if column A(choice field) has value 1#Mother, for example. Even if it's a new row just added by the user at that moment, even if it's a row added previously by other user in another step.. I just simply want that column

(...) Hi, does someone of you use a FormFieldExtensionJS for a multiline text field? We used this one to store a JS ON as a string and in 2023.1.3 the plugin no longer works. I haven't checked the WEBCON BPS JS code in 2023.1.2 but in the new version: 1. the change function in the plugin triggers controller.change 2. this calls validateCCValueModel 3. Since the hasCustomModel is undefined 4. Th (...)

(...) Hello, I have create a form rule JS that would color the cell in an itemList. But when i move between tab panels, JS is not working anymore. On page loading/Refresh, it is fine. Do you have any tips? Thank you. let itemList = #{BRP:151}#; setTimeout(() => { var itemListElement = document.getElementById(itemList.fld + "_" + itemList.id); if (itemListElement) { const provenien (...)

(...) Hi, it would be nice if having a third behavior function next to the two behavior functions ENABLE and DISABLE for form rules that permits the field to be edited via JS but not writeable by the user. Kind Regards Sébastien

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.