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

Daniel Krüger (Cosmo Consult)

MVP

Hi Kamil, thanks for the update. In my case this will come in handy in the near future:) Best regards Daniel

That would really be nice. The only thing left would be to have different global css styles for themes. At least I have no idea how I could use the correct class for the correct theme. Best regards, Daniel

Hi, you could achieve this already if you can use a custom SDK. There’s a remove method. I haven’t tested it though. https://developer.webcon.com/2022/resources/sdk-reference/html/f3dee895-67d2-23bd-3604-ca349cc34159.htm Best regards, Daniel

REST API with User Context
15.05.2022 22:33

Hi Ingo, this is the only documentation I’m aware of: https://developer.webcon.com/docs/registration-and-authentiaction/ Samples https://github.com/WEBCON-BPS I wasn’t in the situation to use a newly created Application (Client Id) with WEBCON BPS 2022, yet. So I can’t help with any issue

Hi Nick, in case you are still stuck the following could be a reason. A concurrency error will happen if workflow a triggers workflow b which in turn modifies other workflow. If this chain would modify workflow a again you can get this problem. This could also happen if you have an external sys

Hi everyone, I just had the need to get multiple rows of data without having access the the SQL database. I didn't want to create a field for this one time use case. Unfortunately the 'Test' result window of the expression editor, didn't have the option to copy the result. Luckily I thought of t

Hi Markus, this is just a "confirmation" post. I have no solution. I also tried to use the REST-API dataimport with 2022 and received the same error "invalid scope". Since I don't need to access the API at the moment I was content to postpone searching for an answer. Best regards, Daniel

Hi Mark, this is not possible. The path transition, along with all actions, is only triggered when the task is completed. If you set it up, so that all needs to complete the task, you will have the described effect. An alternative approach could be to use the standard "if anyone completes the t

Hi Björn, this link works in 2022.1.2: https://*.domain.com/api/nav/db/1/attachments/3062/download You can easily verify it by 1. executing the download link from the context menu of an attachment, 2. open the download window in the browser 3. Right click on the file and copy the downlo

At least for WEBCON BPS 2022 we have an official answer. :) https://community.webcon.com/posts/post/webcon-bps-databases-in-the-sql-2019-compatibility-level/320 From WEBCON BPS 2022.1.1, the lowest supported SQL Server is 2014. In the case of WEBCON BPS installations using the higher versions

Hi Marcin, you can use the below code inside a form rule which is set to JavaScript mode. The form rule in turn is executed OnPage load / behavior tab of the form. What the script does: 1. Show all attachments tab, which triggers loading the related attachment. 2. Once the loading is trigger

Calculate SLR in days
24.04.2022 23:42

Hi kaluser, I'm replying from my mobile so I can't make Screenshots and can't verify a few thinks. In your case I would do the following : 1. Check the workflow history in admin mode to see whether the action has been executed. 2. If this is the case and no other following action has overwr

Hi Ingo, I don't know your workflow but there's a potential problem. You only check the Workflow Tasks for the step. So if the workflow has some kind of reject path there could be the case where you exclude those users how completed the task on the previous approval iteration. I think that ther

It seems, that someone updated the database compatibility level. From Changelog 2022.1.2.31 https://community.webcon.com/download/changelog/106?q=b6419bb Fixed a problem with query performance e.g. in reports. The error occurred if the compatibility level in SQL databases (SQL 2019) was equal

Hi Nik, if you are using type script you are probably creating an extension using the SDK. This could be an interesting idea. :) I haven't tested it (knowingly) with 2022. Unfortunately I'm to busy at work with non BPS related tasks and I have other urgent tasks which I have to do during my sp

Hi Nik, thanks and if you have a better /simplified logic I would be glad to take a look and publish it. Of course I would mention you. :) I can understand it if you don't want to. So don't feel pressured. Regarding the modal, maybe adding different URL parameters would help. We could take

Hi Ingo. you are right these changed with version 2022. I know I've read somewhere about this change but I couldn't couldn't find it again. The only thing I remember is that applications registered with prior 2022 will work as before but new ones have to be configured using the new options. I

Hi Nik, it seems that idea 2 would have worked, but won't do so in the future: From the change log of 2021.1.5, and this will probably be included in the next 2022 version too. Added a mechanism for checking the integrity of data set in the choice fields with data source values configured f

Hi Ingo, more information about starting a workflow via REST can be found here: https://developer.webcon.com/docs/bps-rest-api/ This page has also a link to this sample: https://github.com/WEBCON-BPS/develop-docs/tree/ver/2021.1.1/HelloWorlds/WebCon.BPS.HelloWorld.RestAPI Best regards, D

Hi Nik, can you switch the mode of the field from dropdown to autocomplete or popup search? Then you could set the value of the field to the workflow id and it will work just fine. I blogged about the same approach here: https://daniels-notes.de/posts/2022/add-new-choice-field-value-without-lea