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

Plugins

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