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

search results

for attachments

(...) 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, attachments , navigation elements, and change requests. This will happen automatically and parallel to other WEBCON BPS WorkFlow Service activity.   Instructions for specific steps Here are addit (...)

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

(...) lă dacă nu a fost deja salvată } window.fetch = async (...args) => { const url = args[0]; // Regular expressions to match the two patterns with dynamic IDs var uploadPattern = //attachments /upload/; var sessionFinishPattern = //attachments /session/[a-f0-9-]+/finish/; // Verifică dacă URL-ul se potrivește cu pattern-urile specifice pentru atașamente if (uploadPattern.tes (...)

(...) 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 “attachments ” 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, (...)

(...) 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, attachments , metadata). Additional permissions of the appropriate type are required at the instance level. Admin.BusinessEntities.Read – reading business entity data. After saving, add permissions f (...)

(...) 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, attachments (using the GET attachments 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. (...)

(...) d the ability to zoom in on details for damage assessments. To prevent these images from unnecessarily taking up space in the workflow history, we came up with the idea of transferring them to the attachments section instead. Since no further processing was required - the images were purely for documentation - this was a suitable solution. The file names of the images could be derived from the values stor (...)

(...) this field, you must define an SQL query on the WFDataAttachmets table that returns the ID of the attachment to be signed. For this scenario, the query is limited to the current instance and filters attachments from the To be signed category that have not been deleted.   Fig. 9. Authentication configuration   In the Authenticate section, select the previously created connection and (...)

(...) kflow Service receives a task to index a workflow instance in the SOLR search database, the first step is to execute an SQL query that retrieves the instance data (form data, Item lists, permissions, attachments ) from the database. Based on this data, an XML file is generated and sent to SOLR. This parameter defines the timeout for executing that SQL query. By default, it is set to 300 seconds, but the va (...)

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

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

(...) ile the Designer Studio prevents this, we are lucky that WEBCON created a transparent database and didn't artificially make it more complicated than necessary. Due to this we are able to move the attachments from one database to another and change it. Since we are modifying the database directly, you are doing this at your own risk.  You can find my approach and my test in this post. Ple (...)

(...) of indicators ms-icon replaced with fluent Increase of choose fields to 4000 characters Actions Review attachment actions Changed default description value of uploaded attachments SDK Migration DisplayName property is translated in SDKs

(...) ebcon.user.login InsertControlsForOcrVerificationStep / InsertOcrModeButtonStep / SetIsOcrVerificationViewStep / CheckCheckoutStep / DeskInsertPathsStep / ExecuteOnLoadActionsStep / Insertattachments Step / InsertClientInfoStep / InsertClientJsForLiteStep / InsertClientJsForMobileStep / InsertControlsStep / InsertDeskScreenshotDataStep / InsertGeneralFormDataStep / InsertInitialDataStep / InsertLi (...)

(...) will identify the relevant area of the system, guide them to the appropriate process, and then assist them in completing the form. In selected scenarios, the solution can also use data extracted from attachments , reducing the amount of manual data entry required. This approach improves the overall user experience of working with the Portal, simplifies the execution of everyday tasks, and lowers the entry (...)

(...) es sending a document for signature, handling actions performed while awaiting signature completion, and then downloading the signed document. The integration enables sending a document containing attachments indicated on a workflow instance for signature, and then redirecting the user to the Autenti web application, either via email or through a link available directly on the form. The document signing p (...)

(...) search filters + search execution) – search mechanism including retrieving available filters (metadata) and executing search based on them (in practice treated as a set of related tools). Get attachments metadata / details – auxiliary tool for working with attachments (e.g., list/metadata before downloading).   Application-specific MCP Server This mode is associated with a speci (...)

(...) I get error "The sign-in name or password does not match one in the Microsoft account system"). I don't have SDK purchased, therefore I won't be able to create custom action to send these files. My attachments are also greater than 4MB, so Microsoft Graph is not an option as well. Do you have any other suggestions what to use to exchange files between these two systems? Thanks in advance.

(...) Hello, I hope you can help with this! I need to guarantee that a file in the attachments is checked-in (so the version will be different than 1) before moving the workflow to the next step. In the validation form, I don't have the attachments system so that I can construct a query to verify this. Does anyone have an idea? Thank you!

(...) What would be the best method to get the attachments of an instance inside an SDK plugin in order to make use of them in C# code?