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

search results

for document

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

(...) Hello community, We updated to the version 2025 and we miss in Reports configuration – Columns – Default sorting (See picture attached). In the v. 2025 document ation is written: Additionally, you can define up to 3 levels of Default sorting by system or process columns. These settings will be visible as soon as the report is loaded. But we cannot see it.

(...) and EXIF data could be manipulated easily in the photos option. The image form field would need an option to force camera usage when a user uploads a photo without the default options of photo or document libraries. A second option to use front and/or rear camera would be nice too. It’s similar too: New field config combined with scan functionality of WebCon App For web version the HTML input fie (...)

(...) I am trying (without any success) to read data (ie. employee id) from an existing text-based PDF (test pdf created via MS Word). The document ation is explaining the different actions (ie. wait for ocr ai, wait for text-layer), but not how they actually work together or how to use them. Maybe I am completly wrong in trying to use "OCR AI recognition", "Wait for OCR AI" etc..... My goal is: * A conf (...)

(...) Hi, I'm creating an html template to generate a PDF document . However, I don't get the full text every time, just single letters. On the example code from the page: https://docs.webcon.com/docs/2025R1/Studio/Action/Printouts/GenerateHTML/HTMLandPDFTemplate I get the result as attached. Do you have any idea what this could be? 2025.1.1.23

(...) Hello. According to this document ation: https://developer.webcon.com/docs/api-registration-and-authentication, the api/login endpoint is still listed as an option. I see that this refers to version 2025.1. However, I'm using version 2025.2 and the api/login endpoint no longer works. Do you know why? Where is information about this change, I know there is OAuth2 option, I would like to keep it all (...)

(...) Hi all! I am trying out the new user defined API in 2025 R2. I have a client application with application context and added the scope App.UserDefAPI.ReadWrite.All (according to document ation this is necessary to get access to endpoint with automation). In addition the REST API client is application admin, can start new workflows and so on... What I am trying to do is a POST to an automation en (...)

(...) Maybe I'm blind, but where do you set the default dashboard for a site in version 2025.2? The document ation only mentions that "Default application dashboard The so-called default application dashboard is created automatically upon application creation. It includes standard elements such as the Task counter widget, buttons for registering new instances, and the Suggested dashboards and reports and Rec (...)

(...) t have much experience, so I apologize if my question seems dumb (: I added a menu button in the first step that fills a list. It's working fine, but it only becomes visible after I first save the document . How can I make it visible on the form from the very beginning? Thank you!