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

search results

for SDK

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

(...) Hello, yesterday, after installing the current Visual Studio 2022 Update v17.12.x (from v17.11.x), the WEBCON BPS SDK Tools no longer started when trying to open them via 'View -> Other Windows -> WEBCON BPS SDK Tools'. I've got an error message (I don't have a screenshot from this message) with a reference to the ActivityLog.xml file within the VS main program folder. On the ActivityLog.xml (...)

Hello, as descriped on the developer documentation '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.

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

Hi, can you share some example code for those types of plugins?

(...) Hi, I have another case. Custom SDK can be run in standard mode, pending in transaction, and pending after transaction. How can I set one of these modes manually?

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

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

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