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

search results

for JS

(...) y the Portal address. The server which receives a request from the local Designer Studio installation will send three pieces of information in return. All of them are stored in an appsettings.user.JS on file which is located in the folder where Portal is installed. The three pieces of information are: Database server name, Configuration database name, Authentication method. In order (...)

(...)     In the next tab, configure REST suffix and select a HTTP method, if creating a new user set it to POST:     Next step is transferring the user object in JS ON format, form field list of the user workflow is available in Graph documentation.     If you want to transfer response data to the BPS instance a Response tab configurat (...)

(...) one of the environments: developer, test or production can be easily copied across all the other thanks to import and export functions.   Choosing “Export” will generate a .JS on file.   After copying the file to the target environment click on “Import” which will add it to the list with the other themes.   Now the new theme is ready to (...)

(...) allow the user to access BPS features (reports, dashboards, navigation etc.). Also contains the dynamic form (Modern form) through which users edit workflow instances in the system. Created via React JS technology as a Single Page Application. This component communicates with the rest of the application via dedicated REST web services. BPS Portal embedded views – responsible for displaying (...)

(...) The communication is performed by the native part of the application which invokes REST API services available the WEBCON BPS installation. Data using in this communication is transferred in the JS ON format – this applies to both invokes to WEBCON BPS and responses to the mobile application.   3.4. Webview – WEBCON BPS Portal In the Webview, a user has access to (...)

(...) zation” tab   The “Request body” tab contains data about the file: Body type – multipart allows you to send both metadata and binary data within one request JS ON part headers – “Content-Type:application/JS on” header JS ON part value – metadata that contains the file name in the “name” parameter Binary part header &ndas (...)

(...) - „C:Program Files (x86)WEBCONWEBCON BPS Portal” or through IIS by selecting Server -> Sites -> WEBCONBPS -> Explore.     Open the “appsettings.user.JS on” configuration file and add the following parameter: "ForceHttpsOnProxy": true,     After that, restart the IIS “WEBCONBPS” Web application. (...)

(...) 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.JS on 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/JS on' } $Body = "{'set-user' : {'WEBCON_BPS' : 'HASŁO'}}" Invoke-RestMethod -Method 'Post' -Uri $url -Credential $Cred -Body $body -headers $header (...)

(...) FS_WebThemecssstyle.css"}   JavaScript (executed on page load) Set-AdfsWebTheme - TargetName MyADFSWebTheme - AdditionalFileResource @ { Uri = ' /adfs/portal/script/onload.JS '; path = " C: ADFS_WebTheme script onload.JS "}   To make your ADFS login page look like an integral part of your BPS Portal, upload your graphics, CSS styles, and scripts t (...)

(...) allow the user to access BPS features (reports, dashboards, navigation etc.). Also contains the dynamic form (Modern form) through which users edit workflow instances in the system. Created via React JS technology as a Single Page Application. This component communicates with the rest of the application via dedicated REST web services. BPS Portal embedded views – responsible for displaying (...)

Applies to version: 2021.1.x and above; author: Józef Cyran Introduction The article presents two workflows, the first is used to plan absence by an employee, and the second to register absence requests (using wizard). A special workflow for creating absence plans allows the employee to plan the absence (e.g. at the beginning of the year), which will then appear on the Gantt chart.

(...) red, which can be used in the form’s behavior. Below you can see configuration of this kind of variable:   Then in form behavior choose:   This allows a single JS function to be chosen both for different processes as well as for different environments.   Process constant – constant which is visible only within a specified process. I (...)

Applies to version: 2021.1.x and above; author: Konrad Wojtycza Introduction Form rules for attachments in WEBCON BPS allow you to receive information about attachments added to the workflow instances, without the need to know the WFDataAttachments table structure and to use SQL queries.   GET ATTACHMENTS - returns identifiers of attachments related to the current instance, it c

Applies to version: 2020.1.3.x and above; author: Konrad Wojtycza Introduction Translation Tool is the unofficial tool that allows you to translate WEBCON BPS configuration elements. Currently, it is not being developed because it is stable and functional – is compatible with the system from version 2019.1.x. Using Translation Tool you can export descriptions of all configuration elem

Applies to version: 2021.1.x and above; author: Dawid Golonka Introduction From version 2021.1.4.36, new built-in functions have been introduced to WEBCON BPS. These functions are used to set the requiredness of fields on the form. They allow you to configure the form in terms of dynamic setting required fields to be completed. Business case The ability to set the required form field

(...) 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 JS ON format will be generated. This file can be imported into the selected environment.   Fig. 14. The exported file in the JS ON format  

Applies to version: 2022.1.3 and above; author: Krystyna Gawryał   Introduction Users can prepare document templates in MS Word that include data from forms designed in WEBCON BPS. A template prepared in this way can be used, for example, in a Word file generation action. In order to be able to use variables relating to form fields and other contextual variables of WENCO

(...) 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.JS on”. Its default location is ”C:Program Files (x86)WEBCONWEBCON BPS Portalappsettings.user.JS on”.     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.JS on ConfigConnection.Initial Catalog LogsConnection.Initial Catalog Content database content.ContentDatabases.CD_Name attachmentDB.GlobalParameters, parametr "DBMain" archi (...)