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

search results

for POST

Applies to version: 2025 R1 and above, author: Krystyna Gawryał   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON BPS Help: Security | WEBCON BPS SMS notifications | WEBCON BPS   Introduction SMS notifications in WEBCON BPS are one of the methods

(...) External content by Daniel Krüger; January 24, 2025 ;  The original POST has appeared on daniels-notes.de I wasted quite a lot of time when setting up an App registration to upload documents to SharePoint using REST actions in WEBCON.  Since WEBCON BPS 2025 does not support certificate authentication I had to persuade SharePoint to allow Client id/secret authentication.  Ma (...)

(...) External content by Daniel Krüger; January 26, 2025 ;  The original POST has appeared on daniels-notes.de While WEBCON BPS 2025 does not support certificate authentication by default, the R1 release added a new SDK type the “CustomRESTAuthentication”. This allows us to implement our own authentication options. I made use of this to add support for accessing SharePoint using (...)

(...) External content by Daniel Krüger; February 01, 2025 ;  The original POST has appeared on daniels-notes.de I already had a solution for changing the proportions of the left and right panel dynamically, but it broke with the release of WEBCON BPS 2025. I've reviewed it and improved it a little bit. There are now 2x4 options: 1/3 left/right no status panel 1/3 left/right optio (...)

(...) External content by Daniel Krüger; February 02, 2025 ;  The original POST has appeared on daniels-notes.de Everyone who moves to WEBCON BPS 2025 will notice, that it looks better/more modern, but there is less space for the content of the form. One idea to cope with this is, to add a full screen mode. This way we can utilize the full screen real estate when working on the form.&nb (...)

Applies to version: 2022 R1 and above; author: Konrad Keppert   Related documentation License Activation Service WEBCON BPS License activation Configuration of Portal-Service communication and selection of Nettops protocol   Introduction In the standard platform configuration, the name of the machine on which the WEBCON BPS components are installed is stored i

Applies to version: N/A; author: Filip Janiga   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Diagnostic sessions User profile   Introduction In some cases it may be necessary to look beyond the diagnostic sessions and events stored in the

(...) External content by Daniel Krüger; February 11, 2025 ;  The original POST has appeared on daniels-notes.de Sooner or later users will use a character which would cause an error, when the document should be uploaded to SharePoint. You can find an overview of the unsupported characters and an example implementation of the business rule in this POST .  

(...) External content by Daniel Krüger; March 11, 2025 ;  The original POST has appeared on daniels-notes.de Whenever we are migrating data from an old system we also need to populate user fields. Quite often the original users have left the company but we need to transfer the data anyway.  We have three different use cases we need to take into account: Mapping users to other ac (...)

(...) External content by Daniel Krüger; March 14, 2025 ;  The original POST has appeared on daniels-notes.de   This POST is a summary of all the topics we encountered, when we upgraded a 2022.1.4.127 version to 20225.1.1.105. I will just copy the headlines of this POST and the related one about upgrading to 2023. Upgrade WEBCON BPS 2022 to 2025 Updating reports and dashboards (...)

(...) External content by Daniel Krüger; March 11, 2025 ;  The original POST has appeared on daniels-notes.de   When you update to WEBCON BPS 2025 you will also want to upgrade your applications to the new UI features it offers. While playing around with them I soon got annoyed that the save button on the dashboard wasn’t visible. This sparked the idea to introduce hotkeys to WEB (...)

Applies to version: 2025 R2 and above; author: Krystyna Gawryał   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help:  Global automations | WEBCON BPS Automations Other related Community articles include: Export/Import of global elements associa

(...) hey fill out a form with test results and conclusions. The IT Specialist submits the test report to the Accounting Manager. Phase 3: Evaluation and deployment Actor: Accounting Manager Step 6: POST -implementation review Description: The Manager reviews the operation of the system and evaluates its compliance with business requirements. They may accept it or, in the event of a non-compliance, d (...)

(...) External content by Daniel Krüger; April 30, 2025 ;  The original POST has appeared on daniels-notes.de   While WEBCON BPS has a Gantt chart for absence workflows, we can't use it for custom workflow instances.  If you need a Gantt chart and are fine with it, that it works only on a dashboard, you can take a look at this POST .

(...) External content by Daniel Krüger; March 30, 2025 ;  The original POST has appeared on daniels-notes.de   The modal dialog for the form is quite old and I've finally created a variation for the dashboard. While this can be used in the context from a report, there are also other cases, as you will see in the next POST . You can read up on it here.

(...) External content by Daniel Krüger; April 19, 2025 ;  The original POST has appeared on daniels-notes.de   I’ve redesigned the Gantt chart implementation to make use of the standard filter widget. Even if you are not interested in the Gantt chart itself, my approach to reuse the filter widget may be interesting for you. The new POST  focuses on the difference from th (...)

(...) External content by Daniel Krüger; April 19, 2025 ;  The original POST has appeared on daniels-notes.de In my opinion the answer to the question, whether you should use the standard Author value in a worklow is a no. You should always create a dedicated field which can also be a global field. The reasons for this are; Information is out of context Will someone create th (...)

Applies to version: 2025 R2 and above; author: Krystyna Gawryał   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON BPS Help: Business rules | WEBCON BPS AI Create transcription | WEBCON BPS AI Implementation Guide AI Agent AI Concierge Other relate

(...) ecret", clientSecret }, { "grant_type", "client_credentials" } }; var authClient = new HttpClient(); var response = await authClient.POST Async(url, new FormUrlEncodedContent(parameters)); var json = await response.Content.ReadAsStringAsync(); var token = JObject.Parse(json)["access_token"].ToString(); (...)

Applies to version: 2020 R1 and above; author: Konrad Wojtycza, Dawid Golonka, 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: Manage users Manage groups Other related Community articles include: BPS users list synchronizati