WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Top rated > 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?

Hello webcon Community, currently I'm working on a process design which includes the automatic report generation from webcon as a PDF file. Additionally the process does always comes with an user-attached PDF file. My goal now is to merge/combine both files together into one final PDF for storage. Searching online i only found this source related to my problem: https://community.webcon.com/posts/post/sdk-actions/143 ..which briefly states "Merging several PDFs into one" could be poss (...)

Hi everyone, i locally installed the Outlook Plugin according to the manual. When adding an Email to a Workflow instance, i get an error "Insufficient attachment permissions" (see screenshot). I have to admit, that i used the Edge browser instead of Internet Explorer to install the add-in. What could i do to fix this? Thanks for considering my request, Christian

MVP

Who runs 2021.1.2.136 and wants to help me testing "report subscriptions"? I'm currently evaluating an option to "subscribe" to reports/view. My aim is that the user will be able to select a schedule, define a report and receive this report by mail. This is currently in an alpha state. The business rule seems to work well but the BPS application is just in a proof of concept state. Maybe there's someone who can help me test the SDK/identify some issues. Fingers crossed, I'm going on vacation (...)

MVP

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

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

Hello Everyone I have to change sdk Custom Action class (not my code) from version 2019 to 2021. In old CustomAction was used HostingEnvironment.Impersonate() and I have also used this in 2021 version, but it generates error: Method not found: 'WebCon.WorkFlow.SDK.Documents.Model.Base.ReadOnlyEntitiesCollection`1 WebCon.WorkFlow.SDK.Documents.Model.NewDocumentData.get_TextFields()'. System.MissingMethodException at WebCon.SRC.CustomActions.ADEmployeeSID.Run(RunCustomActionParams args) (...)

Hello, I am in the process of standardizing our plugin packages. I would like to put all plugins on a common basis in order to be able to reuse functions such as custom logging methods in each plugin package without copying source code. I have often used nested plugin and configuration classes within a plugin package project. This works without any problems. Example: *** shared project / solution *** Base plugin class: public abstract class MyCustomActionBase<TConfig> : CustomA (...)

Hello Community, We have problems with the different runtime environments of the WBCON Workflow Service (under .NET Framework) and the WEBCON BPS Portal (under .NET Core) and System.Data.ODBC. I have developed an SDK plugin that integrates the NuGet package System.Data.ODBC to access ODBC data sources. The target runtime environment of the plugin package is .NET Standard 2.0, so that the plugins can be executed both in the service and portal. Without the integration of System.Data.ODBC (...)

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.Model.Common.WorkFlowException: Plugin 13 load error.: Object reference not set to an instance of (...)

Hello Durning installation of the Webcon BPS for Microsoft Outlook Addin 2021.1.4.195 plugin and opening Outlook, the error "Access denied to the path c:\Users\xxx\Appdata\local\Temp\Deployment\A3Y823NQ.KMT\9J59YY7H.WXE\sk" appears when loading the plugin. \Webcon.Workflow.Outlook2010.resource.dll" (I'm attaching a screenshot). Massive deployment from sccm . Command line : Execute-MSI -Action Install -Path "v100.msi" -Transform "v100.mst" -Parameters "WorkFlowUrl=`"$envProgramData\Webcon2\Web (...)

Hello, how to bypass requirement with required field using Rest API. Even admin mode does not disable this requirement.

Changing the RestAPI mode to "admin" should allow you to update fields, including readonly. The documentation however mentions the requirement of "admin permissions" How to add requires admin permissions?. Below are excerpts from the RestAPI documentation mode -Enum: "standard" "ignoreReadonly" "admin" Optional mode parameter that specifies validation behavior. When empty or standard, all fields will be validated. When set ignoreReadonly, readonly fields won't be set but no error will be (...)

Hi there. Trying to familiarize myself with the for each action. I have an item list an I want a business rule to evaluate the value for each row of a certain column (choice field) an execute an action for it. Unfortunately, as soon as I have more than one row in the item list, the BR evaluation will fail as it attempts to test against all the row values for the specified column. My BR uses: IF[GET IDs[SELECT VALUES[Item list | Column]]] = [Choice field id] I guess there must be (...)

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

MVP

Hi everyone, there's something I really don't understand. I'm currently using BPSExt-Signing-DocuSign extension https://github.com/WEBCON-BPS/BPSExt-Signing-DocuSign/releases/tag/2022.1 When I clone the branch and build it, the build folder contains another (older) "System.ComponentModel.Annotations.dll" assembly than the release. The reason for this is, that the plugin action CheckAllDocumentsStatus, which should be run in a cyclical action, fails due to an exception Could not load (...)

Hi community! Is anyone trying to write your own SDK based on Webcon 2022 Exstensions on MacOS? I wanted to try on my private macbook but when i downloaded extension, it appeard in .vsix format. It turned out that Visual studio can't read this format of file. I downloaded this from official Microsoft marketplace. I can't find it inside VS marketplace in 'extension for download' after launch application. On Windows everything goes fine. I know about VS Code but I'm searching information for Vi (...)

MVP

We are having a document template with check boxes which should be checked/unchecked based on form field values. Does anyone have experience how to achieve this? I've been trying the approach of using wingdings 2 which basically worked but failed during the conversion to pdf.

Hi, In several machines in my enviroment I get an error - Outlook turns of the webcon addin, because is slows down loading of the app. Is this normal, do you encounter the same problem? Even though Microsoft shows how to override the Outlook decision, I don't have this option in the addins dialog. I'm personally using Outlook 2016, is this too old for the addin to work?