Applies to version 2020.1.x, author: Marcin Pisarek Introduction When designing processes and individual workflows in WEBCON BPS, it is good to know how data is stored in the tables, what are the relations between them and how the particular information is displayed on the form. The article describes the WFElementDetails table. Relations in the table The WFE
Applies to version 2020.1.x, author: Marcin Pisarek Introduction When designing processes and individual workflows in WEBCON BPS, it is good to know how data is stored in the tables, what are the relations between them and how the particular information is displayed on the form. The article describes the table that stores header data – WFElements. Relatio
(...) d in the table, what relationships are and how particular information is displayed on the form. The following article describes the WFHistoryElements and WFHistoryElementDetails tables. Table descript ion The tables store data o the edition of the instances and changes of the values when going through the path. The WFHistoryElements table stores information about the instance and form fields val (...)
(...) e data is stored in the tables, what are the relations between them and how individual information is displayed on the form. This article describes the Calendars table. Table descript ion The Calendars table stores the calendar days. To modify the calendar, go to the “System settings” and in the “Global parameters” tab select the “Working days calen (...)
(...) the “Add to sending queue” option. This option is set by default. Fig. 1. The “Send a custom e-mail” configuration WFMails table structure A descript ion of WFMails table columns: MAIL_Status – information about the status of the message MAIL_AttemptsNumber – a number of attempts to send a message MAIL_LastAttemptTime – a (...)
(...) es, see Tasks vs privileges. The WEBCON BPS system operates based on a SQL database, one of the places where the information the privileges is stored is the WFSecurities table. Descript ion The WFSecurities table contains information about current privileges granted at the process level, instance and type form in the context of a given workflow. The table consists of the following (...)
(...) LOG_ActionSucceeded – information whether the action was correctly performed LOG_AdditionalMessage – additional information. The fields set e.g. in the action custom triggers LOG_Descript ion – descript ion of the actions performed LOG_Name – stores the log name LOG_Status – returns the action status. The possible values are 1,2,3: 0 – the action was not (...)
(...) guage tag. The HTML form field can be defined as adding a custom HTML code to the standard code of the WEBCON BPS form. The best solution is to use this form field with the new form rules in Javascript mode. After adding a new HTML form field, enter the code in the “Advanced configuration” section. In the “Values” section, all Javascript func (...)
(...) version - they allow you to use all HTML language tag. The HTML form field can be defined as adding a custom HTML code to the standard code of the WEBCON BPS form. This article describes the Javascript functions that are available for item lists in the HTML form field configuration. Functions for item lists A) Number of records In some situations, there is the ability of defining (...)
Applies to version 2020.1.3; author: Agnieszka Burda The following article 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
(...) components (both open source and licensed) used by WEBCON BPS 2024 R1: C# External components – All C# libraries used by Standalone installation mode and Designer Studio. Javascript External components – Javascript libraries used by BPS Portal.
(...) pu; 10.05.2024 Have you ever wanted to display information hierarchically? I want to share how you can create accordion-style tables in the system. I built an accordion table using HTML and Javascript . The table is generated dynamically by fetching data from a JSON. What does that mean? 🤔 Simply put, the table adjusts automatically based on the data entered in the JSON. This makes the table exc (...)
(...) onents (both open source and licensed) used by WEBCON BPS 2025 R1: C# External components – All C# libraries used by Standalone installation mode and Designer Studio. Javascript External components – Javascript libraries used by BPS Portal.
(...) l Krüger; December 03, 2024 ; The original post has appeared on daniels-notes.de Anyone who has left the low code area has probably used VS Code in recent times to format Javascript . As soon as you are using variables you will have noticed that the code formatting destroyed the variable definition. This is how it looked before when the code was copied back to designer s (...)
Hi all! I am new to WebCon BPS. I wonder if it is possible to get all items of a process or a datasource/dictionary defined in BPS from client side via REST API. In SharePoint I did something like this: _api/web/lists/getbytitle('MyList')/items?select=Title... This does not seem to be possible with BPS REST API or at least I did not find it ;-) I am thankful for every hint pushing me into th
(...) n a json property called liteDate.liteModel as a json-object as you can see when calling /api/nav/db/{dbId}/app/{appId}/element/{wfdid}/desktop I guess that this liteModel must be available via javascript . I'm wondering, because there is this form from the offical 2021 release paper (see below) with the nicely presented workflow steps on top of it. And I believe that this a Html-Field with some jav (...)
(...) Wondering if it is possible to open the attachment preview dialog by using javascript only. Does anyone already tried to do this? There is the possibility to open the latest attachment, but that's not the solution i'm looking for.
(...) Hi everyone, I'm not sure if I'm the only one, but whenever I create a dictionary, I replace (hide) the default Descript ion single line field with a new multi line field. Therefore I would suggest to either rename the field to "Short descript ion" or change the default field type. I'm not sure where it's used internally so that it's disabled to change it's type. Best regards, Daniel
(...) Who runs 2021.1.2.136 and wants to help me testing "report subscript ions"? I'm currently evaluating an option to "subscribe" to reports/view. My aim is that the user will be able to select a schedule, define a report and receive this report by mail. This is currently in an alpha state. The business rule seems to work well but the BPS application is just in a proof of concept state. Maybe there's someo (...)
(...) Awhile back I was able to run PS script s via an action without any issues. I don't use them much, primarily when playing around with what is possible. However I have a need for them now, but they will not run from webcon. I am running the powershell with an account that has the correct permissions. I have verified by running powershell on the webcon server with the account and testing the script . I se (...)