(...) Hi I'm having trouble on adding a MSsql Database data source on Data Sources -> Connections -> MSsql database as I keep getting the error message below: "Unknown error: A network-related or instance-specific error occured while establishing connection to sql Server. The server was not found or was not accessible. Verify that the instance name is correct and that sql Server is configured to allow rem (...)
How to access values of the 'datasources'? -> The query only returns the ID of the datasource.
(...) Hi there, Is it possible to use one datatable to show different tables from a sql server? Right its possible to filter the sql results based on a value in a certain column. I also want to make it possible to show the content of a different table, however account to the infobox to the right side of the textbox where i write the sql statment, its not possible. So i was wondering if there is an alterna (...)
(...) nt, just a heads up so other people dont fall for the issue that hit us today. I wanted to share some info regarding the update from 2022 to 2023, as we ran into some very unsatisfying issues with sql COMMAND business rules that are querying field IDs. It hit us on some neuralgic spots in our main workflow, causing quite some pain right now. If you still have to update to 2023 make sure you tes (...)
ORIGINAL SUBJECT WAS: Assistance Needed – Retrieve "Content as Base64" for All PDF-Attachments of an Instance Dear All, I am currently looking for a way to extract the "Content as Base64" for all attachments associated with a specific instance. My goal is to obtain a single text line in the following format: 'Base64 PDF 1', 'Base64 PDF 2', 'Base64 PDF 3'. -> The easiest way would be to us
(...) Hi, I'd like to build sql query that uses 'current BPS database' and at the same time uses linked server that exists on that server. So I want to do sth like that: Select * from BPS_Content.dbo.WFElements t1 left join [my_linked_server].[database].[schema].[my_table] t2 on t1.id = t2.id Unfortunately it doesnt work. I got an error in Webcon Studio "Access to the remote server is denied beca (...)
(...) Hi, I need to build a process that will work as a service, check a mssql table, and start the process if new rows are added to the table. Single process based on a single row in sql table. Maybe someone has built a similar functionality? Best regards.
(...) 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 & (...)