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

search results

for JSON

(...) it will cause the entire index to be transferred correctly along with the users' activities.   10. Changing the BPS Portal data source Change the data source in the appsettings.user.JSON file (by default it is in the "C: Program Files (x86) WEBCON WEBCON BPS Portal" directory). In ConfigConnection and LogsConnections, specify the name of the new SQL instance.   (...)

(...) sly set password:   $Cred = Get-Credential $Url = "http://solr:8983/solr/admin/authentication" $headers = @{     'Content-type' = 'application/JSON ' } $Body = "{'set-user' : {'WEBCON_BPS' : 'HASŁO'}}" Invoke-RestMethod -Method 'Post' -Uri $url -Credential $Cred -Body $body -headers $headers (...)

(...) pplications. Authentication is handled via JWT tokens. This component communicates with the business logic of the WEBCON BPS system. BPS REST Mobile App service – a set of REST Web services (JSON messages) hosted on WEBCON BPS Portal, responsible for handling data intended for the WEBCON BPS Mobile App. This component communicates with the business logic of the application. BPS REST Office (...)

(...) r production can be easily transferred to other using the import/export functionality.   Fig. 13. The import/export option   After clicking the export button, a file in the JSON format will be generated. This file can be imported into the selected environment.   Fig. 14. The exported file in the JSON format  

(...) in the database connection settings.     Press “Save” to keep the changes. Now, set up a new server name in the portal configuration file “appsettings.user.JSON ”. Its default location is ”C:Program Files (x86)WEBCONWEBCON BPS Portalappsettings.user.JSON ”.     Run the app in the IIS and the WEBCON WorkFlow Service. (...)

(...) lly.   Changes in configuration entries   Configuration database content.GlobalParameters, "ConfigDatabase" parameter WEBCON/WEBCON BPS Portal/appsettings.user.JSON ConfigConnection.Initial Catalog LogsConnection.Initial Catalog Content database content.ContentDatabases.CD_Name attachmentDB.GlobalParameters, parametr "DBMain" archive (...)

(...) vided in Designer Studio that allows users to use external services sharing their own API. This article describes new features introduced in the aforementioned action in WEBCON BPS 2021.   JSON - grid A simple workflow is created for demonstration purposes to obtain average exchange rates from the National Bank of Poland. A form containing exchange rates   The “D (...)

(...) ation file. This file allows you to set the relevant values for environment variables and pass them to the service container. These are exactly the same values that can be set using the appsettings.JSON file in a standard WEBCON BPS installation. For the correct start of the service, you need to set the first two variables – connection string, to connect to the configuration database, and th (...)

(...) sp; Unzip the contents of the downloaded archive and move it to the destination folder intended for the service executables. In the unzipped folder you will find the file "appsettings.JSON " – copy and paste it in the current folder, and then rename the copy to "appsettings.user.JSON ". Open the newly added file. Its contents are as follows:   1. { 2. (...)

(...) ms 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 otlpsettings.JSON file The OpenTelemetry tool in WEBCON BPS is configured separately for the Portal and Service segments. For the purpose of the configuration, the otlpsettings.JSON file is used. The file can be (...)

(...) nce. The native part of the application is responsible for the communication. It invokes REST API that facilitates connection with the installed WEBCON BPS instance. The data is transmitted in the JSON format and this applies both to data retrieved from the WEBCON BPS instance and responses from the mobile application.   REST API for mobile application The communication between the mo (...)

(...) ve a quick look at the possibilities of the template syntax and become a big fan of it as I did. Beginning of this year, we did a PoC and the first version of an SDK action. We decided to use JSON as a datasource, as in our opinion it offers the most versatile usage.  For most users, more complex JSON structures, e.g. with one-to-many relations, will be a challenging task. So we d (...)

(...) define this again for Playwright? :) What has happened: I focused on PowerShell this time for accessing the REST API. I got interested in PowerShell classes. Since we already have swagger.JSON , which defines the REST API, I created a script to generate the PowerShell classes. If you define the database id and the workflow id, you can generate an Excel file to define, which field should h (...)

(...) ically? I want to share how you can create accordion-style tables in the system. I built an accordion table using HTML and JavaScript. The table is generated dynamically by fetching data from a JSON . What does that mean? 🤔 Simply put, the table adjusts automatically based on the data entered in the JSON . This makes the table excellent for hierarchical displays. 👍 To create this table, use the (...)

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

(...) 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 JSON property called liteDate.liteModel as a JSON -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 pap (...)

(...) 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 JSON 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 JSON code that is in the post needs to be formatted and my final version (for my case) is: { "$schema": "https://developer.microsoft.com/JSON -schemas/sp/v2/column-formatting.schema.JSON ", "elmTyp (...)

(...) 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 JSON in the column of the item list is not working. Thank you!

(...) kFlow.Base.BusinessLogic.ElementManagement.FormFields.Choose.ChooseFormField.get_AvailableChooseValues() w WebCon.WorkFlow.Web.UILogic.Form.ViewModels.Data.ChooseViewModel.UpdateFromClient(String JSON ) 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 ac (...)