Hello, I don't have much experience, so I apologize if my question seems dumb (: I added a menu button in the first step that fills a list. It's working fine, but it only becomes visible after I first save the document. How can I make it visible on the form from the very beginning? Thank you!
Hi, we would like to pick a group in a form field and to use all members of this group as filter for another user picker field. Using the function GROUP MEMBERS [AD-Group Login and name] in a business rule works fine. Setting this one into an ALERT all members are returned as expected. Using 'testgroup' as string in the group picker of the function GROUP MEMBERS ['testgroup'] in a filter of a data source works fine and all members are returned as expected. But using the AD-Group field (...)
Hello, I'm using WEBCON BPS version 2025.2.1.42. I have configured 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 subdomain to share it with our clients. I set up IIS, and the support domain is available in the system. The URL works and opens correctly, but I can't log in — after logging in, I'm always redirected back to the login page. Is anyone usi (...)
Is it possible to insert into wanted dictionary related item via sql query or else ?
Hi, i have a question in regards to saving data and obtaining 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 take place in obtaining the current changes. thoughts: - after triggering specific field in th (...)
Maybe I'm blind, but where do you set the default dashboard for a site in version 2025.2? The documentation only mentions that "Default application dashboard The so-called default application dashboard is created automatically upon application creation. It includes standard elements such as the Task 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 (...)
Hello, Did anyone else encounter the issue where WebCon Workflow Service doesn't start automatically after a system restart? If yes, how did you fix that? TIA, Martin
Hi all! I am trying out the new user defined API in 2025 R2. I have a client application with application context and added the scope App.UserDefAPI.ReadWrite.All (according to documentation this is necessary to get access to endpoint with automation). In addition the REST API client is application admin, can start new workflows and so on... What I am trying to do is a POST to an automation endpoint, which starts another workflow in its automation (very simple). But all I am getti (...)
Is there a simple way to get the URL of the current instance? Use Case: In a specific step a user can create a ticket (via menu action) in a 3rd party app (REST POST). In the request body of the rest call I create the json and want to submit also the url for this instance. Thanks! Ernst
Witam, Próbując zaznaczyć możliwość edycji załączników w kroku, w którym dotychczas było to odznaczone otrzymuję ostrzeżenie: "Niepoprawna konfiguracja listy załączników. Należy w konfiguracji systemu wybrać odpowiednią listę". Czy ktoś byłby mi w stanie podpowiedzieć, gdzie konkretnie w konfiguracji systemu wybiera się tą listę?
Where is Search in Navigation on webcon 2025? How to turn on that Search ? in 2025? Below are pic ver. 2022 and 2025
hey, so i got a question about updating related fields in two separate reports. We have report with names of the people and other report which has all of those people in a field person. Now, if i change first name or last name in the first report, to also update itself in the latter report.
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 waits 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 have any ideas how to automatically move a process to next step but based on the POST method in We (...)
I was trying to fill an item list through a Form rule (obraz_2025-05-21_133226938.png) on the 2025.2.1.42 version. The error occures on the first columns, seccond to last row, if the column is a single line text field. The mentioned field isnt filled by the rule. and I'm sad
Hello, I have a process, in which the "pathId" transition paths require adding comment. However, in SDK I 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 = await manager.GetDocumentByIdAsync(documentId); ___await document.Comment.AddCommentAsync("Adding comment required for this transition"); ___await manager.MoveDocumentToNextStepAsync(new MoveDo (...)
Hi all! Is there an easy way to list all the privileges (and scopes) for applications, processes, associated form types, dasboards and reports? Maybe someone already wrote a query for that or can point us in the right direction? Thanks a lot in advance & best regards, Nik
What exact statistical data is sent to WEBCON starting from version R2?
Everytime i try to import a translation for a dictionary i an error: unhandled exception has occurred while executing the request. System.NullReferenceException: Object reference not set to an instance of an object. Does someone know how to fix this error ?
I have some form rules that have parameters, i would like to trigger them in a javascript/formrule javascript. However it seems there is no way input the parameters when invoking the form rule. Does somebody know a way to do this?
Hello. According to this documentation: https://developer.webcon.com/docs/api-registration-and-authentication, the api/login endpoint is still listed as an option. I see that this refers to version 2025.1. However, I'm using version 2025.2 and the api/login endpoint no longer works. Do you know why? Where is information about this change, I know there is OAuth2 option, I would like to keep it all way.