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

search results

for sql

(...) able in the template. The good option is to create the dictionary processes – for more information, see Dictionary processes.   Fig. 10. Attachement section   The sql query returns the attachment ID because the attachment versions are stored in the database. You must select the current one –for this, add TOP 1 and ORDER BY ATT_TSUUpdate DESC. ATT_WFDID is th (...)

(...) eld is set by the “Set Nett Amount in PLN” form rule which uses the “Nett amount in PLN” business rule. The business rule returns a floating-point number calculated with an sql query. The sql query returns the result of multiplying the value from the “Nett amount” field and the average rate of the selected currency, where the invoice date is the effective date o (...)

(...) sitive value for each type of transaction.   Fig. 10. The configuration of the "Change value of a single field" action   The last action is “Move a workflow (sql )” that moves the “Account” workflow to update the amount in the “Balance” field. In the configuration window in the “Parameters” tab enter the “_Update (...)

(...) : Franciszek Sakławski   Introduction When creating the configurable e-mail templates there is the option to add fields from the form. This article describes how to add an item list and sql data table fields.   Fig. 1. A list of fields available in the system   To enter these types of fields in the template is needed: Basic knowledge of HTML language (spe (...)

(...) dquo; field to whom the task is assigned in the next step. Below there is a query used to select a person:   Fig. 10. The "Responsible" field is the person or group type. The sql query returns an employee's login to whom the task is delegated and sets them as a field value   The query returns the user’s login (PersonLogin) – the ID of employee (...)

(...) n of the form rule with using the business rule   Execution of a form rule depending on data in other instances/workflows In the business rules, there is the ability of referring to the sql database and returning the specified data based on the process configuration or documents registered in the system. In the example, the sql COMMAND function was used and it was checked whether contra (...)

(...) author: Dawid Golonka   Introduction Some processes in WEBCON BPS require data from some other source to operate correctly. This data can be provided from external data sources such as sql databases or SharePoint lists. Internal sources can also be created in the system such as Fixed value lists or references to data contained in WEBCON BPS workflows. Any WEBCON BPS process can be used (...)

(...) tion of the action for sending documents   In the first field define how to select the attachment to sign – there are two options: Based on the document category Based on the sql query If you select the first option, you can define which category is to be selected. Additionally, a RegEx expression can be used – to limit the search by attachment name. If you select (...)

(...) e via up/down arrow keys, and then entering them – either by pressing the Enter key or using the mouse. By clicking the “Show more result” option, the user will be redirected to the sql R search engine. There is also the option to enter search content in the search field. The entered phrase is also searched in the form fields. The search is carried out in real time and with an wit (...)

(...) in, so it is a good idea to define it as a constant in the process. Attachment selection – indicate: The method of attachment selection -> based on the attachment’s category or sql query The technical form fields to which the attachments’ identifiers will be saved Message content – enter the title and content of the message sent with the attachment Recipien (...)

(...) n of the “Picture” field   Using the icon of three dots, you open the editor. In the editor go to the function tab and from the “Integration” list select the “sql COMMAND” option. Then place the following query in it:   Fig. 13. The sql query editor   In the SELECT clause select the field that stores the picture code, while in t (...)

(...) D column” option in the item list form field configuration. The above query returns all completed data from the “report of service events” item list.   Fig. 6. The sql query   An example query that returns information about service visits along with information about given car – in the last 30 days.   Fig. 7. The sql query – di (...)

(...) lds (dates, numerical fields, choice fields…) are stored in the WFElements table in a different format from the one in which they are displayed on the form of the given instance. The following sql query returns all the completed fields on the form for the above instance (Fig. 4) – Infiniti registered car.   Fig. 6. The sql query – storing data about the instance & (...)

(...) is data is necessary for all SDK actions so you can enter them as constants in the process. In the “Attachment section”, define  the method of attachment selection (by Category or sql query) and technical form fields to which the ID of the signed document and envelope created in DocuSign will be saved.   Fig. 6. The configuration of the action   In the ne (...)

(...) dash; zooming/reducing. In some parts of the system you can use with the ability of zooming and reducing the entered text/rules to improve their readability. These places are e.g. a window to enter a sql query, window to enter rules/formulas, window of workflow graphic schema.   Fig. 10. The diagram before rescaling   Fig. 11. The diagram after changing the scale  (...)

(...) are represented in the content database – which is the main place of the system’s operation. There are also “virtual tables” automatically created by the system – called sql views – that contain data from the linked tables. This article describes some of the most important views that users can refer directly to the WEBCON BPS Designer Studio level or from the da (...)

(...) istered” step. In order to configurate it, we need to double click it, then go to the “Actions” tab. As it is presented on Figure 5 type of the action is “Start a subworkflow (sql )”.   Fig. 5 Action configuration window   On the „Execution condition” field you can see a nested sql Command. You can configurate them by clicking the ico (...)

(...) /t.green@webcon.pl”   To create such a list, we will first pass our data through a technical form field – multiple lines of text.     The action uses the sql query to merge all records into a list, with entries separated by commas. The final result is in a format that can be used for calling the Microsoft Graph method. Our technical form field prepared in (...)

(...) changed. Fig. 2. The history of the instance   The workflow was changed only once. In the WFHistoryElements table two entries were made – to check this go to the SSMS (“sql Server Managements Studio”) and create a query about this particular table. Check also the WFElements table – they should be one entry with the current data. Fig. 3. The query to t (...)

(...) te presenting the names of the selected columns along with one, empty row. Now, you can set the table style by using built-in Word options.   Downloading data from other systems by using a sql query. In the same way as the item lists, you can add the data tables based on the sql query which refers to the WEBCON BPS database or an external system. In the Word file you can put not only th (...)