WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > General

General

Hello, Has anyone else had problems with the designer? I'm talking about crashes while making changes or situations where you save your work and later realize that around 10% of the changes didn't actually get saved. Does anyone know what might be causing this? Version: 2023.1.2.68 Thanks.

Hi team, I am in the process of addressing an issue related to unexpected changes in the component state. In the initial state, I have a field that is of type "list". Upon clicking an icon, the field type changes to "text", and the selected value disappears from the field. Clicking on the function triggers a modal, but after closing it, the icon that was changed does not revert to its initial state. I would appreciate your support and assistance in resolving the rendering and component s (...)

Hi, Is it possible to nest bps groups in each other ? Kuba

Hi, Can I achieve such an effect in an calculated column? In SQL it works but in webcon I have an error If atrubut is empty display the grouped attribute from the item list Code: select ISNULL(WFD_AttChoose5, STRING_AGG (CAST(DET_Att1 AS NVARCHAR(MAX)), ';')) from WFElements W left join WFElementDetails WD on W.WFD_ID = WD.DET_WFDID group by WFD_AttChoose5 What needs to be corrected or is there no way to make it work?

Hi all! Maybe I didn't read the manual carefully and maybe this question has been asked many times before, but I am asking it anyway ;-) Is there a way in Webcon BPS Portal to start a workflow with anonymous access (without authentication)? What we need here is some kind of public form for new registration of users. This form also should have path authorization, to verify a new registered user (e.g. by sending a code via email). But I think this only user-related and only works with alr (...)

I searched the site and found the latest post on AAD from 2021, and only one request for help with EntraID... Nobody seems to have a problem with this? Or maybe no one uses WebCon without local domains? Impossible! So... How to build WebCon BPS with EntraID as the only source of identity? I have some ideas for preparing some business processes in a cloud environment (Azure) that will never have access to classic domain controllers I need a full user database on EntraID (AAD). I trie (...)

Hello, I have a question, how can I change a value of a choice field using a normal action, but only giving him the Name (not ID, not ID#Name)? The choice field is configured as ID and Name. Version: 2023.1.3.29 p.s. I know in the past this was not an issue, but on newer version this become a problem especially when only ID or ID#Name works. Regards

I need to change 2 values with REST, I use'd API v3 and PATCH method. This values is in another workflow. JSON [ { "data": { "guid": "3567e810-6f44-41e5-9ac3-794d6e055db1", "value": "2024-05-27T14:02:26" }, "wynik": { "guid": "56e078eb-dc11-4960-a662-3974f0f837da", "value": "Ryzyko niskie" } } ] In other workflow history I have only infpormation about Save workflow by ServiceWebconApiProd - Registered App.

Do you have any experience using up to a few thousands bps groups? Do they affect system performance? Thanks Kuba

Hello, is there a way to find an element that has a specific value in one of the form fields using the WebCon API? Thanks for help!

Hi, I have a situation where multiple users get assigned tasks on a certain path. The parallelism is set to Completion - All. It mostly work fine. But if certain users complete their task before other users do, the workflow goes into the next step, despite other user tasks not being completed. When I look at the element history, when other users finish their task, "Completion - All" and their name is logged. But when these "special users" finish their task, it logs "Information (editing allow (...)

MVP

Hi, I upgraded to the latest version, but I can't see the preview diagram in the portal. Have you encountered this problem? Thanks, Raluca

Hello, I have created a technical process in which I have defined a typed source - leave history and leave types. This source collects absence information from many other processes. Unfortunately, the Gantt chart shows only part of this data, even though the SQL query returns all of it (currently 3715 records for approximately 80 employees). I added a Gantt chart in the BPS Portal and limit it to the current month and one month back and one month forward. Why isn't Gannt showing all the data (...)

Hello, I have an external API: GET https://domain.com/api/employee/GetAll I have created a process using REST API that get token, then get Employee. (START - FINISH) GetAll - Retrieve the employees list. The HTTP verb for this method is GET. When i run the process manually, it works. I have created a global cyclical action that starts my workflow (every day run), but it doesn't work: Response Code: Exceptions: Error occurred : Cannot send a content-body with this verb-type. Syst (...)

Hello I have a problem when printing to Word. The Word form prints for my permissions, but for users it does not print and the "unknown error" message appears. Maybe something with permissions but I don't know where to look. Can anyone help Thank you in advance

hello, I have a case to study ... :) I want the selected value in a given row to be assigned to all subsequent rows in this same column. If the value in any of these subsequent rows is changed, that changed value should be propagated to all rows below it, but without changing the values in previous rows. It is possible?

Czy istnieje możliwość osadzania aplikacji webowej w ramach rozwiązań klasy USD (Unified Service Desk)?

Hi, I have an item list and a column for local attachments. In the advanced configuration settings for local attachments, the option 'Allow adding more than one attachment' is not selected. However, despite seeing a 'deny' icon when attaching files, I'm still able to click and add more than one attachment. Is this a bug? Version 2023.1.2.68

Hello, I have a question more about the Polish side of the forum. There is a regulation available in the Journal of Laws that specifies the requirements for storing employee documentation as well as the method of transferring it between IT systems. Has WebCon BPS been audited in this respect and do we know whether it meets the requirements set out in the regulation? https://isap.sejm.gov.pl/isap.nsf/download.xsp/WDU20180002369/O/D20182369.pdf

Hello, We have set a working Oracle connection. There is a procedure with 2 params, one IN, another OUT. Running a Business Rule containing a SQL Command against the Oracle connection: declare l_out NUMBER; begin ZZ_WEBCON_TEST.TEST_PROCEDURE(P_IN => {BRP:21}, X_OUT => l_out); end; where {BRP:21} is a Business Rule decimal parameter. The Rule is working, Oracle procedure gets executed (witness on Oracle db) and most probably returns l_out. My question is: how do I get the l_out (...)