WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Tomasz Batko > Forum messages

Tomasz Batko

WEBCON

Hi We will analyze it. Is this just part of the FormFieldExtensionJS UI or do you have some business logic as well? If you have logic, are you using your own TValue model: FormFieldExtension?

Hi This error is caused by a related error when instantiating the plugin (should be in EventLog): Could not load file or assembly 'Microsoft.IdentityModel.JsonWebTokens, Version=6.12.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Loading WebTokens.dll error is r

Reading headers from the response is possible by mapping parameters in the form H:headerParamName

Hi Daniel, In the next version of the BPS 2023 added the ability for form fields in Read-only (editable by JavaScript) mode to be edited through the API - endpoints get /elements and get /formlayout can now differentiate and return the two types of Read-only. Bast regards Tom

Split PDF based on barcode
03.03.2023 07:16

Hello The suggested way of using Aspose.Pdf to split the code should work. Additionally, you can use Aspose.BarCode to find barcodes in a document. However, please note that Aspose components are licensed and cannot be used without an appropriate license from Apose!

Hello Daniel We reproduced the reported problem. The error is due to an incorrectly created nuget package for DocuSing: - The file docusing.esign.dll (version 5.9.0) was built with a reference to System.ComponentModel.Annotations.dll version 4.2.0 - The DocuSing nuget package in version 5.9 h

Hello I am not sure what business case you are trying to do this in WEBCON BPS. But the correct query for json is below: SELECT [status] ,codigoClient ,id ,fechaprimerpago ,valor as cuota_valor FROM OPENJSON(@json) with([status] varchar(50) '$.status' ,codigoClient varchar(50) '$.V

Hi Bartek The value of choice fields always requires an ID value in the REST API. This is because only the ID column is unique - this ensures an unambiguous match of the passed value. If the value of the field is 3#USD,you can put it in two ways - set value: "3" - then the id will be verifie

Invoke Soap Service
21.03.2022 07:54

Hi If you are asking about calling SOAP web service in the standard BPS action the details of the error can be found in the history of the item instance (in administrator mode) or in WEBCON BPS Designer Studio: https://community.webcon.com/posts/post/wfactionexecutions-table-description/72 Th

Location of SDK Logs
26.03.2021 16:08

Hi There are three options for logging data in BPS. The first one is properties args.Message and args.LogMessage - they are only available for CustomAction. The data is available in the history of the workflow instance (LogMessage only in amin mode) The second option is args.Context.Logger (Appen

Hello The described behavior is a reported bug and will be implemented in the next 2021.1.2 release. It should be published this month.