(...) bsp; Moving along the “Assign asset to user” path will move the form to the step with the same name. Here we assign the task to the person responsible. This task is about GET ting information from the employee whether the asset reception was confirmed or refused. The user confirms asset reception and the form field moves to the system step &ldquo (...)
(...) Moreover: Constants (local and global) Business rules Action patterns Filling in the documentation After generating documentation in WEBCON BPS Designer Studio, you will GET a ready documentation template which you should fill in. Here are a couple of tips for how to make sure that the documentation is complete. Visual workflow presentation This section i (...)
(...) tial to the availability and reliability of a WEBCON BPS system: SQL data bases (solutions like: HA Cluster, Always On Availability Group, Log Shipping) – security policy and available budGET are usually the deciding factors when choosing a solution. https://docs.microsoft.com/en-us/sql/database-engine/sql-server-business-continuity-dr?view=sql-server-ver15 SharePoint front-end or Windo (...)
PDF version 1. Application assumptions WEBCON BPS 2020 mobile application facilitates working with WEBCON BPS system from the level of mobile devices. Basic assumptions of the application architecture: Dedicated application for mobile devices Android – support from version 4.2 iOS – support for the last two versions Works in tw
(...) ons on a form that help users complete a task. Descriptions can improve the workflow instance by reducing the number of errors and questions. They can contain basic information which helps a new user GET started with the application, and also may explain the more complex dependencies between the form fields required to add attachments or selectable paths that will make the task easier to complete. &n (...)
(...) ;, in this article we will use the same example. By querying to the table and narrowing it down to the message with GUID = 5dae0f48-5d70-4dd3-b5b3-f134f28c2342 (as in the above article), you GET access to the same data: Fig. 1. The result from the query Below there is a window that contains more information about this GUID: Fig. 2. Information a (...)
(...) s, you can configure the SWE reports in such a way that the search field after the instance number is displayed by default. Fig. 8. Searching instances on the report To GET the effect as shown in the screenshot above, in the "Search" section, select "Show results immediately" and turn on the visibility of the search panel (Fig. 9). F (...)
(...) document repository, are only used to catalog and make files available to selected users. In others, the attachments may be of secondary importance. For example, when you want to work on a file toGET her with your client, a good solution may be the integration of WEBCON BPS with file storage such as One Drive or Google Drive. It allows you to avoid situations where you have several different versi (...)
(...) SQL query or filter is defined Fields mapping – based on the SQL query/filter, this section automatically recognizes the values that can be assigned to fields from the form. Click the “GET columns” button – the available columns will be displayed in the “Fields mapping” section. To map, assign (in the same row) a column selected from the data source to the appro (...)
Applies to version 2020.1.3; author: Franciszek Sakławski Introduction By creating dependencies between form fields on the form, fields are repeatedly calculated based on the basis of other fields. To correct calculations, remember to properly set their order. This article describes several examples of dynamic field calculation, and then in a tabular form the order od exec
(...) ps in which the business rules are defined WFActionBusinessRules – the configuration of the business rules used in the action configuration 4. E-mail notifications WFMessaGET emplates – the configuration of the e-mail notification templates g) Configuration tables related to the setting of the “Presentation” section Fig. 9. (...)
(...) will not be available for selection. Below there are several JavaScript functions used to configure the HTML form field. Each of them is executed when the created button is clicked. Set and GET Hide and Show Disable and Enable Collapse and Expand Set and GET These functions are usually used toGET her, GET ting the value from one field and setting it in another plac (...)
(...) er’s data: Fig. 5. The SQL query Data returned by the query does not match the formula specified in the Excel file template, so you have to transform this query to GET the columns used in the import. Fig. 6. The SQL query This means that from the #Users table the system GET : Email as email Name and surname as Name Email as (...)
(...) s, you must manually enter sample data (NIP number and date), because before creating the first workflow instance – these fields do not return any values. There are five HTTP methods: GET POST PUT PATCH DELETE The POST, PUT, and PATCH methods additionally require completing the content of the request on the next tab. In the “Custom headers” tab, you can add ad (...)
(...) tion, select the connection and the suffix URL (it will be added to the base service instance URL). The suffix can be parametrized if the API requires it (or allows it). Next, select the HTTP method (GET , POST, PUT, PATCH or DELETE). In this case, we use the GET method. In the “Custom headers” tab, you can add additional header parameters according to the requirements included in the (...)
(...) ; Example To verify the security level of our BPS Portal, we will use the https://securityheaders.com/ website. If Portal and IIS do not have any security headers defined, we will GET the “F” grade. To improve the level of security we will focus on four basic headers: Referrer-Policy https://developer.mozilla.org/en-US/docs/Web/HT (...)
(...) t, users have insight to information included in attributes or attachments, they work on them entering new information/ modifying previous ones. For users to communicate with the system, they need to GET a suitable interface. This article shows the concept of “Field matrix” – a mechanism responsible for presentation of data from the system. In the second part, information about d (...)
(...) are created. If they correctly indicate single values and it is possible to copy them to the fields on the form, the text layer has been created correctly. If the values inside the blocks are stuck toGET her or the blocks are uneven then the document is not suitable for teaching. Fig. 7. The example scan that is not suitable for teaching The document must be entirel (...)
(...) ated appears in the “Current step” field. Fig. 3. The “Check current step” button The “Check current step” button received the GET PairName(G_WFSTEP) value by using the SetValue function. Fig. 4. The “Check current step” configuration System functions There is also the ability of usi (...)
(...) s to the user who will be used to connect WEBCON BPS with Solr. You can use the PowerShell script, to create the collection use the Solr account with the previously set password: $Cred = GET -Credential $Url = "http://solr:8983/solr/admin/authentication" $headers = @{ 'Content-type' = 'application/json' } $Body = "{'set- (...)