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

search results

for application

(...) ElementInNewWindow” form rules. Enter these values to the form rule – they are visible in the “General” tab or in the address bar (Fig. 13) after starting a new instance (/app/application ID/start/wf/workflowID/dt/formID/).    Fig. 13. The address bar with workflowID and formID   Below there is the example configuration:    Fig. 14. (...)

(...) or created in the last year that the user (currently vieving the portal) has access to.  Fig. 1 presents the “Suggested” report available from the portal main page created for all application s in the portal. It contains instances from all application s, you can sort it by the number of instances that meet their criteria.   Fig. 1. The suggested reports created for all applic (...)

(...) Applies to version 2020.1.3; author: Dawid Golonka   Introduction One of the types of data stored in WEBCON BPS databases is the configuration of the elements that make up application s and processes. The configuration settings entered by a user are stored in the tables appropriate for the configured elements. The article provides a summary that schematically shows which table is responsible (...)

(...) Offloading (SSL Termination) is the process that allows you to transfer the encryption and decryption of the SSL connection through Reverse Proxy Server that is located “in front of” the application server. It is mainly used to relieve Web Server from performing these costly operations for the processor.     To enable the correct operation of the SSL Offloading process wi (...)

(...) a source with a filter (Fig. 7). In the case of configuring the connection to the database and defining the query (Fig. 5), you can edit the query only on the form field belonging to the specific application , unlike the solution using the MSSQL data source (Fig. 8) which will be generally available in the Data sources -> MSSQL database.   Fig. 7. Data source with narrowed database quer (...)

(...) ronment.    3. Changing the BPS Classic interface to BPS Modern Check the list of functionalities not available in WEBCON BPS Portal Prepare Processes for being organized into application s Remove all connections to SharePoint by reconfiguring the application and enabling the WEBCON BPS Modern form display mode: Change JavaScript to the form rules or JavaScript consisting of th (...)

(...) system is the ability of using the REST API interface. API is the basic method of data exchange between two systems and it is often used both to download data and transfer it from WEBCON BPS to other application s (e.g. data transfer to the vacation system). For more information about examples of using API see Examples of using REST API. This article describes the “Invoke REST Web service” acti (...)

(...) to get data from the external systems. Standard WEBCON BPS functionalities allow for their configuration and use without the need to know programming languages, which facilitates the creation of new application s.

(...) ithub.io/oauth2-proxy/docs/configuration/oauth_provider#azure-auth-provider. The website operation can be verified by going to the address http://127.0.0.1:4180 in the browser. The running application should display the following content:     2. Docker (Linux) To run oauth2-proxy in the container first, create the „oauth2-proxy.cfg” file – it may be the (...)

(...) e new constant   This constant should be used in the fragment of the global template containing the link to the instance.   The URL structure: {Portal URL}/db/{database ID}/app/{application ID}/instance/{ID instance} where: Portal URL – the WEBCON BPS URL address -> http://URLaddress/ Database ID – the WEBCON BPS Portal database ID (usually it will be number 1) (...)

(...) e is an extension of the HTML form fields article.    Global functions In the HTML form field configuration, there are several functions for general information about the application and the process.   Fig. 1. Global functions in the HTML form field   application – ID or Name Process – ID or Name Workflow – ID or Name Form typ (...)

(...) the previously 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 $hea (...)

(...) ID The configuration uses the GET method and the previously defined connection to Graph -> Integration with ADD using REST invoke method and Microsoft Graph. Setting the connection to the application created in Graph – in the “Authentication” tab   Fig. 5. The “Authentication” tab   Setting the URL to the resource of the employee select (...)

(...) Applies to version 2020.1.3; author: Michał Kastelik   Introduction The form menu in WEBCON BPS allows you to define additional options available at the top of the form of a given application . Except for standard options such as “New”, “Save”, “Refresh” or “Delete”, you can also control the workflow paths directly from here. This article des (...)

(...) ase of changing privileges, if you select Designer Studio administrator as the source user – they will also lose system privileges. When using WEBCON BPS Cloud Platform, apart from assigning application privileges – you must also assign licenses to the user from the level of administration tools on the portal.

(...) earn how to hide a group of form fields based on the value of one of the form fields.   What does the solution look like when implemented? In this article, we assume you already have an application for handling Cases. If you do, open it and follow the tutorial. If you don’t have it, you can still replicate the steps we explain in another application you have available. In your applica (...)

(...) Applies to version 2020.1.3; author: Michał Kastelik WEBCON BPS compact forms adapt the application 's main form to work on mobile devices and small screens. The compact appearance may differ from the main form in the layout, order of the fields, and other aspects. When you create an application with the main form on the WEBCON BPS platform, the system automatically creates its compact version. It c (...)

(...) when the value exceeds 1,500 Coloring the item list's background helps the user spot values that widely differ from the accepted range of values.  This is one of the methods that the application designer can use to speed up the analysis of data in item lists.

(...) N BPS reports. They are created by adding a new column in the report and then inserting a SQL  formula. They allow the report to be supplemented with additional fields that are not present in an application . A calculated column only works within a given report.   Creating calculated column After opening the report in which you want to add a column, press the settings button, and then go to (...)

(...) earn how to configure a button that starts a workflow from the form.   The scenario Let us start by showing you how it works once configured. We will use the "Task assignment" application , Here you can download it for free.  In this application , a task (or subtask) is asigned at the "In Progress" step. Then, it can be started by pressing a button on the form. (...)