(...) Hello, I'm trying to update (preferred) or add a new attachment from a custom SDK action but have been unable to do so. The action reads the contents of a word attachment and makes changes to the content and should then update the attachment. Reading the attachment works fine but updating or adding a new one does not seem to work. Is there any complete and working sample code for updatin (...)
(...) Hello, please update Autenti SDK for Webcon 2023. Latest release https://github.com/WEBCON-BPS/BPSExt-Signing-Autenti/releases/tag/2022.1 is not working anymore. Best regards, Marcin
(...) Hi there I implemented the docusign SDK and transferring docs to sign works like a breeze. BUT: checking if sent enevlopes are signed and then sending the workflow along the specified path is simply not working. I followed the docs according to this: https://community.webcon.com/posts/post/docusign-digital-signatures-in-webcon-bps/36 I do get the following error(s): WebCon.WorkFlow.M (...)
(...) Hi, It would be useful if we could configure the SDK with values from local parameters. Sometimes we need to send a specific value, for example: a value from an item list or a calculated value, and it is easier and more efficient to save the value in local parameters from an automation rather than saving the value in a physical field. (Usually, these values are needed temporarily and it is not (...)
Hi, at the moment we have to decide whether we want to send a standard or custom notification (mail). While some users receive only a few mails this way, other receive to many and want to receive only a summary on a scheduled interval. While we can and have implement a configuration for an application on process level this is still limited and makes the automations less readable while the opt
(...) Hi, Do someone know how can to create an attachment instances with content and filegroup for send in specific instances? I need for version SDK 2023 I attached the cod fromversion 2022. NewAttachmentData newAttachmentData = new NewAttachmentData(args.Context,Configuration.informationNecessary.FileName, fileMerge_Necorupt); newAttachmentData.FileGroup = new AttachmentsGroup(Configuratio (...)
(...) Hello all I have one problem with configuration SharePoint Site Colletion. I installed on server SDK (https://www.microsoft.com/en-us/download/details.aspx?id=51679) but even after installation this library I'm not able to connect to SP. Did you have simmilar problem and anyone know how to fix it? Thank you very much in advance.
(...) I have created a simple SDK Plugin that includes one input field. In the database, the field's value is saved in the format "24#24 Months$$de-DE$$24 Monate", and it is displayed in the report exactly as "24#24 Months$$de-DE$$24 Monate". My goal is to display this value in the report as "24 Months" when the user's language is English, and as "24 Monate" when the user's language is German. How ca (...)
(...) I am trying to create Webcon SDK Plugin that will update multiple 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
(...) Good morning, After updating BPS to version 2023.1.3.240, we encountered an issue in our production environment. The problem concerns an SDK add-in that enables sending XML data to MSMQ queues. We needed to update this add-in because, starting with version 2023, the methods were changed to asynchronous. The add-in relies on an external DLL file, Experimental.System.Messaging. To include this (...)
(...) Hi, I have a problem with 2024.1.1.114 and SDK execution. I created an SDK to connect to the SAP and download data from the chosen contractor. The SDK was working from version 2022 to 2023 with some updates to c# code - after updating Webcon and SDK to 2024 i received the error: ERROR -> Plugin changed transaction nesting count. Please contact administrator. Interestingly, when I connect (...)
(...) HI, How to monitor the moment of typing characters into an attribute using the SDK . I would like to, for example, call an API after typing 3 characters and save the retrieved values to another attribute.
(...) Whitepaper Business overview of features introduced in WEBCON BPS 2019 Upgrading to version 2019 Article - How to update your environment from WEBCON BPS 2017 to 2019 SDK Migration 2019.1 The following document contains a list of changes in WEBCON BPS 2019.1 SDK and API when compared to version 2017.1. SDK Migration 2019.1.3 The following document (...)
(...) pplies to version: 2020.1.x and above; author: Franciszek Sakławski Introduction In WEBCON BPS version 2020, the support for digital signatures has been enhanced by preparing plugins (SDK – Software development kit) that enable digital signing of documents. Four plugins have been prepared that allow for integration with external digital signature providers: AdobeSign (...)
(...) ocument via appropriate action personal signature applied by the user directly on the form From version 2020, the ability to make the electronic signatures in WEBCON BPS has been enhanced with SDK – dedicated plugins enabling integration with the electronic signature providers: AdobeSign Autenti DocuSign Skribble Thanks to the integration with these solutions, not only c (...)
(...) ies to version: 2020.1.x and above; author: Miłosz Różycki Introduction In WEBCON BPS version 2020, the support for digital signatures has been enhanced by preparing plugins (SDK – Software development kit) that enable digital signing of documents. Four plugins have been prepared that allow for integration with external digital signature providers: AdobeSign (...)
(...) Applies to version: 2020.1.x and above; author: Mateusz Klos Introduction In WEBCON BPS version 2020, the support for digital signatures has been enhanced by preparing plugins (SDK – Software development kit) that enable digital signing of documents. Four plugins have been prepared that allow for integration with external digital signature providers: AdobeSign Au (...)
(...) No limit Chart No limit Google map 3 Gantt chart 2 Vacation schedule 1 Vacations summary 1 User control (SDK ) No limit Item list No limit * Survey fields share limits with other types of form fields because they are only a representation of these types of form fields. If ther (...)
(...) Call API also started the “Run subworkflow (SQL)” action which has been configured in the first example of starting workflow methods. A detailed description of REST API and WEBCON BPS SDK can be found at https://developer.webcon.com/resources/.