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

search results

for document

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

(...) n.WorkFlow.Studio.Logic.Managers.StepsManager.GetSteps(StepsCollection steps, Int32 workFlowID, ICacheStore cacheStore) w WebCon.WorkFlow.Studio.Logic.Managers.WorkFlowsManager.FillWorkFlowEntity(document WorkFlowsCollection collection, WorkFlow dalEntity, WFStepForm defaultForm, WFStepForm mobileForm, ICacheStore cacheStore, Dictionary`2 stats) w WebCon.WorkFlow.Studio.Logic.Managers.WorkFlowsMana (...)

(...) ve disabled the attachment panel (they can't see all attachments) or for those who do not have permission to access attachments. However, I need to allow them to download a specific attachment from a document . I know I can use this URL(for those who have only disabled attachments panel) /api/nav/db/1/attachments//download, but I would prefer a solution based on the SDK. Could you give me some hints?

(...) the attachment when WebCon has finished processing actions, but this is very error prone and error handling is not possible within the action. 2) Create a static “technical” instance and upload the document there. After that I can move the document to the current instance with the help of an “add attachment” action. Is there a better solution for adding an attachment within a PowerShell-action? Wh (...)

(...) .WorkFlow.Studio.Logic.Managers.StepsManager.GetSteps(StepsCollection steps, Int32 workFlowID, ICacheStore cacheStore) at WebCon.WorkFlow.Studio.Logic.Managers.WorkFlowsManager.FillWorkFlowEntity(document WorkFlowsCollection collection, WorkFlow dalEntity, WFStepForm defaultForm, WFStepForm mobileForm, ICacheStore cacheStore, Dictionary`2 stats) at WebCon.WorkFlow.Studio.Logic.Managers.WorkFlowsMan (...)

(...) REST API and working with it, perhaps it is possible to introduce support for batch processing. I think it could help and speed up the work with field updates in many elements. https://www.odata.org/document ation/odata-version-3-0/batch-processing/

(...) llerPdfBytes = await pollerPdf.save(); const blob = new Blob([pollerPdfBytes], { type: 'application/pdf' }); const url = URL.createObjectURL(blob); const link = document .createElement('a'); link.href = url; link.download = 'poller.pdf'; link.click(); URL.revokeObjectURL(url); }); This works perfect (...)

(...) behavior as good as I can but I don't have any explanation for it. Maybe someone else does and has an idea how I can track the 'culprit' / improve the behavior. We have an item list with related document s. This item list has a data row column which outputs an HTML fragment for the current row to trigger a rename function. select ' ' AS Rename The only variable is the user language, ther (...)

(...) Hi, Everyone! On the WEBCON form (ver. 2025), I would like to display a simple external website for the user. There is no need to save this information in the document . I used Custom control (External) for this purpose. After entering the URL in the attribute properties, the page displays, but I have no idea how to change the size of the control. It is best to change it dynamically depending on the cont (...)

(...) same path. I found information on the log "Number of replaced rows: 0' after start process by REST API. When I use web to start process, action update item list values works fine. When I edit a document created by REST API , action also works fine. Best Regards Tomasz

(...) orts with the original reports (sorting implemented before upgrade). Although the menu is not visible, the saved condition still functions. However, this is only a short-term fix. We checked the document ation (https://docs.webcon.com/docs/2024R1/Portal/Reports/#id_7), but it appears to contain outdated screenshots. In version 2024.1.1.187, the tab previously labeled "Columns available in reports" (...)

(...) Hi, I need to place a picture in a word template document . The picture is obtained during each instance process as a canvas export, base64 string. I can't find a suitable way to include the custom picture in a word template. I'd stay to word template, not changing to HTML. Thanks for your help, Mihail

(...) Hi, we can display the first attachment on page load. Unfortunately, this only works if the attachment is not displayed as a popup. Even if the document ation is updated to mention this different behavior. I find it counter intuitive that this should be a different Instead of changing the current way, I would prefer a form rule which can be used to display an attachment in the preview. This way (...)