(...) ransaction. I was working on a solution to allow salesmen browse through a report of items and adding them directly to transaction. This is wat I came up with: Transactions have additional technical field s: a). is the transaction "open" (allowing items to be added) and b). the author of the transaction How it works: 1. Salesperson ticks an item/items in the report list and runs them trough a quickpa (...)
(...) e case for a customer: A workflow should be started from Outlook using the (full) Addon. Based on the from address some more information should be retrieved from a custom database and populate other field s. So far so easy, at least in the dev system where I can modify the data in the custom database. This is where my problem/the question starts: Does anyone have an idea how I can change the stored (...)
(...) st at step "Weryfikacja OCR" the values of the OCR verification were corrected by the user and passed to the step "Dekretacja" for further proceding. But at that step Webcon decided to change the two field s (the ones passed through OCR z few steps before) for no reason. Has anyone come accross such Webcon Service behaviour?
(...) h you entered some data? Sorry, the process configuration has been changed, reload the form and enter the data again. - You are creating some query inside an action template/automation and need form field values in an instance? Sorry please reload. Are there any chances to make this a little less strict? Best regards, Daniel
(...) ave so far: A custom action (SDK) which builds (delta) reservation XML to be sent to external system (SOAP). If there is no change in shopping basket, we are storing an empty string to an internal field (XML content), so that upcoming SOAP request can be conditionally executed or not. We are facing some challenges here: 1.) External system needs a reservation number, which should be unique acr (...)
(...) Hi, I have problem with adding new row in item list after passed value to existing field in existing value. on text field I have selected "Invoke callback rules after value change" and in Item list callback rule I add condition , if text value is not empty just add new row. Wvery time I press button "add new row" I get exception "After callback form rule of items list: .. RowNumberCanno (...)
(...) data when I test it. If I save that connection Webcon shows the error: "Failed to retrive column from data source XXX. No connection settings." If I want to test that data source in choice form field I've returned: Nieznany błąd: The ConnectionString property has not been initialized.. Does anyone have some idea what I should do to fix it? Than you for your help in advance!
Upgraded Dev environment to latest version 2022.1.1.53 but designer studio is not opening up. It is giving unknown exception error. Attached the screenshot. Here is complete error info: Type: System.Exception ------------------------------------------------------- Message: NotFound IIS 10.0 Detailed Error - 404.15 - Not Found
(...) s subprocess (list is from sql query). The subprocesses generates correctly but there is one thing that I need to change - the author of the subprocess document should be change for the employee from field . I tried to change the login by update the WFD_CreatedBy column in WFElements table but it's not possible. I've received an error: "One or more errors occurred. Operacja została wycofana Concur (...)
(...) have a tricky problem, so it seems. We want to redirect to edit form of another workflow (ID is known). This should be triggered with button click on current form. Button is implemented as Html field and invokes a global menu action which has the correct hyperlink action and also returnUrl to current element. After save of the other workflow element, user should be redirected to current form e (...)
(...) Is it possible to add sort option to "My tasks"? By default it is sorted by Modification date in ascending order. My proposal is: 1. It would be very useful if user can sort it by other standard field s like: Days/hours in step, Modifying person, Creation date, etc. 2. Switching between the direction of the selected sort (ascending/descending) would be great
(...) Hi, Do you know how to make rows in a 'Data table' field colorful? I get some data from subworkflows by the table field and I want to color some rows depending on their status: open - blue, closed-green ... Is there such posibility?
(...) I found a problem on WEBCON with regular expression. In the attributes, in the "Style and behavior" tab, in the Regular expression for validation field . In my case, I set a limit to 11 digits (11 characters long, as in the Polish PESEL number) - "\ d {11}" to be precise. This regular expression works and detects the shorter string as bad. She recognizes even 11 digits as correct, that's good. More char (...)
(...) Hi all! We have to transfer some values from old database field s to new database field s, since we want to switch some field s in process to global field s. We plan to do this with well know T-SQL statement (UPDATE WFElements SET ...) within a cyclic action, which can be triggered on demand. Does anyone know if there are any restrictions in Webcon SaaS (Software as a service) regarding SQL UPDAT (...)
(...) ld appreciate your vote! Problem: in case of mailapprove, approver sometimes enters some comments in email, which you cannot get back. Proposal: similarly to normal HMB, let's have some parameter-field mapping, to retrieve body of email. What do you think? Thank you! BR, Peter
(...) U or Security Group. The reason i am trying to do this is because of data privacy concerns of a customer who has users of multiple subsidiaries split into different OU's and to declutter my people field s. I know i could just create a BPS Group and assign the AAD Group which holds all user i want to be shown in the picker in the advanced configuration of my people field s but i feel there has to be a (...)
(...) Is it possible to sort by the selected column (additional column, e.g. priority) in the dictionary selection field ? Or to arrange your own order?
(...) Hi folks, As you (to my knowledge) cannot add a html field , like you can do in dashboards, I wonder how to get code into the very first page of Webcon. Our goal is to redirect directly into a specific application, but we cannot use the URL rewrite module of the IIS. Best regards Fabian :)
(...) tion but my research in the knowledge base did not deliver a clue: When I use a HotMailBox to initiate new workflow instances, can I get WEBCON BPS 2022 to take the e-mail subject as content for a field "Title" and the mail body as content for a field "Description" (multiline field )? I found the ability to set default values within the HotMailBox configuration but this does not fit the needs if i (...)
(...) Hello, Is there a way to check a specific user AD group membership? I want to type a user in a field and then I want to see on which groups this user is(based on AD). It would also be great if the list of groups would be loaded into a list items. I read this: https://alterpaths.com/webcon-admin-process-checking-users-groups/ but it didn't work on me. Can you help?