WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Knowledge Base

Knowledge Base

When building business processes in WEBCON BPS and designing workflows – big or small – you may find that you need to pass information between two workflows. One of the simplest ways to pass information from the current form to one in another workflow is by using the Hyperlink action. Hyperlinks allow you to go through to the linked form, open it in the new tab, and pass a set of parameters to the other workflow. As WEBCON BPS software developed, both the configuration (graphic interface) and function (range of abilities) changed. The following article serves to refresh the topic of Hyperlinks for version 2020.1.x.

Read more>

During normal use of WEBCON BPS, users can select which path (among those available) the instance will go through to reach the next step. However, when going through the system step, not the user but the system moves the instance to the next step after executing the appropriate action e.g. receiving a document scan. A path which the instance went through is called the default path – you can select them when configuring the path. o set the default path, enter the path configuration and in the “General” tab select the “Path is default” option.

Read more>

The SharePoint Framework extensions are client-side components that work in the context of a SharePoint page. They can be implemented in a SharePoint Online environment and you can use JavaScript tools and libraries to create them. This article presents the methods for starting WEBCON BPS workflows from the SharePoint library by using the “ListView Command Set” extension. The solution described in the article is only a taste of the possibilities provided by SharePoint Framework Extensions. With basic programming skills and through modifying only three files, you can extend the capabilities of the SharePoint Online list and combine them with WEBCON BPS.

Read more>

When implementing projects in WEBCON BPS you can facilitate communication between project members via the Team feature in Microsoft Teams. Adding a new Team can be automated by using the WEBCON BPS when registering a new project workflow – you can also use the Microsoft Graph platform. The integration of the project management process with Microsoft Teams can be additionally extended upon e.g. by informing the team members about data updates in the workflow by sending them an e-mail.

Read more>

This article describes 1) how to start a WEBCON BPS workflow using advanced column formatting in the SharePoint library and 2) how to download an attachment from a SharePoint library and insert it in a BPS workflow. 

Read more>

When designing processes and individual workflows in WEBCON BPS is it good to know how data is stored in the table, what relationships are and how particular information is displayed on the form. The following article describes the WFHistoryElements and WFHistoryElementDetails tables. 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 value and the WFHistoryElementDetails table – information about values from the “Item list” form field.

Read more>

WEBCON BPS can be extensively integrated with Microsoft SharePoint Online. This article describes how to start a workflow by using a standard SharePoint list with advanced column formatting.

In the presented scenario, the SharePoint list will be used to start the workflow of inviting people to the conference – after entering the name and surname, a marketing workflow will be started. The current status of the task can be checked in the SharePoint list column.

Read more>

WEBCON BPS allows you to generate the Word files that can include data entered on the form. This functionality is useful in various processes such as contracts, vacations, and orders, where it is necessary to submit the document for signature. The following article describes the method of WEBCON BPS add-in installation, template preparation and action configuration for generating a .docx document. An example template was based on the employment contract process.

Read more>

The processes designed in WEBCON BPS use the e-mail sending actions in their workflows – e.g. e-mails about active tasks waiting for the user or e-mails contain various reports. WEBCON BPS allows you to set a way of sending e-mails in which the outgoing notifications can be queued by the system and then, are sent according to the priority assigned to them. The queue can be stored in the WFMails table in the database. To enable the message queueing, go to the configuration of the “Send a custom e-mail” action and in the “Settings” tab select the “Add to sending queue” option.

Read more>

Each of the individual stages of the business process requires the involvement of specific employees or groups. The degree of involvement can vary from person to person – from one action and access to some resources to participate in the entire process cycle and insight into each instance. WEBCON BPS allows you to map these conditions by using the privileges mechanism. 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.

Read more>