I was only able to send one parameter as multipart/form-data—two or more cause a failure, but I need to send more. Works: In JSON part header: Content-Type: multipart/form-data Content-Disposition: form-data; name="Action" In JSON part: ActionName Doesn't: In JSON part header: Con
Hi, I need to send data as "multipart/form-data" I am trying to configure the Request Body tab of the "Invoke REST Web Service" action. I set the Body Type as "multipart" and the JSON part header as "Content-Type: multipart/form-data" How should the value for the JSON part field be formatted? S
Thanks. Good to know.
I do not have the expiration date. E.g, on the dev environment, I have these licenses:
Hi, Could you clarify what changes were made to the SDK licenses in WEBCON 2024 and 2025? I don’t fully understand the modifications and would like to know if I need to take any additional steps regarding the license or key to sign plugins. If I’m currently using an SDK plugin developed by our in-ho
Hi, Is there a way to configure the SDK so the option: "Auto logs level" will not be applied to a specific SDK, or is there a way to turn off all logging completely for a specific SDK?
Hi, Unfortunately, I cannot use PowerShell on the application server in the context of the WEBCON service account.
Hi, I am looking for a solution to download a file from attachments by ID for users who have disabled the attachment panel (they can't see all attachments) or for those who do not have permission to access attachments. However, I need to allow them to download a specific attachment from a document.
Hi, I have created two custom business rules for encryption and decryption of an attribute value (AES encryption). I do not want to store an unencrypted value in the attribute, so I figured I could display the decrypted value in a popup window. I thought I could create a nice popup like the Webcon v
That is what I was looking for. Thanks.
Hi, what could this error mean? Webcon 2022. Today I have seen a lot of these kinds of warnings. MyGeneration.doodads category: exception role: UserSynchronization System.Exception: Multiple concurrent database operations on the same TransactionInstance object are not supported
Hi, I have another case. Custom SDK can be run in standard mode, pending in transaction, and pending after transaction. How can I set one of these modes manually?
Unfortunately, I have not found a way to successfully use the built-in SOAP integration, so I have created an SDK Thanks.
Hi, I have a question about this option in the Visibility configuration of the attribute. 1. I wonder why this option is always grayed out. What does it mean - is it always on or off? Is the SOLR always indexing this attribute regardless of what visibility is set? https://docs.webcon.com/docs/
Hi, can you share some example code for those types of plugins?
Thanks.
I have the same problem.(bps tools 2022-2025) So, how can we publish an extension package without the WEBCON BPS SDK Tools?
I think I can use a selection attribute to search in the API data source, but is there a way to grab only the values that were selected in this attribute and save all records returned from the data source that meet the search keywords into an item list? The data source will surely return more than o
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.