(...) .3.x and above; author: Józef Cyran Introduction The item list is frequently used to store any number of data rows as opposed to other form fields. This functionality makes the actions executed on the item list differ from the standard form field configuration. Business case: Personnel planning for a project This article describes the operation of the item list and (...)
(...) ses that allow you to pay for meals with money previously paid into your personal account. [LT Account] – a dictionary that stores information about an employee’s account [LT Transactions ] – a dictionary that stores information about carried out transactions , it is divided into four types of forms corresponding to four types of transactions which can be done on a given account: (...)
(...) thor: Tomasz Słuszniak WEBCON BPS allows you to start workflows in several ways. In addition to a manual start by the user, instances can also be launched by the system using dedicated actions . The “Start a subworkflow” action The action allows you to start a workflow within the same application. By using them you can start only one workflow instance – in (...)
(...) applications due to creating/moving multiple workflow instances at the same time. The speed of creating/updating sub-workflows depends on many factors such as the type of the form, the amount of data/actions /rules, the speed of response from external sources, server load or overall performance. When trying to update tens of sub-workflows the maximum execution time (timeout) may be exceeded. The case b (...)
(...) Applies to version 2019.1; author: Kinga Bożęcka Introduction Mass actions allow you to go through the path (and execute the actions that are on it e.g. starting sub-workflows) for many instances at the same time. The article describes the configuration of this action and two examples of use. Fig. 1. The example process Fig. 2. The form   (...)
Applies to version 2019.3.x.; author: Kinga Bożęcka In WEBCON BPS there is the ability of creating a dedicated SDK plugin. For example, these can be dedicated plugins: Converting PDF to jpg/jpeg/png format Merging several PDFs into one Generating Excel based on the SQL query Creating/deleting SharePoint groups based on the query Changing the form type Settlement
(...) ies to version 2019.1; author: Konrad Wojtycza Introduction The article describes the use of “Change value single field” and “Change values of multiple fields” actions on the example of the business scenario of the settlement of business trips. These actions allow you to update the value of the single form field or many form fields at the same time based on: (...)
(...) action, with the final result determined by the mode chosen by the configurator. However, version 2023 R3 introduced significant changes to this area, with the existing action updated and additional actions on the Item list added. This article aims to provide a comprehensive overview of the available actions on the Item list, outlining their respective functions and highlighting the differences in oper (...)
External content by Raluca-Mirabela Lupu; October 21, 2024 ; Have you ever needed to trigger an action after uploading or modifying a document? I’m not sure about you, but we recently faced this exact challenge. After some quick research, we came up with a relatively simple JavaScript function that triggers a 'Save' button click when an attachment is added or modified. Of co
Applies to version: 2020.1.x and above; author: Dawid Golonka Introduction In WEBCON BPS you can create simple workflows consisting of several steps and form fields, but you can also use the subworkflows mechanism. The following article describes the action connected to subworkflows – “Update related workflow instance”. This action allows you to cha
Applies to version: 2019.1.4.x and above; author: Wacław Stawiarski WEBCON BPS 2019 is our first product that can operate without SharePoint in what we call a Standalone version. In the year 2019 the Standalone version was gradually improved with mechanisms emulating/replacing functionalities of the full installation – especially those regarding the operations of the SharePoi
Applies to version 2020.1.3; author: Konrad Wojtycza Introduction Task creation is one of the basic functionalities enabling the creation of instance workflows in WEBCON BPS. Tasks in the system can be created in the step configuration on a given path or as an action that can be placed e.g. on the entry to the step. This article describes the “Create a task action&rdqu
Applies to version 2020.1.3; author: Dawid Golonka In the WEBCON BPS system, the processed instances move from one workflow step to another. Tasks are assigned in these steps, and users or groups of users assigned to these tasks must perform an action. WEBCON BPS has a comprehensive tool that allows you to choose who the task should go to in the next step; it is configured in the ‘
Applies to version: 2021.1.x and above; author: Konrad Wojtycza Introduction The “Item list” form field is used to store any number of data rows organized into columns. In business practice, there is a need for the item list to be updated based on the values from other elements or updated automatically, and a user cannot edit it. For this purpose, you can use the “Change i
Applies to version: 2021.1.x and above; author: Konrad Wojtycza Introduction This article describes the “Read data from an Excel file” action that allows you to import data from an Excel file to the form. You can use this action in the following scenarios: Part of the information entered into WEBCON BPS is filled out by people who do not have access to the company’s
Applies to version: 2021.1.x and above; author: Konrad Wojtycza Introduction Form rules for attachments in WEBCON BPS allow you to receive information about attachments added to the workflow instances, without the need to know the WFDataAttachments table structure and to use SQL queries. GET ATTACHMENTS - returns identifiers of attachments related to the current instance, it c
External content by Razvan Ogrezeanu; 15.04.2024 Introduction In today's digital age, email remains a cornerstone of business communication, serving as a direct line to customers, stakeholders, and internal teams alike. Its role extends beyond mere information exchange, functioning as a vital tool for marketing, customer service, and engagement. The ability to capture attention a
External content by: Bjoern Poller Once you become more confident in developing applications, you'll start adding a more personalized touch to certain elements. One way to achieve this is through "CUSTOM EMAILS" - emails where you can selectively highlight the information you want to convey. In this Knowledge Base article, I want to provide beginners with a brief guide on how t
(...) On reports we have the great possibility to execute mass actions by passing in some parameters. It would be a great having a similar kind of dialog menu action, where we can configure some informational text (e.g. as header/footer) and of course one or more fields as parameter. The configured parameters we then can use to execute an action. The dialog could contain a cancel and a okay
Hello together, I try to implement an CustomAction with Syncfusion. Now when I want to start my workflow I always get an error message that the file is missing. The photo of the fault is in the attachment. Has someone experience with this or knows how this must be implemented? In VS I installed the Syncfusion nugget, I can compile the project without problems. Thank you very much.