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

search results

for form

(...) When working with WEBCON BPS applications, there are often situations when a user wants to find a specific instance. For this purpose, they will use the search engine or try to find the necessary inform ation using reports on the application’s site. The WEBCON BPS interface works quickly, but by opening the full page form of each instance individually, only to discover that it isn’t the o (...)

(...) by registering a training document in the system. Next, when the document has been registered in the system, a certificate for each user will be generated.   Business case Workflows and form s First, configure the Training workflow. It contains two system steps – start and finish and one intermediate step.   Fig. 1 Training workflow   On the form , severa (...)

(...) ersion of the application from the AppStore or Google Play store, a new main page will appear on the screen. The color of a new page is compatible with the selected color scheme in the WEBCON BPS platform . On the main page there is also a list of tasks and a list of recently used applications.     Upper menu The menu contains a defined name of displayed profile and buttons de (...)

(...) e discussed based on a business case in which you want to collect payments from contractors for unpaid invoices. For each of the contractors, a request for a payment document will be generated with inform ation on the amount and invoice number that has not been paid. To realize this, three processes have been created: Invoice process Serial correspondence process Outgoing correspondence pr (...)

(...) Applies to version: 2020.1.x and above; author: Adrian Baszak   Important! Inform ation contained in this article applies to the system version up to 2020.1.3.321.   Introduction Translation of process and application configuration elements is a standard functionality of WEBCON BPS. One such element is the humble e-mail notification – this article describes how to co (...)

(...) CON digital process automation help you!  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 . Creating a team is divided into two stages: Creating the Office 365 group Creating the team based on the group To connect WEBCON BPS with Microsoft Graph, create a data source connec (...)

(...) Applies to version: 2020.1.x and above; author: Michał Kastelik   This article describes: How to start a WEBCON BPS workflow using advanced column form atting in the SharePoint library. How to download an attachment from a SharePoint library and insert it in a BPS workflow.    Read this article if you are interested in SharePoint workflows made easy by usi (...)

(...) ID – a row ID ATF_ATTID – a relation to the WFDataAttachmets table in the content database ATF_WFDID – an instance ID ATF_Value – a content of the attachment in the code form ATF_FileType – a file form at ATF_OrginalName – a file name   How to create an attachments database? The attachments database can be created during the installation of (...)

(...) akławski   Introduction 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 inform ation is displayed on the form . The following article describes the WFHistoryElements and WFHistoryElementDetails tables. Table description The tables store data o the edition of the instance (...)

(...) on 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 form atting. 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 (...)

(...) Applies to version: 2020.1.x and above; author: Grzegorz Szlachta   Introduction 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 (...)

(...) standard e-mail uses the global e-mail template and can be presented in the following way:   Fig. 2. An example of standard e-mail notification   The notification contains inform ation about the current form field values visible on the instance, a link to the workflow instance and a link to the application/portal. The content of such an e-mail can be customized by modifying th (...)

(...) s article for configuration details.   Configuration of the “Add a barcode” action First, add the contract you received to a workflow instance. If the document is not in PDF form at, scan it first. Then, use WEBCON BPS Designer Studio to add a barcode to this document. Fig. 1. A workflow instance containing the contract from the client   Adding (...)

(...) Introduction When designing the processes and individual workflows in WEBCON BPS, it is good to know how the data is stored in the tables, what are the relations between them and how individual inform ation is displayed on the form . This article describes the Calendars table.   Table description The Calendars table stores the calendar days. To modify the calendar, go to the (...)

(...) the ability to create a vacation process. This process can be generated by using the absence process wizard – you can also present the vacation requests on the Gantt chart.   More inform ation about creating the process and typed data sources can be found in the following articles: Absence process types of data sources Leave of Absence (webcon.com)   Fig. 1. T (...)

(...) ove; author: Wojciech Kołodziej   Introduction When building business processes in WEBCON BPS and designing workflows – big or small – you may find that you need to pass inform ation between two workflows. One of the simplest ways to pass inform ation from the current form to one in another workflow is by using the Hyperlink action. Hyperlinks allow you to go through to the l (...)

(...) set by default.   Fig. 1. The “Send a custom e-mail” configuration   WFMails table structure A description of WFMails table columns: MAIL_Status – inform ation about the status of the message MAIL_AttemptsNumber – a number of attempts to send a message MAIL_LastAttemptTime – a last attempt to send a message MAIL_WFDID – an in (...)

(...) 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. For more inform ation about privileges, see Tasks vs privileges. The WEBCON BPS system operates based on a SQL database, one of the places where the inform ation the privileges is stored is the WFSecurities ta (...)

(...) of them marked in this way, otherwise it is not possible to save the process. If you attempt to save a process without a default path selected, the system will select one for you and a prompt will inform you about which path was made the default path.     Example of use An example of using such a solution is an application that allows the teacher to evaluate tests (e.g. in m (...)

(...)           const docShareUrl = absoluteUrl + docRelativeUrl          //          window.open(“https://presentation.webconbps.com/BPSPortal/db/1/app/71/start/wf/145/dt/148/form ?com_id=2&AttText1=” + docBPSName + ”&AttText4=” + docBPSID  + ”&AttText3=” + docShareUrl);          break;        case ’COMMAND_2&prime (...)