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

search results

for tables

(...) user by default, and this behavior cannot be changed.   Privileges and limitations The bps_user account has select type privileges, so they can only read data from strictly defined tables . The scope of data access has been defined to enable full freedom to configure processes and applications, taking into account business data stored in the database, while blocking access to tables (...)

(...) R.zip" will be saved in the indicated location on the disk.   Unzip the contents of the downloaded archive and move it to the destination folder intended for the service executables . In the unzipped folder you will find the file "appsettings.json" – copy and paste it in the current folder, and then rename the copy to "appsettings.user.json". Open (...)

(...) 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 tables below contain information on supported instrumentation for both aforementioned pillars.   Tracing Module’s name Remarks (...)

(...) he development or test environment from this copy – replacing existing databases. If the databases were recreated under different names than the production ones, updating their names in certain tables will be necessary. The following query highlights which areas need to be updated:   /*Configuration database e.g. BPS_Config*/ select CD_Name from ContentDatabases /*Attachments d (...)

(...) layout as much as possible, as it works best across mobile devices and desktop email clients. Avoid complex multi-column arrangements that might render unpredictably on smaller screens. 3. Utilize tables for Layout: While using tables for web layouts is outdated in modern web design, they are still crucial for creating stable structures in HTML emails. tables provide a robust framework that is consis (...)

(...) ened that a report had to be redesigned for production as the properties are named after the internal names No Rich text content Styling a report has some limitations, especially when it is about tables For government organizations, the installation of the Word add-in can be challenging The Word Add-In is bound to a WEBCON BPS version When there are multiple environments with different version (...)

(...) External content by Raluca Lupu; 10.05.2024 Have you ever wanted to display information hierarchically? I want to share how you can create accordion-style tables in the system. I built an accordion table using HTML and JavaScript. The table is generated dynamically by fetching data from a JSON. What does that mean? 🤔 Simply put, the table adjusts automatically based on the data entered in the J (...)

(...) ches across the entire width of the dashboard, offers several benefits: maximum workspace for presenting more data, easier placement of large components, and better readability of detailed charts and tables . However, if layout composition is more important than space, consider disabling this option to narrow the layout. This results in a more concentrated and visually prominent arrangement, improving (...)

(...) ccount.   7. Changing BPS database names Recreating source databases under new names results in the loss of relationships between them. Relationships between databases are stored within tables .   Example: In the content database, the table WFAttachmentDatabases, column ADB_Name stores the names of attachment databases linked to the current content database.   A list o (...)

(...) External content by Sébastien Anselment, September, 2025;  MS Fabric is a powerful platform containing data tables in the Microsoft OneLake. This article describes how to integrate a MS Fabric lakehouse via its SQL analysis endpoint. First you have to set up once the necessary Entra application registration and the WEBCON MSSQL database connection to the lakehouse SQL analysis endpoint. T (...)

(...) modernizing the logging system. Due to the significant number of required updates, not all areas of the system are yet covered by the new standard - some loggers still write data to their previous tables . In future versions, these will also be replaced by Serilog-based logging, and the amount of data written to legacy tables will gradually decrease until they are fully phased out. Information a (...)

(...) 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 tables 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 tables below contain information on supported instrumentation for both aforementioned pillars.   Tracing Module’s name Remarks (...)

(...) 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 tables 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 "SearchAlltables " stored procedure to look for any occurrence of the BPS_ID of the group. https://ignas.me/tech/searchalltables -sql-stored-procedure/ Note for myself: I should add a second stored procedure which onl (...)

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

(...) Hi everyone, I would be glad if the following changes would be implemented: 1. Adding the new Input placeholder 2. In case of data tables the display name should be used instead of the column name. This is especially a problem if the data source is a BPS internal view. WFD_AttChoose1 isn't really helpful for translating. :) 3. There's a slight labeling issue. The PathAndTasks sheet doesn't contain the (...)

(...) Hello. Is there a way to use a stored procedure as datasource instead of a view or table or Select statement? I use at the moment a query on two tables (UNION) which has an inner join on another table. The speed is not really breathtaking, thus I wanted to use a stored procedure where I can perform all the timetaking steps already on the SQL server. Regards Klaus

(...) When creating the reports it would be useful to have the option of joining the WFElements table to other external tables in order to show data from other systems in the same report without the need to duplicate this data on Webcon. ​This way the integrations with other systems would be even easier and there would be no need to duplicate data that already exist in some other system. Can you consider deve (...)

(...) rDocType.DTYPE_ID FOR XML PATH('') ),'') as Label FROM WFDocTypes outerDocType where DTYPE_ID in ({DT:4},{DT:7}) The TRANS_OBJID is fixed. You can get an overview of all ids and which fields, tables you need to replace in the above command from: SELECT * FROM [dbo].[DicTranslationsObjects] The attached image shows the executed SQLcommand and the drop down values for the German language. Best (...)