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

search results

for JS

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

(...) n which they are located – you can use the buttons added to the cell.   Fig. 7. In the View tab go to the configuration and select Coloring mode -> Advanced and then paste the JS On code with cell stylling   Fig. 8. JS ON with cell styling     ”content”: ”=CurrentField” displays the basic cell value The function &rdqu (...)

(...) tion to the Microsoft Graph.     In the “Request data” tab enter the method address (/beta/groups) and http (POST) method:     Then go to the JS ON tab and fill in the data set that will be passed to the Web service.     The group name (“displayName” attribute) should be consistent with the organization polic (...)

(...) rt hyperlink to the workflow, select the “Start” column settings and then select the “Format this column” option.     Then paste the previously prepared JS ON code: {    “$schema”: “https://developer.microsoft.com/JS on-schemas/sp/v2/column-formatting.schema.JS on”,    “elmType”: “a&rdq (...)

(...) uo;Advanced mode”. In the configuration select the field to which the formatting should be applied (in our case this is the Start field).     In the next step, insert the JS ON code of the solution – this code adds the object to the right of the column value containing the icon and the inscription that it also a link. In the case of the icon, one of the available in (...)

(...) nstruction describes the configuration using the Windows 10 system, but there is also the ability to use the Mac OS X system. The minimum required components needed for installation are: NodeJS LTS version 10 – currently the highest version supported by SharePoint Framework (the solution works only with this version) Visual Studio Code – or any other advanced code ed (...)

(...) and from other columns.     The report view after configuration:     D. Advanced In the Advanced mode, the configuration is possible by using the JS ON format. The scheme of creating such a configuration can be found at: http://developer.webcon.com/JS on-schemas/v1/column-formatting.schema.JS on. The Advanced mode allows to make mo (...)

(...) In the Postman we create the first REQUEST – POST for the LOGIN method. No authentication is required. In the header we set ‘Content-Type’ to application/JS on and in the body using JS ON we send the previously generated ClientID and ClientSecret. REQUEST: URL: https://at03.webcon.pl/api/login   This method has retu (...)