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

forum

MVP

Hi, does someone of you use a FormFieldExtensionJS for a multiline text field? We used this one to store a JSON as a string and in 2023.1.3 the plugin no longer works. I haven't checked the WEBCON BPS JS code in 2023.1.2 but in the new version: 1. the change function in the plugin triggers controller.change 2. this calls validateCCValueModel 3. Since the hasCustomModel is undefined 4. The default validation is applied and this validation fails. In the "past" I returned a string an (...)

Cześć, czy istnieje możliwość numerowania elementów w danym procesie tzn. startuje nowy element w procesie, wówczas automatycznie nadaje mu się odpowiednia sygnatura ale oprócz tego chciałbym mieć swój dodatkowy atrybut, który będzie po kolei numerował każdy kolejny element w tym procesie. Dla przykładu: główna sygnatura to FV/00001/2024 a mój dodatkowy atrybut przyjmie wartość 000001 następnie 000002 itd

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.

Hello, Here is something I've come across recently, if you have a report that uses a field that got changed to a data row then: 1. the report will be in an error state 2. you can't remove the column from report configuration panel. I understand that such a column is not allowed in a report, but at least let me exclude it from the report. The only way to fix this is to change the column back to something accepted, like single line, and then you can delete the column and then change it to (...)

Dzień dobry Mam problem z wykonywaniem akcji globalnej, która ma za zadanie startowanie obiegu sql. W zapytaniu zastosowane jest open query do serwera oracle. Przy teście zapytania lub puszczeniu akcji globalnej dostaje błąd z załącznika. W management studio zapytanie jest wykonywane normalnie Proszę o sugestię Wersja Webcona 2022.1.4

Hello! In the form, I have a list of items X that is sorted by column A in descending order by default. How can I set up an action to generate data into a .docx file or specify an attribute for the list of items in the .docx file so that the exported table with the list of items X is sorted by column A in ascending order? The descending sort by column A is because the data is being added to the table in the form, and there is already a lot of it - scrolling to the end of the form to see th (...)

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?

Can the size of attachment icons be changed in Webcon? I would like to enlarge the icons. See the attachment.

Hi, I have one major problem with the Add privileges action. It works when I add privileges to single users but doesn't apply when I choose a group as a USER / SQL query. On the Instance level there is information that the Group has privileges but members of the group do not have access to the instance. Additionally when I add privileges to the group manually users of the group can see the contents. Where am I making a mistake? ver. 2023.1.3.169

Hey, I am creating a workflow where I would like to give option [Send Back for LEGAL Check] on different steps (Screen shot added ). However, I want to create a restriction so on the legal check step users can see only paths related to the step that it came from. Not all paths because that would be extremely confusing (screenshot of all paths added). So for clarification if the flow was send to "legal check" from step "Business Approval" I want user on the "legal check" step only to see path (...)

MVP

Hello community! I'm facing a challenge for which i don't see any solutions, maybe You will be able to find it. Use case: User registers new form (parent), to that form, he needs to register additional forms (children). It's 2 level tree childrens are leafs, they can't be parents. On those children forms, there are validation rules, which depends on data from the parent form, and a path [Validate] which checks for required fields. To make sure that children forms are filled properly (...)

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 (...)

MVP

Hi, I have a date & time field. I want the timeout to execute one hour from the date and time set in that field. How can I achieve this? From my testing, it seems to only consider the date and not the time. Thanks, Raluca

How to import files from a folder into the Webcon application. It's not about using the HotFolder functionality. Do you have any ideas?

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

Hey, we are looking to introduce possibility of Digital signature in WEBCON. I have found information that Certificate X.509 and DocuSign are support. However our business wants to use PandaDoc, do you know if it is supported? I cannot find any information about it. Kind regards, Jan

I would like to send an email with a link to the client. Clicking on the link signifies ACCEPTANCE. Such acceptance would trigger a transition path in WEBCON. How can this be done? Do you have any ideas? The client is an external user.