(...) retrieved via User Defined APIs, which are custom API endpoints configured within the platform. These endpoints execute predefined SQL queries and expose selected internal system tables as structured JS ON responses. Three User Defined APIs were prepared for the purpose of providing data displayed on the dashboard: AI Agents—returns a list of all AI Agents defined in all wo (...)
(...) rms a part of the OpenTelemetry project, it is possible to use the Jaeger platform for collecting and processing traces, and the Prometheus tool to receive and analyze metrics. The appsettings.JS on file With the architectural changes in WEBCON, telemetry configuration is now handled entirely in the appsettings.JS on file (separately for the Portal and the Service). The otlpsettings. (...)
(...) Hi, so HTML attributes are great, but only untill you try to do something with them - like hide for example... or export - import Seems like you keep them all in a single SQL field:-( So, some JS manipulation is needed, rule editor is useless. Can you make normal HTML attributes - every attribute in separate SQL field?
(...) eryone, is someone here how understands power query? I got a task to retrieve data from a BPS report in excel to use it for additional analysis. I was able to retrieve the data but transforming the JS on response to a table is beyond me. Just in case there's someone who would be able to do it but doesn't know how to retrieve the data I add the logic below which can be put into the advanced editor. (...)
(...) I haven't found any documentation how to access the current form data. What I know is, that all the formdata is kept in a JS on property called liteDate.liteModel as a JS on-object as you can see when calling /api/nav/db/{dbId}/app/{appId}/element/{wfdid}/desktop I guess that this liteModel must be available via javascript. I'm wondering, because there is this form from the offical 2021 release p (...)
(...) Hello everyone! Have u stumble upon this error when u make a request through the action and map the body on a field? In the body field as mentioned in the picture should be the body , the JS on but, is shown the type of collection ( System.Collections.Generic.Dictionary`2[System.String,System.Object] )
(...) m/posts/post/starting-workflow-from-the-sharepoint-document-library/54 I've did all the same configurations as the document to try to get it working but my Start BPS column is not displayed. The JS on code that is in the post needs to be formatted and my final version (for my case) is: { "$schema": "https://developer.microsoft.com/JS on-schemas/sp/v2/column-formatting.schema.JS on", "elmT (...)
(...) subworkflow using MS Flow (now called Power Automate) but when I need to configure the Get Token Action I only have the options in the picture and they are premium. Anyone with ideas? Using the JS on in the column of the item list is not working. Thank you!
(...) this is just a simple JavaScript which changes the assigned space of the left and right panel from 50% for each to 75% for the right and 25% for the left. The JavaScript can be copy&pasted into a JS Form Rule (1) which gets added to Behavior tab (2) so it get's executed. window.ccls = window.ccls || {}; ccls.changePanelWidth = {}; ccls.changePanelWidth.execute = function (timeoutCounter,t (...)
(...) S/api/logger | action: ip: xxx | msg: "stack": "TypeError: Cannot read properties of undefined (reading 'split')\n at HTMLDocument. (https://webcon.budimex.net/WEBCONBPS/application/App.9450b9.bundle.JS :2:666559)", "message": "Cannot read properties of undefined (reading 'split')", "name": "TypeError", "logData": { "msg": "Uncaught Exception", "errorMsg": "Uncaught TypeError: Cannot read properties (...)
(...) kFlow.Base.BusinessLogic.ElementManagement.FormFields.Choose.ChooseFormField.get_AvailableChooseValues() w WebCon.WorkFlow.Web.UILogic.Form.ViewModels.Data.ChooseViewModel.UpdateFromClient(String JS on) w WebCon.WorkFlow.Web.UILogic.WFDynamicLite.Rest.Logic.ElementFormLoader.c__DisplayClass8_0.b__1(BaseFormField field) w System.Linq.DataEnumerable.ForEach[T](IEnumerable`1 _this, Action`1 (...)
(...) user checks/selects/enters something on the form - much better than validation on an action. So usually I validate fields “on value change” and set the field error if necessary. Currently I use a JS -function like this to showing/remove the error message (form display mode: Modern on BPS portal): function showError(columnName, hintText) { let errorLines = $("#" + columnName + " .attributeErr (...)
(...) restriction for every field in an item list. But there is no column visibility restriction for the delete button, so you cannot prevent deletion of some rows. It is something you can do easily with JS , but only with classic display form mode. It doesn’t work with modern forms. The problem is that it is not guaranteed that your form rules “Main form -> Behavior-> forms rule to be executed on page l (...)
(...) one key choice field ("Symbol") which is configured to populate several other fields in the list. Among the populated fields are "Przypisane komórki (BPS)", "Przypisane garaże (BPS)", "Przypisane mieJS ca postojowe (BPS)" - these are choice fields in read only control mode (technical fields actually). There are rules triggered on change value of each of them to create hyperlinks in attributes of the (...)
(...) a rule to color backround of a date cell. The condition would be "if the date in the current field is greater than today, then color backround, else dont change the color". Currently the not working JS ON code is: { "content": "=CurrentField", "style": { "background-color": "=if(CurrentField > today, '#FF0000', '')" } } I've also tried different variants of the condition like "d (...)
(...) Am I blind or there is no function oposite to COLLECTION, that would remove an element from collection? How do you manage to overcome the lack of this function? I came up with an idea of making a JS form rule that takes a collection and removes a value given in one of the parameters. It works. But there are limitations that make the solution inelegant. First of all the form rule can not return a (...)
(...) Hi everyone, I have an item list with grouping on one column. I'd like to have this column group collapsed by default. How would I do that? JavaScript? Please consider I'm no JS expert so any piece of code or a completely different approach would be much appreciated. Thanks, Martin
(...) ctions on the form. One of these actions is to perform a function on the base. The result of this function is varchar. I would like to display the content of this result to the user. In the form of a JS alert or any message. Do you know how to do it?
(...) t would take more than a month to finnish all the work. We have investigated how the reports quickpath functionality works (because it seemed to work multithreading) and we have notticed that it uses JS to send async all the instances via the API. So we are now using the API via sdk in order to start all tose subworkfols for generating word templates. The API is doing all the work multithreading and (...)
(...) ost highly recommended for index. And 4 of them are related to SOLR. You can find my 'research' results here: https://nexpertis-my.sharepoint.com/:f:/g/personal/jaroslaw_dziekan_nexpertis_pl/EsIcZvxgJS JIrtGkGEJpVcABtvWxI57511tiTqDYHpD60A?e=ib6qHx So my question is: Is there are some plans to create some of these indexes as a standard in Webcon BPS, and if not, is it safe (according to EULA) to c (...)