(...) the attachment and extract the relevant information. These values can then be assigned to the corresponding fields in the form. The system recognizes not only the header data of the invoice (number, date , vendor details, amount) but also individual line items, like products and services listed in the invoice table. This approach not only speeds up invoice registration but also eliminates the ris (...)
(...) l WEBCON BPS databases must have exactly the same version (down to the build number) in order to function correctly within a single environment after the merge. Therefore, both environments must be update d to the same version. It is considered a good practice to update the environment to the latest available version. The installer can be downloaded from the WEBCON Community website. &n (...)
(...) if(!c) return; const stack = getStack(c); const img = ctx.getImageData(0, 0, c.width, c.height); stack.push(img); if(stack.length > MAX_UNDO) stack.shift(); update UndoState(); } catch(e){ /* ignore */ } } function canUndo(canvas){ if(!canvas) return false; const s = undoStacks.get(canvas); return !!(s && s.length); } func (...)
(...) e to fix any errors and make sure that our system always functions as intended. Every year, we publish a major version that introduces a multitude of new features. Additionally, update d builds are released at least once a month, they aim to resolve any existing issues and implement small changes. These small changes can be tracked via our changelog (available at the bottom of this (...)
(...) tion of appsettings.json. Thanks to OpenTelemetry, logs are linked with diagnostic data (Traces) and metrics (Metrics), which simplifies analysis and monitoring. The database structure has been update d to allow storing log objects — existing behavior remains unchanged. Log content is now standardized, as logs are no longer based on a rigid text formula but on structured data. (...)
(...) .document.getElementById('popup').style.display = 'block'; if (!mapInitialized) { initializeMap(); mapInitialized = true; } else { map.invalidate Size(); } }); // Event listener to close the popup document.getElementById('close-btn').addEventListener('click', function () { window.top.document.getElementById('p (...)
(...) kflow at the approval step consists of the following fields: project name; technical assessment of the project; team to which the notification will be sent; implementation time; meeting date . Form at the IT request approval step Sending a message to a team To enable sending messages to a Teams team, an application must first be created in the Azure port (...)
(...) p; Introduction The AI Agent analytics dashboard is a centralized monitoring and audit interface designed for administrators responsible for overseeing AI-driven processes. It provides a consolidate d view of AI Agent activity and historical execution data, enabling both real-time supervision and post hoc analysis of AI Agent behavior within the system. Dashboard overview  (...)
(...) e new rules because it does not yet include mechanisms to control the new license types. This makes it possible to transition to the new contract model earlier and plan the system upgrade for a later date – without the risk of suddenly restricting user work. Scenario 4 – upgrade to a new WEBCON version and transition from the pre-2026 licensing model to the 2026+ model This (...)
(...) Applies to version: 8.0.x; author: Paweł Jawień Update d: 11.03.2026; author: Lily Adamowicz Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Global parameters - MailApproval Workflow paths - MailApproval Functionality desc (...)
(...) they are redirected straight to the form. At this stage, AI Concierge can also assist with completing it. All the user needs to do is issue a command to register a specific type of leave for selected date s, and the system will populate the form. In this example, the following command was provided: As a result, AI Concierge not only completed the form, but also suggested the next st (...)
(...) y data The functionality to remove binary data of deleted attachments is in backlog and I hope it will be implemented sooner than later. As a workaround, advanced users may want to manually update ATF_Value to empty string or change ATT_IsDeleted to 0 and then execute an action again. This post provides two SQL based cleanup scripts: A single script for targeted cleanups / test (...)
(...) es would make the styling easier. The custom styles could be defined in the new html-field (for every process we would have to define it again) or much better, let it define in the themes editor! Update 06.04.2021 Apparently is now in back-log https://community.webcon.com/forum/thread/404/15
(...) shing, supporting multiple language would be good too. :) Idea of calculated field defintion in a report / BPS internal view (case when WFD_IsFinish = 1 then '2#Is finished$$DE$$Abgeschlossen' when date ADD(DAY,-2, WFD_Attdate Time1) < Getdate () then '0#Less than two days until due or overdue$$DE$$Weniger als zwei Tage bis Fälligkeit oder überfällig .' when date ADD(DAY,-10, WFD_Attdate Time1) < Getdate (...)
(...) Hi everyone, does anyone has an idea, how to create a timeout for existing instances? The workflow waits in a system step until the date of the timeout execution is reached. Unfortunately the insert condition was wrong, so all instances will wait there forever. One option would be to define an invisible path, which leads to the same step to trigger the timeout again. I don't like this approach. In a (...)
(...) s "Substitution". This confuses people sometimes, because they then might think they will receive all of the delegators tasks. It would be better to show delegated tasks as Delegated. 2.) Since we update d to Version 2019 and 2020 we lost the functionality for users to create substitutions for other colleagues. They can open the form, but cant choose anyone properly in the person fields then as Substi (...)
(...) mentioned above. I'm trying to avoid importing this data as workflows because the data are live, each day new customers are added and old ones change (meaning I would need to implement some kind of update workflow as well). Do you have any ideas what approach would be the best in this case? Thank you in advance!
(...) Between Item lists there is relationship 1:C. How row in the parent Item list can be protected to be update d or deleted if in the child item list there is a row referenced on ID of row in the parent Item list. Is there any sample that can help to overcome this issue. Both Item lists are in the same step.
(...) Hello, Do you know the possibility how to place a gantt chart in a process that was not created as a "Vacation" by template? I have columns: "person", "date from" and "date to"
(...) Hello, I'm trying to start a subworkflow from an item list. My item list will have the candidate for Positions and it will not be filled at the same time, each time there's a candidate for an offer, the user creates a row. To start my subworkflow I'm using as conditions having the candidate name as not null and a flag set to true and i'm using this as an execution condition with the following SQL: (...)