Hello, just starting with our production environment. One question/issue showed up: Our User/Group sync is connected to Entra ID. Sync is working and ok. We have a group in Entra ID named "All_internal_users" (example). Each user is in this group (checked also via myaccount.microsoft.com). If I use this group in "Access to the application" and "Start Workflow" it does not work => User does not see the application and cannot start a workflow If I add the users direct, all is working. An (...)
Hi, I can see that in Cyclical Global Action there is possibility to use Change Field Value action. But I can't select any field on configuration tab. Does anyone know what is the problem? How I should use it? My business case is that I need to update a field which is based on some dictionary. Simply task - replace one value with another. It is needed to comply with some other needs and keep the data clean. My version is 2025.1.1.23
Hi, why is there a difference in how multiple lines of text with append mode enabled are displayed in report vs in the data table attribute? In the report, each entry is shown one below the other, but in the data table attribute, they appear side by side, which looks bad on the form. Is there any way to change that?
Hi, Does anyone know how I can view the history for the "BpsUsersGroupRelations" table? I want to find out if a person was in the specific group. Thanks, Raluca
Hi everyone, I would like to ask you how do you implement the TimeOut setting quarterly/annually? Is it possible? Regards, Darek
Hello, in the configuration of the action "hyperlink"(PL: Odsyłacz) and StartElement, the system does not allow you to enter the type of form. You cannot use this type of action in this way. This is a bug in this version of webcon, in 2024 the action worked correctly. Bug in 2025.1.1.44.
Hi, Is there any way to change (=increase) PowerShell action command execution timeout? There is a field in Services > Configuration but it is read-only. We need to increase the time to c. 120 seconds. Will be grateful for your support. Best regards, Lukasz
Hello, Is it possible to display a message when the user starts a new workflow? There is an "on entry" action, but if I understand correctly, it is not performed at the very beginning of the workflow?
Mam problem z filtrami w aplikacji SOLR. Filtry lokalnie w mojej lokalizacji (PL) budują się prawidłowo co jest pokazane na załączonych zrzutach ekranu. Filtry, które pokazują się w sieci mojej firmy w lokalizacji (USA) mają przesuniecie o rok i jeden miesiąc. Na załączonych zrzutach ekranu widać że wybranie filtra będąc w sieci firmowej poprawnie dodaje do QWueryString zapytanie. Co może być przyczyną takiego zachowania? Moja wersja to 2024.1.1.217
Cześć, Czy jest możliwość ukrycia kolumn listy pozycji wyłącznie na formularzu, tak aby w trybie edycji jednego wiersza były widoczne i możliwe do uzupełnienia.
Hello everyone, i recently needed to display a maintenance banner in Webcon BPS to inform users about an upcoming system or application update. Since i couldnt find a clear guide, I want to share how i implemented it. 1. Display a permanent Banner in the portal --> Using custom css in the color-theme the easiest way to add a global maintenance banner in Webcon BPS Portal is by using the "Custome CSS" section in the color-themes: /* Example: Permanent banner using a pseudo element*/ body: (...)
Hi, it happens more and more often that we get an error "License download error. Check that the license service is enabled." From what I understand, the license service is in the background, do you know what the process is called and what to do in such a case. At the moment, it saves the server restart, but it's not an elegant solution.
Hello, How do I download the photos attached in the body of an email? Currently there is no image in both hotmailbox configurations %content% and %bodycontent%. I am attaching screen shots where you can see the photo attached to the email and the effect on the form side. Any ideas?
Hi, Has anyone encountered the error msg: "stack": "TypeError: Cannot read properties of undefined (reading 'model') - I get this message on the path to the start step. Adding a new path, changing target step or assignment od task does not solve the problem. Webcon ver. 2025.1.1.44
Does someone know how to fix this problem? The cleaner fills our sql server with error messages that took 20gb of space after few days. This Error occours even when using a different version and virtual server.
Does Webcon save the time a user stays in a given process step, i.e. the time from entering the step form to moving to the next step or clicking the save button? I want to make a report out of it to calculate KPIs
Hello, It seems that row coloring in report views does not work for calculated columns. When I open configuration for row coloring and choose one of the calculated columns, the operator field becomes inactive and sais <choose>. Use of calculated columns would be nice to color the whole row, not only a column value (lamp).
Is there a way to set attachments to read only for a certain step? Reason: I have a voting application in which several people can vote on the publication of a new file. The application consists of a main workflow (with a list of the workflow participants) and a sub-workflow for each participant. After the "Start" step, I want the attachment to be read-only. In both the main workflow and the sub-workflows, it should not be possible to add an attachment, nor remove an existing one. Are (...)
Hello, I would like to dynamically hide the clone button. I tried to write a JS function but I have a problem. Maybe someone of you had such a task and can help me. I will be grateful for your help. Regards Miłosz
Hi, I try to use this article, but it does not works anymore. https://kb.webcon.pl/przyklady-uzycia-rest-api/ I try to generate a token base on this instruction https://developer.webcon.com/docs/2024.1/api-registration-and-authentication#get-access-token in Postman to api/oauth2/token , example: { "grant_type": "client_credentials", "client_id": "XXX", "client_secret": "XXX", "scope": "HighTrust.Elements.ReadWrite.XXX } I recived error: { "error": "invalid_request (...)