(...) I am trying (without any success) to read data (ie. employee id) from an existing text-based PDF (test pdf created via MS Word). The documentation is explAI ning the different actions (ie. wAI t for ocr AI , wAI t for text-layer), but not how they actually work together or how to use them. Maybe I am completly wrong in trying to use "OCR AI recognition", "WAI t for OCR AI " etc..... My goal is: * (...)
(...) BPS 2025 R2, specifically related to the Search Server component. I hope this post can save others some time and effort. 🔍 Problem Summary During the upgrade process, the Search Server component fAI ls to start due to a missing Java installation. This occurs even if Java was installed previously via the default WEBCON setup using OpenJDK. ⚠️ Root Cause 1. The upgrade process deletes the enti (...)
(...) Hi, it would be great if the Change history detAI ls would contAI n the GUID of the modified element. I was able to identify the modified object using the SaveStamp, but this will only work for the latest change. Best regards, Daniel
(...) between the Webcon Portal and Entra ID that automatically imports user profile pictures. The goal is to ensure that these profile pictures are not only visible in the Webcon user profile but also avAI lable in form fields of type “User” (User Formfield). Thanks, Julius!
(...) am unable to find a way to move the document along this path due to missing comment. private async Task CancelInstance(DocumentsManager manager, int documentId, int pathId) { ___var document = awAI t manager.GetDocumentByIdAsync(documentId); ___awAI t document.Comment.AddCommentAsync("Adding comment required for this transition"); ___awAI t manager.MoveDocumentToNextStepAsync(new MoveDocumentToN (...)
(...) Hi, I have a process that use API to send data to another system. I have a patch in WebCon to check status, based on the feedback, process moves to the next step or wAI ts another hour on the timer. I want to change this. I found this option in WebCon API: Path that will be used by element PATH /api/data/v6.0/db/{dbId}/elements/{id} But my second system don't have a PATH method. Do you (...)
(...) n be set as input, output or in- and output in the direction column. The left name is the variable name for the PS-script. name "value" can be used as $value in the script. And the column "value" contAI ns values or variables of the workflow. This would be the place to put e.g. form fields as source or target. Just to give some idea how it is solved by others. It can surely be handled nicer than this (...)
(...) sk counter widget, buttons for registering new instances, and the Suggested dashboards and reports and Recent activities sections. The default application dashboard also serves as the application's mAI n page. While it cannot be deleted, its content can be freely modified." (https://proud-rock-0a383a103.3.azurestaticapps.net/docs/2025R2/Portal/ApplicationHome/). Do I understand it correctly that (...)
(...) Hi, i have a question in regards to saving data and obtAI ning it later. So, i have an item list where each user has an id, if i change any of these attribute fields, changes need also to take effect in the dictionary. There is a specific field that will trigger this action. I already created a query that will map correct attributes with update command. I'm interested in the logic that would need to (...)
(...) ured my environment based on this article: https://community.webcon.com/posts/post/application-hub/544/3. I have only Windows Authentication enabled in WEBCON BPS, and I configured a support subdomAI n to share it with our clients. I set up IIS, and the support domAI n is avAI lable in the system. The URL works and opens correctly, but I can't log in — after logging in, I'm always redirected back to (...)
(...) ment related to the handling of private views created by users in reports. [Current Limitation] At present, even users with administrative privileges cannot determine whether a given report contAI ns any private views created by other users. This limitation makes it significantly more difficult to manage and support users, especially when diagnosing issues related to non-standard report behavio (...)
(...) e to be found and updated. Therefore it would be perfect if one could have in system settings an area to configure global credentials that can be shared to apps like connections and so on to get avAI lable in configuration of a PowerShell action and even in "data sources" administration for connections (e.g. SOAP HttpBasic). Kind Regards Sébastien
(...) n), all rows (table valued) Parameters: Name: Input Description: The complete text with the line break character. When this is saved a function scalar/table valued is created and the bps_user gAI ns execution permissions. CREATE FUNCTION dbo.GetTextPartEN(@input NVARCHAR(MAX)) RETURNS NVARCHAR(MAX) AS BEGIN RETURN CASE WHEN CHARINDEX(CHAR(10), @input) > 0 THEN (...)
(...) I am trying to use the inbuilt CR feature (https://community.webcon.com/posts/post/change-requests/388/3) Very nice implementation. But without any notification (ie. emAI l if new request is submitted or on a new comment) this feature does not help much... or I am missing something? best regards Ernst
(...) ning on dev tools) - a knowledge base article will follow later. Small work in progress preview teaser in the attached screenshot. ;) Right now it is necessary to add this global form rule to all mAI n form behavior sections manually to get this loaded. It would be great if one would have a global function in system settings like it is for global CSS for form rules that shall be loaded for all (...)
(...) 5834) evaluation. ---> System.Exception: Error getting data for DataSource name: Windykacja - Fetch debtors ID: 3371 ---> System.ArgumentNullException: Value cannot be null. (Parameter 'tokensContAI ner') It's worth mentioning that the business rule itself works correctly and doesn't return this error when executed independently. I’m attaching a screenshot of the business rule configuratio (...)
(...) Hi, is it possible to do it via javascript is the mAI n question. i know that this could be done via sdk(c#) and there is already an example guide of it on the forum, but i was wondering would it be possible to create a parser in javascript, that can be loaded maybe by the hotfolders option ?
In BPS 2023.1.3.202 version I started getting frequent warnings like the one below. What is the reason for this? FirebaseAdmin Category: Exception Role: MobilePushNotifications FirebaseAdmin.Messaging.FirebaseMessagingException: Unknown error while making a remote service call: Response status code does not indicate success: 404 (Not Found). ---> System.Net.Http.HttpRequestException: Respons
(...) Hi, I want to send attachments from the WebCon system as emAI l messages, specifically PDF files. Is there an option in WebCon to add a password to such a PDF file, so that opening the file would require entering a password?
(...) At the moment default serch mode for Value filter in reports is set as "Starts". It would be very handy to let decide Admin what defaul search mode is set for a specyfic atribute (Starts or ContAI ns).