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 database but I don't know how to access this data. Has anyone experience with this and kno (...)
I try to implement a ConfigEditableItemList in a custom action in C#-code. 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? Photos from the case are (...)
Hello! Is there anyone who could help me figure out how to call an external REST API from behind a corporate proxy? I manage to successfully call it using Postman application installed on the server where Webcon is installed. However, when the same call is made from Webcon, it doesn't work. I'm using the POST method of the "Invoke REST Web service" action on a menu button. If I enable "Use proxy" in System settings I get the following error: Request Url: https://test.findynamic.com/iris/credit- (...)
In the release notes of WEBCON BPS 2021 the new option of using the openid authentication flow is mentioned. However, i did not find an option to use this authentication when calling Rest API's. https://webcon.com/wp-content/uploads/2020/12/WEBCON-BPS-2021-New-Release-Overview.pdf Did i miss something or is it not yet released?