WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Plugins

Plugins

Hi, I tried to implement the Docusign SDK according to the KB Article (https://community.webcon.com/posts/post/docusign-digital-signatures-in-webcon-bps/36) but cannot get it to work. When i want to send the Process to the Signature Step i get an error from the Docusign API which i can't figure out. "Error while requesting server, received a non successful HTTP code Completed with response Body: "error":"invalid_grant","error_description":"no_valid_keys_or_signatures"}" I'm guessing that i am (...)

Hello, Our client can't give the type of acces needed to the user in order to install the Outlook Plug-In from the browser platform. Is there a way to install the plug-in manually? I saw that for the Word Plug-In there is an executable file, but i couldn't find such a file for the Outlook Plug-in. Is only found a .vsto file. Thank you in advance! George

MVP

Hi, I am trying to use WebDav in order to edit other types of documents (Others than office apps). I have installed the server side plugin and the client side plugins, but I have no idea how to enable any sort of edit button in WEBCON that would trigger the WebDav App. I have tried the demo in this website: https://www.webdavserver.com/ and works, but that only confirms that I have the client side plugins installed correctly. Thanks!

MVP

What would be the best method to remove rows from the item list of an instance inside an SDK plugin in order to make use of them in C# code? I tried to remove rows from the item list in the code C# (SDK plugin ) using function : WebCon.WorkFlow.SDK.Documents.Model.ItemsLists.ItemsList.RemoveAt(int index), but can't delete all the rows because I get the error from the image

When creating an SDK action there is an option to use the Logger Class to create logs (https://developer.webcon.com/2021/resources/online-documentation-sdk/html/2c254e06-3ac3-3a82-7c44-dae3d829d1e4.htm) Does anyone know where these logs are located (log file on file system or a specific database table)?

MVP

What would be the best method to get the attachments of an instance inside an SDK plugin in order to make use of them in C# code?

What type should be predefined in the input parameters to read a type field itemlist/enum in a sdk BPS 2020 Exteinsion Logic- BPS Custom Action utilizand ConfigEditableEnum/ ConfigEditableItemList?

MVP

I have the challenge to read form fields of a pdf document and store them in the workflow instance. The idea is, to implement an sdk custom action, where I am able to configure a mapping between the pdf form fields and fields of the workflow instance. The ideal solution is having two columns in a dynamic grid (similar as in the image attached), where i am able to add as many rows as i need. One to define a name of the form field (text) and another to pick from my workflow fields. I found som (...)