WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

Nikolaus Schusser

User

Hi Daniel! Powershell looks something like this: $user = '{EGV:63}' $pass = '{EGV:64}' $pair = "$($user):$($pass)" $encodedCreds = [System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes($pair)) $basicAuthValue = "Basic $encodedCreds" $Headers = @{ Authorization =

Hi Maksymilian! Thanks for your answer. I ended up with Powershell (Invoke-WebRequest) and a SDK action, which fetches the downloaded file from filesystem and adds it as attachment. Works like a charm and was much faster than experimenting with the standard action ;-) Best regards, Nik

Hi all! We are using the action 'Invoke REST Web service' a lot, but there are some limitations I am struggling with. I want to download an Excel file using this action, using an external REST service. My first approach was to store the response body into a multi-line content field. I am al

Hi Karol! Thanks for your answer and your interesting theory ;-) We need to generate Barcodes in Webcon (there is a custom SDK action for this) and store them as images in workflow. DOCX will be converted to PDF. We could switch to HTML, but I think that is a lot of work, to get the same

Hi community! I am struggling with Word Add-In and data tables. The requirement is to show a table of order positions, each position contains an image field with a barcode (which should be shown in table) and some other fields. Is that even possible and if so how? Thanks a lot in advance

Hi all! We upgraded to newest version 2022.1.4.177 In this version the export and import button is missing in UI (Document templates report). Export and import via application does not work either. Am I missing something or is this a bug? Any ideas on how to import document templates

Hi all! I need to convert a dictionary process to a standard process. Before I start to create a complete new process from scratch I want to ask if there is an easier way to get this done. Maybe there is a tool or some script somewhere out there, which gets this done. Thanks a lot in adv

Hi Daniel! Thanks for that, that was the missing link for me :-) At the moment I am seeing no chance at all getting this implemented in a dictionary process without using form values in SQL query. But it works in a normal process workflow (see screenshot attached) with an additional workflo

Hi all! We want to execute a JSON query on a path (actually it is some business rule containing SQL query) and send these results to an external endpoint (REST service). The problem is that the query does not reflect current changes in form, since this happens on save. This should be relate

Thanks for your answer, we already checked .NET core component and we are using no SQL alias. We reset the machine to a snapshot of some days ago and the problem was solved.

Hi all! On our system which is version 2022.1.4.155, all of a sudden this error comes up. We didn't change anything, in the past days everything was working fine. Did anyone have this error before or can lead us into the right direction? Thanks a lot in advance!

REST API & OData queries
01.12.2022 12:36

Hi all! I noticed that OData support has been added to REST API 2022.1.4.xx. I only found one document, which is located here: https://community.webcon.com/posts/post/odata-format-in-webcon-bps/346 This document is related to the usage of OData in PowerBI. What we really need is the abil

That is a good point, thanks a lot.

Hi Markus! Yes, you're right. We will go with creation of BPS groups on creation of customer. Assignment of a customer group to individual workflow elements belonging to this customer should be an easy task. But what about synchronizing BPS group members, especially removing odd users, w

Hi Markus! Thanks for the hint. Yes, I considered this. But this won't work when using (local) BPS groups, right? I am considering using Azure AD groups and manage group members with Microsoft Graph API. Groups and Users should be synched by Webcon then. Do you have any experience wit

Hi all! We have an application which offers a portal for different customers. Each customer has different persons with individual logins (BPSId). This list of persons can change from time to time, so we need to adjust rights on certain workflow elements (in different processes) to this specifi

Deny access to landing page
23.11.2022 10:20

Hi Pawel! Thanks a lot for your effort. I added further details to our ticket and I'm sure we will find a good solution for that :-) Best regards, Nik

Deny access to landing page
22.11.2022 13:58

Hi Daniel! Thanks a lot. I know the concept of Url Rewrite module. We use that in environments we have under our own control :-) Unfortunately this is SaaS (again), so I think I will create a new Webcon support ticket. Best regards, Nik

Deny access to landing page
22.11.2022 13:01

Hi community! We have a customer who wants to deny access to the landing page in Webcon (/). Users should be redirected to their application (there is only one), also navigation tree on the left should be hidden. Is that even possible or maybe planned for a future release? Looking forward t

Hi Daniel! As always thanks for your great answer. Yes I agree, that these update statements have to be executed directly after deploying new global fields, so the NULL check would be unnecessary. Nevertheless, a NULL check is a good idea (for safety reasons). The only problem I have is