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

search results

for SDK

(...) Applies to version 2019.3.x.; author: Kinga Bożęcka   In WEBCON BPS there is the ability of creating a dedicated SDK plugin. For example, these can be dedicated plugins: Converting  PDF to jpg/jpeg/png format Merging several PDFs into one Generating Excel based on the SQL query Creating/deleting SharePoint groups based on the query Changing the form type Settlement of (...)

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

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

(...) WEBCON BPS reporting offers great functionality for sorting, filtering. It would great having the option to implement and configure a SDK extension for reports, which would allow to execute an action based on the current selection. In my case the SDK extension would receive the selected rows with all fields and generate an advanced Pdf report. Like configuring the mass action, there should be an op (...)

(...) . When I go over the ConfigEditableItemList I get the message: "The class with the item list configuration must implement: IConfigEditableItemList". I implemented an example but when I upload the SDK into Webcon I get an error that there is the implementations missing and I can see nothing from the SDK . Has someone experience with the ConfigEditableItemList and can give me a better example? (...)

(...) I try to read/load in an xml-file in the Webcon application about the attachment section. Then I build myself a choice picker, where I can chose the selected file. After that I want to run an SDK action, where I get the data from my xml-file. In my code I implemented something but the file path is static at the moment and compares the file names. Normally every read in file gets an ID in the (...)

(...) xternal system as a list. I would like to return that list to ItemsList in my workflow. I have code like this: [ConfigEditableFormFieldID(DisplayName = "Pozycje nagłówka ", FormFieldTypes = WorkFlow.SDK .Objects.Enums.FormFieldTypes.ItemsList)] public List Lista_Poz { get; set; } public class Nagl_OT { [ConfigEditableFormFieldID(DisplayName = "Numer SAT", FormFieldTypes = WorkFlow.SDK .Objec (...)

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

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

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

(...) 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: "er (...)

(...) Hello, I tried to use "ConfigEditableDropDownList" for input parameters and it will return List object I uploaded the project SDK but not working. How to configure the type parameter ConfigEditableDropDownList? Best regards, Raluca Lupu

(...) , Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.ReflectionOnlyLoad(String assemblyString) at WebCon.WorkFlow.Studio.Forms.ModuleSDK .AssemblyNameLoader.MyReflectionOnlyResolveEventHandler(Object sender, ResolveEventArgs args) at System.AppDomain.OnReflectionOnlyAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFull (...)

(...) Hi everyone, does anyone have a good solution for retrieving names/translations of objects within a SDK action? Example: We have the step id: args.Context.CurrentDocument.StepID How do I get the (translated) step name? Is there some option inside the SDK ? I haven't found one, so I'm thinking about passing ids/translations via the PluginConfiguration. I just thought about querying a data source. Ma (...)

(...) ebserviceException ------------------------------------------------------- A WEBCON BPS Portal error has occured. ------------------------------------------------------- Message: WebCon.WorkFlow.SDK .ConfigAttributes.ConfigEditableTranslation ------------------------------------------------------- Error details in logs, Guid: 18c4c6c0-194b-4000-a544-2254a55ec11e .. at WebCon.WorkFlow.Stud (...)

(...) Hi, Does any of you know how the API key should be entered in the SDK action in the "Integration key" field? On the autenti platform, I generated the ID and key, but entering the same key in the integration key does not work and I get the error: 401 Unauthorized. Best regards, Jakub

(...) n C#, but what I would like to know and I've never found a working solution until today: How to show line numbers in stack traces of C# SKD plugins? For example, when printing the stack trace to the SDK log? Thank you! Marco

(...) Hi all! I am getting a strange warning when deploying a second SDK plugin package to customer environment (see screenshot). The background information is: Both SDK plugins need System.Text.JSON namespace for serializing / deserializing JSON objects, which requires a bunch of satellite assemblies to be packaged also. These assemblies are added to each package with a custom Powershell script a (...)

(...) Hi everyone, I'm trying to integrate Autenti platform via SDK plugin. I have add REST connection and try to invoike APIv2 SendingDocumentAction. Unfortunately all I got was the following error message. I have noticed however, that the 'Signature type' field is missing from the action configuration screen. Did any of you come across similar issue? How can it be resolved? Any tips much appreciate (...)

(...) Hi, I have a problem with SDK Custom Action. I created a new action for Webcon2022 I added all assemblies to zip and when I want to execute the action in the response I see . Error code: 100 Could not load file or assembly 'Azure.Core, Version=1.25.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8' The version is not correct because in my solution I used 1.28.0.0