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

forum

Hi, In Webcon 2024 chart labels don't display decimal places. In Webcon 2022 decimal places were shown. Is it a bug or can I do sth with that? I attach a photo with this case. On the photo the label shows 0. It should show 0.09. Decimal places are quite important when I want to show a share of something, as it will always be in the range <0,1>. Regards Lukasz

Hi, is it possible, to show a leading zero in a numeric formular field? Example: 09678 instead 9678 If i change the field type to text, all existing values dissappear due the change of field type.

Hi all! I just wanted to know, if there is a more sophisticated way to rename a tab or a field label in a form rule. We did some hacks in the past (e.g. renaming a tab in a register depending on some conditions), but since these changes are relying on HTML markup of a specific version, these scripts will definitely break in the next major version. Is there a better way to rename a tab in a register card? Unfortunately I didn't find a built-in function for that. Thanks a lot in adv (...)

in Webcon: ver. 2024.1.1.161 if you have on on step grouping in item list (for example tech column) then adding new row popups window with one row editing but ... I have that feature off... ---edit---- because I have Item list with attachments attribute so .. in popups window I can not pick attachment ... :/ and now I need i popup window put a data (category) and "save" and again edit line in item list by adding new attachment ... [the link to pick attachment is working ... but I do (...)

Hi guys, in version 2025 there is a "banner" like "lagoon", "planet" or "wave" predefined in the form types. Can the selection be expanded to include another image? I would like to use a logo with our CI Thanks Gerd

MVP

Hello everyone, I’m still learning how to use JavaScript effectively with WEBCON BPS. Currently, I’m working on a project that involves an HTML button/JavaScript triggering a file download at the end: JAVASCRIPT: // Save the PDF and offer it for download const pollerPdfBytes = await pollerPdf.save(); const blob = new Blob([pollerPdfBytes], { type: 'application/pdf' }); const url = URL.createObjectURL(blob); const link = document.createE (...)

MVP

ORIGINAL SUBJECT WAS: Assistance Needed – Retrieve "Content as Base64" for All PDF-Attachments of an Instance Dear All, I am currently looking for a way to extract the "Content as Base64" for all attachments associated with a specific instance. My goal is to obtain a single text line in the following format: 'Base64 PDF 1', 'Base64 PDF 2', 'Base64 PDF 3'. -> The easiest way would be to use built-in tools, but unfortunately, that doesn’t work (CONTENT AS BASE64[GET ATTACHMENTS]) After (...)

MVP

Hi, I did the upgrade from 2022 to 2024.  After upgrade, I upgraded the sdk to verison 2024 . When I tested i received the error" One or more errors occurred. (Decimal value  was not in a correct format.) Decimal value  was not in a correct format. " I tried to send the value in different format 122.23 or 122,23 but I received the same error. I changed the type field to a single line of text and it works. What format do I need to send from the sdk to the field for it to work? Than (...)

Hello, I am working on application that have some fileds, that will be always filled with SCAN of QR Code or just BARCODE scanner. The user will never try to fill that attribute with keyboard on the tablet. So I would like to have virtual keyboard always hidden for those fields. How to achive this? I do not have option type "none" in the Studio. I am currently using BPS 2023.

I've just found out that when I switch multiple lines of text field from the standard type to formatted it just disapears and there is a type error with no furter explanation. Is it just in my case or is it common in the latest version?

Hello How to trigger Automation with standard actions (On attachment add – there is only one action related OneDrive allowed) or trigger Form Rule on attachment changes? I need it for scenario: Requestor add/add new/overwrite/delete attachment in the very same step without pressing save or going to another step (change in attachments is there even if one close the browser tab without previous saving). We want to notify reviewers about such a changes in attachments, using version 2022.1.4 Than (...)

Hi everyone, There is something that has been a thorn in my Webcon enviroment for some time. I thought that new version will solve this but unfortunatelly didn't. The problem is that in my leave of absence workflow I have an action that sets up substitution for the time a person is out of office. When I run a test (see left side of the enclosed screen) the SQL query shows correct dates of substitution (the same as te person's absence). When the acton runs the substitution is set to last for o (...)

Hi, I want to add a new BPS Group that will collect members of a given team. I don't have this group in active directory. I don't fully understand what is the meaning of Group identifier (BPS ID). It has to be in the UPN Format. In the knowledge base there is an article where the BPS ID is [some name]@webcon.pl. My questions are as follows: 1) Could I also use "@webcon.pl"? Or should I rather use my domain name? 2) Is this group only within Webcon or will it be visible in Active Directory (...)

Hello community, I have a question, is it possible to update rows in a list of elements in more than one element using only one action in Inwoke REST WEB service? For example, /api/data/v6.0/db/1/elements/1111, 12222?

Hello, I have a problem - I have a process of an application that works fine in the development environment. It also worked fine in the production environment when I imported and published it the first time. When I imported the application into the production environment again after making changes and clicking on it, I got an error with the message: Type: System.Collections.Generic.KeyNotFoundException ------------------------------------------------------- Message: The given key was no (...)

Hi, I have a problem and a question I have a form on which I have an attribute as an html button that directs me to a resource on sharepoint on which it loads some file. I need that after loading this file on sharepoint, a link directly to this file is saved in webcon in another attribute, e.g. the name of the attribute "link" Is there a chance for such a solution? Thanks in advance

As the title states, there are some autocomplete fields(with values in them that cannot be found) i have that prevent me from moving to the next step(in one case i would maybe like to "cancel" the subworkflow/return with negative). I tried to deactivate the form field validation on the paths, however the error still occurs.

After changing the webcon version to the latest one when printing using a template the following error will appear and everything will be blocked: Is there a solution for this? Thanks in advance Error during saga execution: e is null a@https://webcon.domena.com/application/App.ddbbd702c08e03b71cd0.bundle.js:2:1502752 81937/D[s.C]@https://webcon.domena.com

MVP

Hi everyone, we just figured out that there was a time, when the "Clear item list" action saved a faulty configuration. The issue is, that the id of the selected item list was saved (1) without using the variable syntax (2). In turn the integer value wasn't replaced during the import and the execution of the action will fail, if the integer values are not the same on both systems. In the worst case the value does exist for item list on both systems but for different ones. You can use the (...)

Hi guys, in version 2025, much more space is needed between the lines in the form than in version 2023. Can this be adjusted somewhere? Thanks in advance Gerd