(...) e a new site. Right-clicking Sites displays the option to add a new site. You can give your site any name you like. It is important to correctly point to the created application pool and the physical path where the Public Forms mechanism was extracted. Proper addressing configuration in the Binding tab is also crucial. Fig. 6. Example configuration of a created site Comm (...)
(...) SDK Migration Deactivate standard push notifications Process license instead of single solution license Create new custom themes Verify updated item list actions Type error when executing a path Instance start buttons Empty report tiles REST and business rules Updating to BPS 2023 Calculated columns for Choose fields New database field Breaking change d (...)
(...) Translating multilingual fields In Portal, it is now possible to use AI to translate individual text fields related to process configuration elements, such as the names of form fields, steps, and path s in the Process design, as well as the names of reports, their columns and views, and the names of dashboards and their widgets. This means that you can use the functionality for all fields marked wi (...)
(...) o consoloe if (isDebug) { obj = JSON.parse(sessionStorage.getItem('WebconBPS_FormIsDirty')); console.log(obj); } Then simply add this form rule to all places (style and behavior in fields, path s, ...) where you expect triggers which could lead to the"unsaved data alert.
(...) udes two defined actions: sending a document to Autenti, sending a request to return the document along with the status. The Timer mechanism is also employed to automatically trigger the path responsible for checking the document's signature status in Autenti every hour. Business case For demonstration purposes, a simplified document workflow will be used, consisting o (...)
(...) ion of a new AD user. The form on the first step requires entering the details of the person for whom the account is to be created: The Manage users action is triggered on the Create path . The configuration of this action is shown in the screenshot below: In the Select operation section, it is possible to choose the operation mode, i.e., user edition, creation, or (...)
(...) sage: “The wait operation timed out”, and the automation will be rolled back. A simple scenario to reproduce this behavior involves placing the Change value of single field action on a path transition, where an SQL COMMAND rule executes for longer than 30 seconds. For testing purposes, the WAITFOR DELAY command can be used, as shown in the screenshot below. Fig. 1. Conf (...)
(...) to set the structure in the value mapping. Now do the mapping as follows: Workflow The final step is to configure the workflow in the Workflow Designer. The Start button has a default path "Calculate" in Wizzard Mode assigned to the current user leading to the start button again and the automation is added: path automation The configuration of the path 's action (...)
(...) robably have run into a timeout. While you may have come up with a similar solution Define a single sourth of truth to identify the next batch of elements Process the elements on the path to a flow control This will use a for each with collection type 'data source'. Yes, I don't use an item list. Check if every element was processed If this is not the case, move the (...)
(...) ueries using the WITH clause are no longer supported, as they are blocked and may lead to errors in some environments. It is now possible to select intermediate nodes (e.g., teams), even when using path -based configurations. Equivalence of both configuration methods Currently, both configuration methods — using either ParentID or path s — function in a similar way. In bo (...)
(...) button from being incorrectly displayed in later steps, which may lead to faulty behavior. #{FLD:10523}# = Picture field: [Picture (max. 5000 KB)] #{PH:2526}# = path : [HIDDEN: Save Picture after JS downscaling] <script src="https://unpkg.com/pica@8.0.0/dist/pica.min.js"> // https://app.unpkg.com/pica@8.0.0/files/LICENSE // MIT License // Copyright ( (...)
(...) . A graphical representation of the process is shown in the screenshot below: After attaching the invoice to the form, the user proceeds along the "Extract invoice data" path , where automation consisting of several actions is triggered: A key component is the "Extract invoice data" action (action type: Change value of single field). Its configur (...)
(...) If possible, please add more colours to mark arrows in process design. It's very useful to mark arrows with same colour as buttons (path s). Currently there are grey (default), green, red, blue. Thanks.
(...) 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 real world case it would mean to deploy the process to production, invoke the new path for every instance (...)
(...) ted field in Reports and BPS internal view, no option to use existing variables 3. Report - advanced formatting, no options to use existing variables Why do I think that this would be mandatory? The path example of advanced colouring will just break on transporting the report to another environment: https://community.webcon.com/community.webcon.com/public/posts/post/advanced-cell-coloring-in-reports (...)
(...) hout impersonation. I even granted the APP business administrator privileges without success. Using impersonation worked though. Regards, Daniel let api_url = "http://*.cosmoconsult.com", token_path = "/api/login", Content = "{'clientId':'4c01c4fb-9b82-4912-b410-5e54ef352e2b','clientSecret':'*','impersonation': { 'login': '*' } }", Token_Response = Json.Document(Web.Contents(api_url, (...)
(...) I build myself a choice picker, where I can chose the selected file. After that I want to run an SDK action, where I get the data from my xml-file. In my code I implemented something but the file path is static at the moment and compares the file names. Normally every read in file gets an ID in the database but I don't know how to access this data. Has anyone experience with this and know (...)
(...) Hi, When We put Report on dashboard using functionality of massive action or quick path not refreshing data in report. When we use it on report it refresh data. The functionality of report when it use as report or report on dashboard should be the same.
(...) in the workflow, I created a datasource that should work for all workflows and translations. Values are shown depending on the users browser language. It simply shows which step was left with which path , by which user, at what time. I present this in an SQL-grid in the forms where I think it will be helpful to the users. It can be very helpful even in the preview form in reports. Attached 2 scree (...)
(...) e the company and so also the business entity. I found a dirty way by using an SQL Update directly on the WFElements table, but I am struggling by running this query by (cyclic) action on a separate path . The path is walking through fine according to the history, but no changes in the end. If I run the query with the "Test" functionality in the webcon Designer everything works fine. Do you have any (...)