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

search results

for custom icon

External content by Daniel Krüger; August 18, 2024 ;  The original post has appeared on daniels-notes.de   If you ever wondered, whether the assigned person actually has taken a look at a task / workflow instance, then you can add a custom solution to your workflows. The blog post will provide all information on how to implement it, so that a different the icon will be displa

Applies to version: 2020.3.x and above; author: Agnieszka Burda   Introduction  E-mail notifications are one of the most frequently used methods of informing employees about new tasks in WEBCON BPS system. Sometimes it is difficult to distinguish from which process they were sent because they have the same sender address. In addition, they often contain all form fields from the

Applies to version: 2020.1.x and above; author: Marcin Pisarek     Introduction WEBCON BPS allows you to send customized e-mails to users. E-mail messages are currently an important method of communication, and the use of electronic mail accompanies us both at work and in private contacts. Very often it facilitates problem solving and speeds up decision making. There

Applies to version: 2020.1.x; author: Michał Kastelik   WEBCON BPS add-in for MS Teams enables the integration of the WEBCON BPS platform with Microsoft Teams. The article below presents the process of add-in installation and configuration. We will also show how can you access to the task list.   Installation of MS Teams add-in The process consists of downloading the a

Applies to version 2020.1.x and 2021.1.x, author: Krzysztof Gawczyk Introduction This article explains how to create and configure reports in WEBCON Designer Studio and on Portal. You can configure various views for your reports to present data (e.g., use charts, tables). It is also possible to create one report with all tasks, and views for each step. In this article, you will learn ho

Applies to version: 2022.1.x and above; author: Łukasz Maciaszkiewicz   Introduction Increasing data volumes combined with shrinking disk space and decreased performance pose a challenge to every IT system. WEBCON BPS faces it with an extensive archiving mechanism that automatically removes data from process databases. The resulting better arrangement of disk space translates into e

Applies to version: 2022.1.x and above, author: Krystyna Gawryał An updated article is available [here]   Introduction Microsoft Outlook is one of the basic tools used by office workers. Outlook Classic and Outlook Modern add-ins are responsible for its integration with WEBCON BPS Portal. They allow users to access their tasks, view the contents of selected forms, and use ma

Applies to version: 2022.1.x and above; author: Łukasz Maciaszkiewicz Introduction WEBCON BPS uses services to run special operations that generally do not require user interaction. Unlike Portal, which acts as a host for a website, the service can have multiple roles performing calculations and executing long operations defined previously by a user. This article describes the roles the

(...) the previously created buttons with automations to it. This order can be reversed: first create button groups, and then add new buttons with automations to them. It is also possible to define custom icon s for buttons / button groups to be displayed next to their names in Portal. To do this, in the button / button group configuration window in the Icon section, select Custom and choose your preferred (...)

Applies to version: 2022.1.x and above, author: Krystyna Gawryał   Introduction Users who participate in a business process take on specific roles: there are those responsible for creating documentation, registrants, acceptants, and employees who carry out tasks assigned to them or who are otherwise affected by the process. In WEBCON BPS, the form fields that store information ab

Applies to version: 2023 R1 and above; author: Łukasz Maciaszkiewicz   Introduction WEBCON BPS offers many useful functionalities, including HTML templates that allow you to generate PDF or HTML files and send custom e-mails. This article explains how to identify the item list and data table form fields using the GUID identifier in HTML templates used in the “Generate a PDF fi

Applies to version: 2023 R1 and above; author: Łukasz Maciaszkiewicz   Introduction At the core of WEBCON BPS, a business process management platform, lies the principle of continuous improvement. The latest version, 2023 R1, introduces an innovative feature that allows users to submit requests for changes in applications and processes. This functionality is designed to gather infor

Applies to version: 2023 R3 and above; author: Łukasz Maciaszkiewicz   New WEBCON BPS 2023 mobile application   The WEBCON BPS 2023 mobile application is a component of the WEBCON BPS platform designed for mobile devices. It offers flexible and convenient access to the applications published in Portal from any location, even without direct access to the company’s compu

Applies to version: 2023.1.3 and above   Introduction This article concerns the system data source <Users and Groups>  and its effect on the Person or group form field from 2023 R3 onwards. The system data source <Users and Groups> (distinguished by the triangle brackets) is meant to act as a filter on top of the list of synchronized users -

Applies to version: 2024 R1 and above, author: Krystyna Gawryał   Introduction In an era of technological advances, there is an increasing emphasis on providing equal access to information, education, work, entertainment, and services for all people, regardless of their location, resources, skills, or limitations. Many of these basic aspects of life are now carried out over the Inte

External content by Daniel Krüger; February 04, 2024 ;  The original post has appeared on daniels-notes.de   During my first Ask me Anything I was asked how I could add a custom help page.I found this question so intersting, that I went a little overboard. The result was a solution to automatically display a help icon, if there's a help page for this step. 

I try to implement a ConfigEditableItemList in a custom action in C#-code. When I go over the ConfigEditableItemList I get the message: "The class with the item list configuration must implement: IConfigEditableItemList". I implemented an example but when I upload the SDK into Webcon I get an error that there is the implementations missing and I can see nothing from the SDK. Has someone expe