(...) Hi guys and girls has any one of you encountered an issue when trying to edit attachments that are larger than 28 MB? I have a process where a detailed picture document ation is provided using wordfiles which can get very large very quickly. Today for the first time ever i have encountered an error saying "Attachments larger than 28 MB cannot be edited". Has anyone an idea how to get around this (...)
(...) Name , ATT_Name as Category I'm not using these option very often but each time I'm looking at the names in the info icon and get confused. My suggestion would be to add alias and update the document ation, so that only the alias would be used. "ElementName" would get the alias "Subfolder" "Category" would be "Filename". This way: - We won't break the old SQL statements - There's no need t (...)
(...) Hi, I propose to reduce the document ation section by half, and enlarge the bottom sections on rules . Regards.
(...) Dear Community, I'm trying to connect with REST API to SAP API. According to SAP API document ation this should look like this: POST https://localhost:50000/b1s/v1/Login { "CompanyDB": "SBODEMOUS", "Password": "1234", "UserName": "manager" } In response I receive receive 2 HTTP Cookie items (B1SESSION and ROUTEID) that I have to submit with every REST API call to SAP API. The (...)
(...) between tab panels, JS is not working anymore. On page loading/Refresh, it is fine. Do you have any tips? Thank you. let itemList = #{BRP:151}#; setTimeout(() => { var itemListElement = document .getElementById(itemList.fld + "_" + itemList.id); if (itemListElement) { const provenientaElement = itemListElement.querySelector('th[data-key="#{SFLD:512}#_#{DCN:512}#"]'); if (provenie (...)
(...) ossibility to apply filters, search in specific fields or apply a full text search. Basically all the things we can do within a report on the portal To achieve this, we currently have to use the undocument ed internal api, that reports use when we apply filters and search for elements. This works perfectly so far, but it would be much better to have this functionality also within the public api.
(...) How does showing data place marked in a screen? It's not explained anywhere in the document ation.
(...) Hello, I need to look through xx document s one by one. I think that a very interesting solution would be a report that would allow you to jump element by element. For example, I have 100 document s to review and I don't have to go to each one individually, but move through the pages of a book in the report. Same think as is done on history element its possible jumping one by one change. Or Mebay i (...)
(...) ultiple instances( update fields of different instances ) but I have not figured out how to get instance by a number. I have list of instance ids. RunCustomActionParams args, args.Context.Currentdocument contains GetFieldValue method but does not contain any method GetInstanceById
(...) AAD. In this instance of WEBCON BPS, we’re using Azure Active Directory for both authentication and user list synchronization. Our goal is to manage AAD directly from WEBCON BPS. According to the document ation, we need to enable Active Directory Actions Configuration. However, regardless of how we enter the user credentials, we encounter the following error: “You have entered invalid user credentials (...)
(...) y. According to BPS, everything went smoothly—the package was implemented successfully, and the add-in functions correctly when the user proceeds through the path. However, the issue arises when the document follows a path triggered by a global action. In this case, the add-in generates the following error: Could not load file or assembly 'Experimental.System.Messaging, Version=1.1.0.0, Culture=neutr (...)
(...) be any margins imposed on the control (1). My only idea right now is to remove the class which causes this via JavaScript in the HTML field, so that it is aligned with the other controls (2). document .getElementById("SEL_HTML_#{WFCON:7009}#").querySelector(".grid-template__panel .upsidePanel__content").classList.remove("upsidePanel__content") or with CSS: #SEL_HTML_#{WFCON:7009}# .upsidePa (...)
(...) Hi, maybe I've missed something in the document ation, https://docs.webcon.com/search?q=SOLR but it would be a great option to exclude processes or form types from the search index. Processes I would like to exclude most of the time: - Dictionaries - document template - Technical / helper workflows There are even cases, where it would be great if a workflow instance of a specific form type (...)
(...) Hi, Is it possible to Use a http request to pull data from an API and map those retrieved data to populate a Word document Template.docx? For context the retrieved data is in table format. I would appreciate it if the steps on how to do this is provided. Thanks and Regards,
(...) which would have parameters for - field name - parent HTML element - label HTML element. If this is the customer DOM The function would be called like this CreateField("AttChoose1",document .getElementById("myCustomFieldContainer"),document .getElementById("myCustomFieldLabelContainer") and it would create the minimal elements required for the field to be working inside the container (...)
(...) nts. Usually sensitive data included on the form is also in attachments. Apart from this functionality, it would be useful to be able to define permissions for individual attachments separate from document permissions, with the possibility of inheriting them from document permissions (as is currently).
(...) (including a new workflow) in DEV environment and now I want to do the update in PROD by importing an application, but I'm getting errors. There are no active tasks in step 3091, but there are some document s in step 3090, because it's a final step. Also I didn't do any changes in these two steps. Does somebody have any ideas on what's wrong?
(...) Hello, as descriped on the developer document ation 'Package overview' page, I've tried to include different DLLs (in particular 'System.Data.Odbc') for service and protal taken from seperate projects' output (targeting .NET Framwork / .NET 8). But the DLLs are never packed within the generated plugin package zip-file. -> https://developer.webcon.com/docs/package-overview -> https://developer.webcon.c (...)
(...) BCON for more than 2 years now, including the OCR AI engine. I must frankly say that I’m more than disappointed with the OCR results. I’m aware that it strongly depends on the quality of the incoming document s, but the AI buzzword increased my expectations. Now, with the complaining part done, I’m looking for a solution to the issue. The idea is to use an external AI API, like ChatGPT or other provider (...)
(...) Is there a way to show a message box for the user using the SDK that will not be saved in the document history? Only pop up in a document . Or is there a way to modify a specific attribute in the document history (something like the WEBCON GDPR action does)?