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

search results

for LAS

(...) nts in the context of a specific application and process. This allows external systems to easily communicate with WEBCON BPS.   Advantages of using the User Defined API Compared to the cLAS sic public API, the User Defined API offers a number of important features that greatly streamline daily operations. First of all, the simplicity of creation is a huge advantage. In a few minutes, (...)

External content by Sébastien Anselment, June, 2025;  Based on this forum entry (How to get "unsaved data" exists information aka "page is dirty") from Daniel Krüger this article describes how to disable the alert window if the form is dirty because it is containing unsaved data changes. There may be use cases where one doesn't want to create

(...) ction configuration is Plugin properties, where you set the action’s parameters related to the system workflow and logic.   Fig. 11. Plugin properties   {   "cLAS sifiers" : [ "CHALLENGE_CLAS SIFIER-UNIQUE_TYPE:ACTION_SELECTION" ],   "attributes" : {     "selectedIds" : ["EVENT_CLAS SIFIER-UNIQUE_TYPE:DOCUMENT_SENT"]     } }   (...)

Applies to version: 2020 R1 and above; author: Konrad Wojtycza, Dawid Golonka, Lily Adamowicz   The WEBCON BPS system is natively integrated with the Active Directory (AD) service. Basic functionality of WEBCON BPS includes actions that allow managing AD resources directly from workflows. This article covers actions that enable the management of users and groups. The applicatio

Applies to version: 2025 R2 and above; author: Łukasz Maciaszkiewicz   Introduction A well-designed dashboard can serve as a showcase for a WEBCON BPS application – attracting attention, directing the eye to key data, and improving navigation. To make dashboard creation easier, version 2025 R2 introduces a complete redesign of the dashboard design mechanism, featuring a design

Applies to version: 2022 R1 and above; author: Konrad Keppert   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON BPS Help: Actions | WEBCON BPS Automations | WEBCON BPS Services | WEBCON BPS   Introduction A short response time ensures a smo

External content by Sébastien Anselment, July, 2025;  If one needs input and/or output parameters with invoke of PowerShell scripts one will run in a deadlock because there is no support for such parameters. Check this user voice for more details. That's why this article describes a workaround using the great solution "PowerShell Universal" (PSU): Homepage

External content by Sébastien Anselment, July, 2025;  If you need functionality in processes for e.g. point of interests search, navigation, display in maps data from OpenStreetMap is very userful. The integration to the WEBCON portal can be easily realised with Leaflet. This software is the leading open-source JavaScript library for mobile-friendly interactive maps. Links

Applies to version: 2019 and above; author: Martyna Krzyżak, Lily Adamowicz   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON BPS Help: Choice tree   Introduction The Choice tree form field allows dictionary data to be displayed on the form as

External content by Bjoern Poller; July 27, 2025 ;  A colleague designed an application in which a product image (up to 5000 KB) is uploaded into a document template. From there, it is used in several instances - always with a copy of the image as supporting material and, if necessary, for documentation in Word/PDF format. Regardless of whether an alternative approach might be

Applies to version: 2025 R2 and above; author: Adrian Baszak, Lily Adamowicz   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON BPS Help: Business rules - Functions   Introduction WEBCON BPS Designer Studio provides AI functionalities that can autom

Applies to version: 2022 R1 and above; author: Konrad Keppert   Introduction Until recently, making applications available under two independent URLs (e.g., Helpdesk and HR portal) required maintaining two separate environments. However, this inconvenience was eliminated with the introduction of the Application Hub functionality in version 2025 R2. As a result, keeping two environme

(...) Designer Studio gives the possibility to apply additional button styles. Adding the possibiltiy to define additional cLAS s attributes on the path properties would make the styling easier. The custom styles could be defined in the new html-field (for every process we would have to define it again) or much better, let it define in the themes editor! Update 06.04.2021 Apparently is now in back-log h (...)

(...) in next Webcon BPS versions? Or maybe there is posibility to prepare Gant Chart in HTML attribute? I mean off course Gantt charts in Modern Webcon BPS, because we wouldlike avoid to built new app on cLAS sic SharePoint, where gantt charts are available.

(...) ynamic grid (similar as in the image attached), where i am able to add as many rows as i need. One to define a name of the form field (text) and another to pick from my workflow fields. I found some cLAS ses like ConfigEditableGrid, ConfigEditableGridColumn in the SDK, but I'm missing samples how to use them. Does anybody have experience with this type of configuration?

(...) I try to implement a ConfigEditableItemList in a custom action in C#-code. When I go over the ConfigEditableItemList I get the message: "The cLAS s 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 experie (...)

(...) Hi all, i hope you are well. We have moved our PROD-Environments Databases to a different SQL Server LAS t night. Except from some annoying trouble with Sharepoint and the Webcon solutions we managed to get everything running smoothly again. We uninstalled everything except from SOLR, and installed it again. The old databases are offline. Currently there is still an alias configured, that routes (...)

(...) ly when we go into Edit mode. Is there a way that his is also done in read only mode, when we jus to open the Form. A quite similar scenario applies when printing a document – we want to have the LAS t version of the Partner data. Best regards Aleš

(...) nd TRANS_OBJID = 5 and trans_lanid = (select TOP 1 LAN_ID from TranslateLanguages where substring(LAN_Name,0,2) = substring('{USERLAN}',0,2)) where WFH_OrgID = '{WFD_ID}' and STP_typeid 7 and WFH_IsLAS tVersionInCurrentStep = 1 union SELECT WFD_STPID, WFD_ID, WFD_COMID, '' as finished_by, '' as path, 'Current task' as Left_Step_at, TRans_name, STP_TypeId, NULL as WFH_LeaveCurrentStepDate (...)

(...) e like this: [ConfigEditableFormFieldID(DisplayName = "Pozycje nagłówka ", FormFieldTypes = WorkFlow.SDK.Objects.Enums.FormFieldTypes.ItemsList)] public List Lista_Poz { get; set; } public cLAS s Nagl_OT { [ConfigEditableFormFieldID(DisplayName = "Numer SAT", FormFieldTypes = WorkFlow.SDK.Objects.Enums.FormFieldTypes.TextSingleLine)] public string Sat_ID { get; set; } (...)