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

Plugins

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.

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

Hi, I tried to work with Webcon API on the trial but only what I retrieve is empty list of tasks. I successfully authenticate by app client context and receive token which I used to read tasks. I cannot register by user context and I cannot read other data from Webcon. Is it a standard behavior for trial or is there something I missed?

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 can I achieve this multilanguage display in the report?

Czy jest mozliwosc integracji Webcona ze Slackiem? Dodatkowo, czy planujecie wdrozyc powiadomienia push na przegladarkach? Dziekuje :)

MVP

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(Configuration.informationNecessary.GropuName.Split('#')[0], Configuration.informationNecessary.GropuName.Spli (...)

Hi, so there is a new version of Autenti plugin, also working with Webcon 2023. There are new configuration fields/options: Signature Type (Required) SMS authentication Unlock document by SMS Is there ANY documentation regarding options for those fields? Experimenting, I discover that Signature Type must be numeric, and: 0 means Autenti signature 1 means qualified electronic signature SMS authentication and Unlock document by SMS are impossible for me to configure, what e (...)

MVP

Hi, does someone of you use a FormFieldExtensionJS for a multiline text field? We used this one to store a JSON as a string and in 2023.1.3 the plugin no longer works. I haven't checked the WEBCON BPS JS code in 2023.1.2 but in the new version: 1. the change function in the plugin triggers controller.change 2. this calls validateCCValueModel 3. Since the hasCustomModel is undefined 4. The default validation is applied and this validation fails. In the "past" I returned a string an (...)

Hey, we are looking to introduce possibility of Digital signature in WEBCON. I have found information that Certificate X.509 and DocuSign are support. However our business wants to use PandaDoc, do you know if it is supported? I cannot find any information about it. Kind regards, Jan

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