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

search results

for date

(...) tivate license services offline. LAS enables users to download license files, such as when purchasing additional solutions or upgrading WEBCON BPS to newer versions, and to control license expiration date s, particularly when using the subscription model. This article describes the key features and capabilities of LAS.   Logging in and home page The LAS website is available at: https://a (...)

(...) r into the “ABBYY” folder previously created in the WEBCON BPS installation directory.   Run the WEBCON BPS installer. If the platform is already installed, select the Update or expand an existing WEBCON BPS installation option, otherwise select New installation of WEBCON BPS. In the Select components step, navigate to the Other components section, and select Installa (...)

(...) s. If the databases were recreated under different names than the production ones, updating their names in certain tables will be necessary. The following query highlights which areas need to be update d:   /*Configuration database e.g. BPS_Config*/ select CD_Name from ContentDatabases /*Attachments database e.g. BPS_Content_Att*/ select PRM_Value from GlobalParameters where PRM_ (...)

(...) one affects the other (there's a relationship between them) The applications interact with each other. For instance, a workflow in one starts a sub-workflow in another process, which in turn update s the first one. The applications include choice fields, which are used to connect other workflows/display data from them using BPS internal views. READ MORE: HERE

External content by Daniel Krüger; March 11, 2024; WEBCON BPS 2023.1.3.76 The original post has appeared on daniels-notes.de This post provides a solution to extracting the latest comments in the standard "Comment" field on the form. The issue with this Last comment text variable is, that’s always the latest added comment, regardless of how old it may be. He

External content provided by Daniel Krüger; April 11, 2024; WEBCON BPS Version: 2023.1.3.118 Full post: https://daniels-notes.de/posts/2024/playwright-part-two The video show cases the changes to the previous part and will give you how Playwright could be useful. Changes: Tab support Collapsed group support Provide step id instead of the title to verify it

External content by Daniel Krüger; March 31, 2024 ; WEBCON BPS Version: 2023.1.3.118 The original post has appeared on daniels-notes.de A colleague introduced me to Playwright from Microsoft. This is a tool you can use for automating UI testing.  If you have no idea, what this means, imagine the following: You have an approval workflow. Person one provides s

(...) evices and desktop email clients. Avoid complex multi-column arrangements that might render unpredictably on smaller screens. 3. Utilize Tables for Layout: While using tables for web layouts is outdate d in modern web design, they are still crucial for creating stable structures in HTML emails. Tables provide a robust framework that is consistently interpreted by most email clients, helping maintain (...)

External content by Maksymilian Stachowiak; 16.04.2024   There are still some places where low-code has identical challenges as code, one of those issues is Magic Numbers. This post is rather for beginners, those starting their WEBCON journey. It focuses on the importance of using Constants instead of typing numbers directly in filters, rules, and queries. This leads to easier maintena

(...) Email: 3. Displaying badges on the employee's profile. Of course, employees need to be able to showcase their latest badges. So, the previous HTML in the profile is update d with the available badge categories and with the ones already obtained. And of course, we also have a report where each employee can display the main badge they are most proud of. (...)

(...) External content by Markus Jenni; 17.04.2024   The "Generate/Update a Word file" action allows the creation of documents quite easily. In the past, we stumbled upon some challenges: Internal names of Test and Production can be different It happened that a report had to be redesigned for production as the properties are named after the internal names No Rich text conte (...)

External content by Daniel Krüger;  October16, 2023 ; WEBCON BPS Version: 2023.1.2.44, 2022.1.4.155 The original post has appeared on daniels-notes.de If you ever used a condition to mark cells in a larger item list and had "Single row edit" activated, you may have been confused which cell is required. In this post you will: See one solution to add a g

(...) ange item list values action, with the final result determined by the mode chosen by the configurator. However, version 2023 R3 introduced significant changes to this area, with the existing action update d and additional actions on the Item list added. This article aims to provide a comprehensive overview of the available actions on the Item list, outlining their respective functions and highlighting (...)

(...) list involves deciding between two initialization modes: "initialize only at the first step" or "initialize at every step." This decision impacts how the data in the itemlist is update d throughout the process. Selective and Flexible Initialization Itemlists can be set to initialize either at the start of the process or at each step, providing the flexibility to include on (...)

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