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

Nikolaus Schusser

User

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

Hi all! We have different processes with a common fieldset, e.g. customer number, valid from, valid to and so on All these fields have been added to these different processes without using global fields, but atually have the same meaning, which makes reporting and SQL queries over these differ

REST API & Filter View
11.11.2022 07:14

Hi Daniel! That is very good news. I hope I will find the time to evaluate this soon. Thanks a lot for the info & best regards, Nik

REST API & Filter View
10.11.2022 07:57

Hi all! I am wondering if there is a way to filter a view with Webcon REST API. So instead of getting all view rows on my client and filtering the result with C# and LINQ, there should be a better option than that. ODATA does not seem to be implemented yet. Maybe I overlooked something o

SDK & Satellite Assemblies
25.10.2022 12:48

Hi Daniel! Thanks a lot for the info. It is good to know that there are other ways. Unfortunately I don't have access to all systems, because some of them are running in SaaS-mode. So I have no control over the installed versions of these assemblies, that's why I am providing them by myself, this

Thanks a lot for the helpful answer to Pawel and Ralph. I was expecting Webcon to throw an error during installation, if a database exists. But if it allows empty databases the question is resolved for me. We will take care of necessary permissions then.