The idea behind this proof-of-concept was to expand a JavaScript-based feature we’ve been using for years - previously limited to displaying extracted latitude and longitude values of a single instance for individual quality issues. Our goal was to use a Business Rule to display any number of locations on a map, such as construction sites or similar points of interest. As part of this, we al
Applies to version: 2022 R1 and above; author: Konrad Krawczyk Related documentation A detailed description of the functionalities mentioned in this article and their configuration can be found in the following articles: Integrating MS Teams with MS Graph – WEBCON COMMUNITY OAuth2 Authentication form field – application examples – WEBCON COMMUNITY Send
(...) ies to the European Union region. The button used for selecting region in the Honeycomb service After clicking the Sign up for free today button, enter your first name, LAS t name, and email address on the next page, then click Sign up. Once you enter the aforementioned information and click the button, a message containing account activation l (...)
Applies to version: 2026.1.4 and above; author: Jacek Język Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following section of the WEBCON Help: Licenses Other related Community articles include: License Activation Service WEBCON BPS License activation WEBCON BPS Licenses
(...) ion 2026.1.4 UI Updating reports and dashboards New Admin mode icon Renamed labels Parent workflow and Subworkflow instances CSS Ellipses / trailing dots .primary-button cLAS s not applied in HTML fields Top alignment of indicators ms-icon replaced with fluent Increase of choose fields to 4000 characters Actions Review attachment actions (...)
(...) using rgba, where the a value controls transparency. And that’s almost it. Almost, because depending on the Webcon version, the platform applies this value slightly differently in HTML cLAS ses. For attribute group coloring, in version 2025, you need to pay attention to the repeated color in the CSS cLAS s header-panel__header-name group-panel__header__name tooltip--trigger, whil (...)
(...) e are several columns containing GUID, ID and name of the associated application group, application, process and workflow. Next there are all columns of the excecution statistics of the cycle And LAS t all columns of the cycle itself To get this table accessible in the portal one can create a process with a data table field associated to this MSSQL data source. Go to the Workflow De (...)
Applies to version: 2026.1 and above; author: Tadeusz Baum, 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 Help: Authentication providers Alternative Application Addresses Other related Community articles include: SSL Offloading vs W
(...) to read and write (edit/delete) files across all SharePoint sites. Sites.FullControl.All YES Provides full control over all sites (including permission management). Use only as a LAS t resort. Configuring the connection in WEBCON Designer Studio In Designer Studio, go to the Data sources → Connections → SharePoint Site Collection tab and, when co (...)
(...) resented by the signer. These are: Organization name, Tax ID, and Position in organization. It is also possible to indicate that a given recipient acts as a representative of the organization. The LAS t column contains a link to the document, provided that the action for retrieving the signing link has already been executed. This allows the user to proceed to sign the document without having to use (...)
(...) ce. As a result, the team responsible for handling complaints spends a significant portion of time not on resolving issues, but on understanding what the complaint is about, whether it was correctly cLAS sified, and what its priority should be. From the end-user perspective, this process (like any other) is available in the Portal and can be managed via a form. In this sc (...)
(...) 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; } (...)
(...) When creating an SDK action there is an option to use the Logger CLAS s to create logs (https://developer.webcon.com/2021/resources/online-documentation-sdk/html/2c254e06-3ac3-3a82-7c44-dae3d829d1e4.htm) Does anyone know where these logs are located (log file on file system or a specific database table)?