(...) If you aren’t interested in these then you can still take a look at the SQL command stubs: Get workflow data Get item list data Join workflow element and item list Get attachment s of the workflow Get emails of workflow List users in a group READ MORE: here.
(...) search data After updating all system components, and updating the databases to version 2024 R1, the following things will all be added automatically to the indexing queue: all workflow instances, attachment s, navigation elements, and change requests. This will happen automatically and parallel to other WEBCON BPS WorkFlow Service activity. Instructions for specific steps Here are addi (...)
(...) thin an instance in Portal. In addition to the aforementioned ability to utilize admin mode in Portal, they also have access to all instances, with the ability to edit and delete them (including view attachment s). Furthermore, the Business Administrator can initiate new instances and view archived ones. NOTE: Please remember that the roles of Business administrator and System administrator are (...)
(...) not sure about you, but we recently faced this exact challenge. After some quick research, we came up with a relatively simple JavaScript function that triggers a 'Save' button click when an attachment is added or modified. Of course, the function can be adjusted according to specific needs. The JavaScript function needs to be inserted into an HTML field for it to work. Below is the function its (...)
(...) gnatory to select the exact position of their signature on each document. This innovative functionality uses an HTML field in WEBCON, enabling the selection of individual documents from the “attachment s” section. This way, for each signatory and each document, we can precisely place the signature where it’s needed. Additionally, the interface allows for navigation between document pages (...)
(...) activate the required license BEFORE upgrading the WEBCON BPS system. An issue has been discovered that prevents WEBCON BPS upgrades to version 2025.1.1.87 if the names of content/attachment databases contain special characters outside the Latin alphabet, e.g. ö, ä. If the administrator is aware of the presence of such characters in the databases, it is recommended that the (...)
(...) OAuth2 Authentication form field Authentication via OAuth2 MS Graph queried by REST calls. Scenario and configuration The prepared scenario describes a method for moving an attachment from a workflow instance to a SharePoint Online library (hereinafter referred to as SHO). It is also assumed that the file is uploaded not in the context of the application, but as a user. In t (...)
(...) rocesses. Additional permissions are required for each applications being read. App.Elements.ReadWrite.All – reading, starting new, and editing workflow instances in all processes (form data, attachment s, metadata). Additional permissions of the appropriate type are required at the instance level. Admin.BusinessEntities.Read – reading business entity data. After saving, add permissions (...)
(...) An issue has been discovered that prevents WEBCON BPS upgrades to version 2025.1.1.87 if the names of content/attachment databases contain special characters outside the Latin alphabet, e.g. ö, ä. If the administrator is aware of the presence of such characters in the databases, it is recommended that the version upgrade be delayed. If there is no clear information about the presence of special (...)
(...) AI TEXT SUMMARY AI SENTIMENT ANALYSIS AI PROMPT AI TEXT SUMMARY The AI TEXT SUMMARY function is used to automatically create a summary of texts taken from form fields, attachment s (using the GET attachment S function), or entered manually as one of the function arguments. You can optionally specify the maximum number of words in the summary, thus customizing its length. (...)
(...) Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON BPS Help: Sign an attachment Verify attachment ’s signature The entry is an extension to the article Signing document with Autenti service. Introduction In WEBCON BPS, digital signature handling is im (...)
(...) ser-defined queries are subject to a fixed, non-configurable timeout limit of 30 seconds. Regardless of whether a query is placed in a Change value of single field, Update item list values, or Add attachment action—if the SQL query does not complete within the given time frame, the user will receive the error message: “The wait operation timed out”, and the automation will be rolled bac (...)
(...) ons. Invoice process The "Invoice" process in WEBCON BPS is designed to automate the extraction of invoice data and eliminate the need for manually retyping information from attachment s. A user attaches an invoice to the form, and the system—using predefined rules—automatically identifies and processes the data it contains. A key element of this solution is the use o (...)
(...) This article describes the steps that should be taken to merge two WEBCON BPS environments, thereby transferring business applications along with their created documents, histories, and attachment s. NOTE: The environment merge operation should only be carried out in justified cases and must be preceded by thorough testing in non-production environments. The risks are listed at the (...)
(...) le and I have more in mind. While I can workaround for some variables by writing a SQL in 1 and 2, I have no chance for 3. I, for my part, would like to have the yellow highlighted variables in the attachment . For example I currently don't have a chance to get the current user language which would be required for my workaround here. https://community.webcon.com/forum/thread/45/15 Best regards, Daniel
(...) Hello Everyone, I am looking for solution to exchange files between WebCon and SharePoint Online. I was thinking about built-in actions in WebCon ("add an attachment to a list") as described in this article: https://community.webcon.com/posts/post/creating-a-sharepoint-site-with-a-webcon-bps-action/203/3 Unfortunately probably because of MFA I am not able to establish connection with SPO (I get error "The (...)
(...) there is the implementations missing and I can see nothing from the SDK. Has someone experience with the ConfigEditableItemList and can give me a better example? Photos from the case are in the attachment . Thank you very much for your help and answers.
(...) Wondering if it is possible to open the attachment preview dialog by using javascript only. Does anyone already tried to do this? There is the possibility to open the latest attachment , but that's not the solution i'm looking for.
(...) llo together, I try to implement an CustomAction with Syncfusion. Now when I want to start my workflow I always get an error message that the file is missing. The photo of the fault is in the attachment . Has someone experience with this or knows how this must be implemented? In VS I installed the Syncfusion nugget, I can compile the project without problems. Thank you very much. Maximilian
(...) What would be the best method to get the attachment s of an instance inside an SDK plugin in order to make use of them in C# code?