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

search results

for table

This document contains:   Enterprise (Standalone) installation prerequisites, diagrams, and scaling Planning for High Availability WEBCON Databases overview and size estimation Disaster recovery scenario Good practices for system upkeep WEBCON Farm communication diagram List of Portal, SharePoint, Service, and optional components    

(...) nstallation, the appsettings.json file contains nodes corresponding to these sinks. MSSQL The default log storage for WEBCON. In a fresh installation, logs are stored in the Infrastructure.Logs table in the Configuration Database. Like other sinks and exporters, this is fully configurable. It is possible (and recommended for larger systems) to store logs in a separate dedicated MSSQL database. (...)

(...) // Map functionality uses Leaflet (https://leafletjs.com)   // Map tiles by OpenStreetMap contributors — https://www.openstreetmap.org/copyright Uses Leaflet.js v1.7.1 (2020). Current stable : v1.9.4 (2023). For CDN usage, SRI/Integrity is recommended. <meta charset="UTF-8"> <link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" /> &l (...)

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

(...) ity  Data is retrieved via User Defined APIs, which are custom API endpoints configured within the platform. These endpoints execute predefined SQL queries and expose selected internal system table s as structured JSON responses.  Three User Defined APIs were prepared for the purpose of providing data displayed on the dashboard:  AI Agents—returns a list of all AI Agents (...)

(...) strumentation As mentioned, WEBCON BPS supports two OpenTelemetry pillars, i.e. Tracing and Metrics. This also involves support for a number of modules that can be used in the configuration. The table s below contain information on supported instrumentation for both aforementioned pillars.   Tracing Module’s name Remarks (...)

(...) ated application group, application, process and workflow. Next there are all columns of the excecution statistics of the cycle And last 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 Designer and just delete all paths, the end step and the phases exec (...)

(...) ith SharePoint Online that complies with Microsoft standards. Proper configuration of the application in Microsoft Entra ID, along with the appropriate selection of permissions, is essential for the stable and reliable operation of this connection in the WEBCON environment.

(...) regular expression can be provided to narrow down the filtering, for example to files with the .pdf extension. SQL – in this case, complete the field with an SQL query to the WFDataAttachmets table . The query should return the identifiers of the attachments intended for signature. Fig. 10. Attachment selection     SELECT ATT_ID FROM WFDataAttachmets WHERE (...)

(...) 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 (...)