How to save attachments from the WEBCON BPS form to a hard drive or network share. This post was inspired by an article found on the web “Export Documents saved as Blob / Binary from SQL Server“. The article shows how to use the T-SQL language to save a file stored in the database on…
Category: Systems and feature implementations
Quick tip #3: Using hyperlink action on transition path
Using the standard hyperlink action on the transition path in WEBCON BPS 2020. Instant transition to a sub-workflow using the hyperlink action. So it is possible? Most of the examples on the web show the usage of the WEBCON BPS hyperlink action as a menu button. However not everyone knows that this action can be…
Massive update of sub-workflows in WEBCON BPS
How to massively update multiple WEBCON BPS workflow instances. How to cancel all active WEBCON BPS sub-workflows? Every complex process has a sub-workflows Today’s post follows my post “Moving workflow elements en masse” from 5 years ago on the massive cancellation of all sub-workflows. Today I would like to present the simplest possible way of…
Usage of URL parameters in WEBCON BPS
How to use URL parameters in WEBCON BPS to fill form field. Automatic path transition using URL parameters and quick paths. Basic use of URL parameters – workflow registration WEBCON BPS allows you to use URL parameters to automatically complete the fields on the form. To achieve this, in the URL you should add parameters…
Holiday e-card with a handwritten signature using WEBCON
With version 2019.1.4 of WEBCON BPS, a new type of form field was added – handwritten signature. Thanks to it, we can manually put a handwritten signature in the Web browser or mobile device. Let’s test this feature and make your business holiday e-card with WEBCON BPS and a handwritten signature. Handwritten signature – a…
Let’s make a simple voting system
Today I will try to make step by step a simple voting system based on WEBCON BPS Modern form. I am using WEBOCN BPS Express Standalone (“SharePointless”) installation. The used version is 2019.1.4.23. Goal The goal is to make a simple system, where each user may vote in a given workflow element. It may be…