(...) ost has appeared on daniels-notes.de In my latest post I covered my personal No-Go's and their alternatives when using WEBCON BPS. The topics are: Fixed item lists and logic Dictionary data sources SQL Queries Always add a filter for the company Use order by, when using Top Build-in Users business rules Using the author field You can read up on those here. (...)
(...) ve button on the upper right: The example code receives two integer parameters and returns their sum. First we have to get out the $Body out of the WEBCON endpoint invoke: $data = ConvertFrom-Json $Body The JSON body set in the configuration of the invoke REST web service action in WEBCON will be explained later and looks like this. There are two required parameters for t (...)
(...) 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 (...)
(...) r solution Define a single sourth of truth to identify the next batch of elements Process the elements on the path to a flow control This will use a for each with collection type 'data source'. Yes, I don't use an item list. Check if every element was processed If this is not the case, move the workflow instance to a temporary step A timer aka timeout will trigger the (...)
(...) s 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 a tree graph rather than a traditional list. This approach significantly improves readability, especially for dictionaries with multi-level hierarchies or parallel bran (...)
(...) copy of the image as supporting material and, if necessary, for documentation in Word/PDF format. Regardless of whether an alternative approach might be more appropriate, we explored how to reduce data base usage with this variant. In this case, we were allowed to reduce the resolution of the image already at its initial save within the document template. We chose a maximum resolution of Full HD (...)
(...) illustrate the flexibility of this function in practical applications. Invoice process The "Invoice" process in WEBCON BPS is designed to automate the extraction of invoice data and eliminate the need for manually retyping information from attachments. A user attaches an invoice to the form, and the system—using predefined rules—automatically identifies and proce (...)
(...) be migrated into another, already operating environment (hereafter referred to as the target environment). 1. Updating both WEBCON BPS environments to the same version All WEBCON BPS data bases must have exactly the same version (down to the build number) in order to function correctly within a single environment after the merge. Therefore, both environments must be updated to the same (...)
(...) 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 data base connection to the lakehouse SQL analysis endpoint. (...)
(...) We have a use-case, where people need to export data from an SQL-Grid to Excel for data -verification. Unfortunately the export to excel only allows exporting the header + 999 rows of data - At least i couldn't find a way to raise the limit. It would be very helpful to get a parameter for a variable maximum row count for the Export in the SQL-grid configuration. Thanks!
(...) a red 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 (...)
(...) 2020.1.3.441. Of course, I can uncheck the unrelated applications, but this is error prone. In my opinion the applications are not related, if they only share elements defined in system settings, data sources or plugins. Examples: - Globals -- constants -- business rules -- form rules fields -- fields - data source -- Dictionaries -- Templates - SDKs If the export hits one of these elements no f (...)
(...) and persons) - each customer can have one or more banking accounts - each account can have one or more connected credit cards I would like to give the users the option to search for a customer using data from each of the categories mentioned above. I'm trying to avoid importing this data as workflows because the data are live, each day new customers are added and old ones change (meaning I would need (...)
(...) please implement a BPMN import feature ? Sure it won't be easy (since the differences in process/workflow definitions) but still it should be posiible to implement some basic imports, even if not all data from BPMN diagrams could be imported. BPMN is widely used by organizations for process management and documentation, and possibility for easy implementation of previously designed processes would be (...)
(...) I have two questions. 1. Did anyone use the absence process template as the time schedule for the employees? My client has many different shifts for employees and I was thinking of presenting the data with the mentioned process. Any ideas would be appreciated. 2. At this point my main problem are the colors presenting the vacation type (which in my case would be the shift). The Vacation Type data (...)
(...) xml-file in the Webcon application about the attachment section. Then I build myself a choice picker, where I can chose the selected file. After that I want to run an SDK action, where I get the data from my xml-file. In my code I implemented something but the file path is static at the moment and compares the file names. Normally every read in file gets an ID in the data base but I don't kno (...)
(...) It would be great if there would be a "Usages" options for BPS groups like it exists for the most other objects like Rules, Fields, Action Template, data sources and so on. I'm already using two workaround 1) I created a constant for each bps group so that I can use this constant wherever possible. Unfortunately there are some cases where this is not possible. For example in a "Person or group" fiel (...)
(...) OpenID in the context of REST - Web Service. At the moment the limitation does us not allow to communicate with other systems in the way of microservices. This extension would be a great increase of data communication. Thanks a lot Best regards Thomas
(...) Currently, views do not allow dynamic filtering on views for datetime and people-picker fields. It can be done by extending the query in the data source. The data source can only be changed by administrators and designers. For end-users it would by great having the possibility to use placeholders for filtering datetime and people-picker fields. My idea is having placeholders like [now] / [today], whi (...)
(...) Hi, When We put Report on dashboard using functionality of massive action or quick path not refreshing data in report. When we use it on report it refresh data . The functionality of report when it use as report or report on dashboard should be the same.