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

search results

for table

(...) the Is admin mode active? variable Finally, it is worth mentioning the ability to configure form elements in Designer Studio, such as path buttons, menu buttons, or form fields, to be visible, editable , or required only in admin mode. This functionality is provided by the Is admin mode active? variable. By inserting it into an applicable configuration field (e.g., Editability restriction or Visibil (...)

(...) hat information is saved and at what level, while the Nlog library determines how this information is recorded. It collects entries, processes them, and finally saves them in the appropriate database table (AdminWFEventLogs). Without this, the entries would only be displayed in the console. The library configuration contains two rules that must be removed for the changes to result in saving informa (...)

Have you ever faced the challenge of managing documents where multiple signatories need to sign on different pages or in specific positions, and didn’t know how to handle it?  We’ve developed an intuitive interface using HTML and JavaScript within WEBCON that allows each signatory to select the exact position of their signature on each document. This innovative functionality u

The WEBCON team works tirelessly to improve the WEBCON BPS platform. We constantly strive to fix any errors and make sure that our system always functions as intended.   Every year, we publish a major version that introduces a multitude of new features. Additionally, updated builds are released at least once a month, they aim to resolve any existing issues and implement small c

This document contains:   Enterprise (Standalone) installation prerequisites, diagrams, and scaling SharePoint-hosted installation prerequisites, diagrams, and scaling Planning for High Availability WEBCON BPS Databases overview and size estimation Disaster recovery for Enterprise and SharePoint Good practices for system upkeep WEBCON BPS Farm communication diagram List

(...) Applies to version: 2024 R1 and above; author: Konrad Keppert 1. Introduction Upgrading to a newer version is inevitable for any WEBCON BPS environment due to the acquisition of new functionalities, bug fixes, and security patches. It is therefore in the interest of the system administrator to become familiar with the capabilities of the WEBCON BPS installer and to master the procedure for upgra (...)

(...) rmissions required in the context of selected endpoints. A link to the full documentation is provided at the end of this article. Below is an extract for the methods used in our example. Fig. 2. table showing the required permissions   Attention should also be paid to the "Authentication" tab of the created application. Here the Redirect URI is specified according to the follo (...)

Applies to version: 2025 R1 and above; author: Łukasz Maciaszkiewicz   Introduction The 2025 R1 version of WEBCON BPS introduces support for SIEM (Security Information and Event Management) providers. This article explains how to integrate the WEBCON BPS platform with a SIEM service using the Microsoft Sentinel tool.   What is SIEM? The SIEM (Security Information and

(...) d square, orange triangle and green circle. In addition there was the question if it would be possible to provide a tooltip what each icon indicates. I've currently added an explanation above a data table but this won't help in a report. Therefore it would be good if we could provide an explanation in addition to the indicator value. While I'm wishing, supporting multiple language would be good too. : (...)

(...) in all environments. But the functionality o Word templates are very simple. It's now enough flexible for control conditions for hide, show etc. information's. For example: You can not show header of table , but empty row is always. In HTML you can control this. Adding using GUID in HTML templates give the more flexible possibility to build templates witch information

(...) here how understands power query? I got a task to retrieve data from a BPS report in excel to use it for additional analysis. I was able to retrieve the data but transforming the json response to a table is beyond me. Just in case there's someone who would be able to do it but doesn't know how to retrieve the data I add the logic below which can be put into the advanced editor. You need to create an (...)

(...) 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 classes like ConfigEditable Grid, ConfigEditable GridColumn in the SDK, but I'm missing samples how to use them. Does anybody have experience with this type of configuration?

(...) ive or positive. I thought about using the advanced settings, but I have no idea how. Documentation: You can also define the path dynamically. To do this, select Use advanced settings and create a suitable SQL query in the Advanced path choice field. When is this executed? a) When the first sub-workflow is started b) When one sub-workflow finishes c) When all sub-workflows are in state finished Verif (...)

(...) What type should be predefined in the input parameters to read a type field itemlist/enum in a sdk BPS 2020 Exteinsion Logic- BPS Custom Action utilizand ConfigEditable Enum/ ConfigEditable ItemList?

(...) the article about calculated columns (https://community.webcon.com/posts/post/using-calculated-columns/196/3) but that's not my case. What I would like to do is join the items from the report to a table in a different database (on the same server) or to an existing MSSQL data source. In many processes I have a global field with the unique identifier. I would like to use this key for a 1:1 join. I ca (...)

(...) arepoint site anymore, so i doubt its coming from site configuration there. TBH it is correct in all the other environments, so i seem to have managed it there somehow, but last night I searched all table s in content and config and cannot find the string anywhere. Does anyone know where i can change this?

(...) s constant wherever possible. Unfortunately there are some cases where this is not possible. For example in a "Person or group" field where the picker is limited to a group. 2) I added the "SearchAlltable s" stored procedure to look for any occurrence of the BPS_ID of the group. https://ignas.me/tech/searchalltable s-sql-stored-procedure/ Note for myself: I should add a second stored procedure which on (...)

(...) We are implementing a solution of Master Data Management and are trying to use Webcon as a User interface with all the logic behind forms. The database is prepared in MS SQL with different table s. The challenge we are having is to update entries with foreing keys. Scenario: table 1: Country has one column (apart from ID) – 'Country' table 2: City has two columns 'Country ID' (Choice column from table (...)

(...) h action: In my VS solution, I have made CustomAction that gets data from an external system as a list. I would like to return that list to ItemsList in my workflow. I have code like this: [ConfigEditable FormFieldID(DisplayName = "Pozycje nagłówka ", FormFieldTypes = WorkFlow.SDK.Objects.Enums.FormFieldTypes.ItemsList)] public List Lista_Poz { get; set; } public class Nagl_OT { [ConfigEditab (...)

(...) company respective business entity. Over the time it is possible they would change the company and so also the business entity. I found a dirty way by using an SQL Update directly on the WFElements table , but I am struggling by running this query by (cyclic) action on a separate path. The path is walking through fine according to the history, but no changes in the end. If I run the query with the "Te (...)