I already asked a similar question regarding a signature field. I updated the Word template because old references broke it apparently, then and then it worked. I now have a multi-line advanced text field with settings and editor. I tried to add in word as rich text field control with and without Business rule / only text field value. Should I try to create the word again until it works ? Or is it just not possible to take the format of the text over into the word-file? Best regards (...)
Question for Webcon Team Webcon BPS use .Net Aspose. SDK created by Webcon team / webcon actions like word to pdf also using Aspose library. SDK are executed by webcon. Could I use existing license If I want to create a new SDK with Aspose.
Hi everyone, In my scenario, the user uploads an Excel file with multiple sheets. Each sheet has the same structure but contains different data. I need to create an SDK plugin that processes the file and adds entries to an item list, using the sheet name as a reference. Has anyone dealt with a similar case or can suggest the best approach/methods to handle this? Best regards!
I have the issue that I selected and added a handwritten signature in a document template. But he saves me the HTML-Code and the picture. How can I remove the HTML-code or prevent it from being generated because it is 3-Sites of autogenerated data-tag. I only added the field in general from the webcon plugin. Webcon Version is the newest one!
Hi all, I have several questions regarding WEBCON BPS capabilities and best practices: Is it possible to create printouts (printable documents / reports) that use values from form fields (e.g., Date from, Date to, Choice fields, Text fields) and generate a printable confirmation for the user? Does WEBCON BPS have a built-in task scheduler / job scheduler (harmonogram zadań)? What are plugin packages mainly used for, considering that many business rules and logic can already be config (...)
Hi all, I have a question regarding the WFElements table and using Item list as a data source. I have an Item list that displays customers using a SELECT query from WFElements. I can see the Add button on the Item list and I can add rows on the UI. My question is: Is it actually possible to add new customers using the Item list and then persist them to WFElements (or another table) so that they appear again when opening a new workflow instance? For example: I want to add a new cus (...)
Hi everybody, Is it possible to bypass temporary_key.snk and load the plugin without strong-name signing? Or is strong-name signing mandatory and cannot be skipped? Best regards,
Hi, I have a process that works with invoices. Each invoice contains a variable number of line items (name, price, VAT, etc.). Using an SDK, I’m retrieving these invoices from an API. Since the number of invoices and the number of line items per invoice can vary, how should I configure the SDK so that each line item is correctly mapped to a item list in the process? Is there a specific mapping method for handling a dynamic number of invoice items? Thanks!
Hi, Do you have any ideas about possibilities to extend functionality in public forms and allow sending attachments? Has anyone already tried doing this and confirmed that it’s possible? https://community.webcon.com/posts/post/application-and-configuration-of-public-forms/529/4 Best Regards
Hi everyone, did anyone reuse an existing connection a plugin using the ConfigEditableConnectionID attribute? When I searched for the attribute name I only found references to the automatically generated documentation. In my case I wanted to reuse a REST connection or more specific, the authentication. Best regards, Daniel
Hi, I’ve migrated the SDK from Webcon 2022 to Webcon 2025 R2. During execution, I’m getting the following error: System.PlatformNotSupportedException: This operation is not supported on .NET Standard, as Reflection.Emit is not available. The SDK connects to a SOAP endpoint. The client responsible for establishing the connection is located in a separate library(net standard 2.0). The BPS extension is also implemented in .NET Standard 2.0. How to fix this?
Hi, Could you clarify what changes were made to the SDK licenses in WEBCON 2024 and 2025? I don’t fully understand the modifications and would like to know if I need to take any additional steps regarding the license or key to sign plugins. If I’m currently using an SDK plugin developed by our in-house development team, does that mean I might not have an SDK license? Or do I need to do something with the signing key? I’m a bit confused. For context, we have a perpetual license - webcon 2022 O (...)
Hi, If I would like to add Custom Action then I should have one free license of WEBCON BPS SDK Freamwork? WEBCON BPS SDK Freamwork shows us how many plugin packages we can install?
Sometimes I get the Microsoft Login screen (we use M365 OAuth) in the Outlook-Plugin. But only on the tab "Form fields". Tab Attachments and Information are working and displaying the information of the current BPS object. If I restart Outlook all is working again as expected. After a restart it works for 2-3 BPS mails, but then it stops working.
Hi, I discovered the following problem today: If MailApproval is activated while the Outlook add-in is also active, then MailApproval does not work. Message: Operation on element: AP-20250311-00022 failed. Error: The element has been checked out by user: xyz@example.com, start time: 3/11/2025 9:09 AM. Even if the orginal mail about a new task is immediatly closed, the error on path transition is occuring. Only if I delete the mail immediatly, MailApproval is working correct. Once the (...)
Hello! I installed the WEBCON Word Classic add-in on my test-pc/test-account, running Microsoft Office 365. All is working as expected. If I click on User-Settings in the WEBCON-Tab, I can enter the portal URL and it connects perfect. However, with my production pc/account I can install the add-in also, it also shows up in the Word Ribbon-band, but none of the buttons are working (they are "active", but a click on it does nothing). Only the License Button is working. I did already some (...)
Hi, I try to use this article, but it does not works anymore. https://kb.webcon.pl/przyklady-uzycia-rest-api/ I try to generate a token base on this instruction https://developer.webcon.com/docs/2024.1/api-registration-and-authentication#get-access-token in Postman to api/oauth2/token , example: { "grant_type": "client_credentials", "client_id": "XXX", "client_secret": "XXX", "scope": "HighTrust.Elements.ReadWrite.XXX } I recived error: { "error": "invalid_request (...)
We are having customer who would like to apply annotations to Pdf files. When trying to edit a pdf file in WEBCON BPS the "IT Hit Edit Doc Opener 5" is being downloaded which I installed. Edge tells me that the add-in is installed and on my computer it seems to be installed too. As far as I understand, this add-on should allow to edit pdfs However, when i'm trying to edit a pdf document, the "IT Hit Edit Doc Opener 5" is downloaded again. Has anyone experience in editing pdf's in WEBCON (...)
Hi, I did the upgrade from 2022 to 2024. After upgrade, I upgraded the sdk to verison 2024 . When I tested i received the error" One or more errors occurred. (Decimal value was not in a correct format.) Decimal value was not in a correct format. " I tried to send the value in different format 122.23 or 122,23 but I received the same error. I changed the type field to a single line of text and it works. What format do I need to send from the sdk to the field for it to work? Than (...)
Hi, Is there a way to configure the SDK so the option: "Auto logs level" will not be applied to a specific SDK, or is there a way to turn off all logging completely for a specific SDK?