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

Nikolaus Schusser

User

Hi Daniel! I ended up with a modal dialog Typescript and iframe solution and it works fine. I will also use your mentioned SDK action, but had no time up to now to have a look at it. Yes,no problem, I could send you my approach and would be glad if we could work together on this. Is ther

Hi Daniel! Thanks a lot for your precious input. I also came across your blog some days ago (https://daniels-notes.de/posts/2022/add-new-choice-field-value-without-leaving-the-page) and simplified your approach a little bit ;-) Thanks a lot for your effort of putting this together, good work!

Hi all! We implemented a button with popup functionality to create a new workflow item. On callback of popup item we want to set new workflow element id to dropdown, but obviously the new item is not in dropdown. Is there an easy way (with Javascript) to trigger reload of dropdowns datasour

Hi all! We have to transfer some values from old database fields to new database fields, since we want to switch some fields in process to global fields. We plan to do this with well know T-SQL statement (UPDATE WFElements SET ...) within a cyclic action, which can be triggered on demand.

Hi all! Many thanks for these hints, they are very useful. I also wasn't aware of URL parameters, maybe I should read the documentation more carefully ;-) I personally like the undocumented {R:}, which gives more flexibilty and readabilty. My first approach was a global action and Invoke

Hi all! We have a tricky problem, so it seems. We want to redirect to edit form of another workflow (ID is known). This should be triggered with button click on current form. Button is implemented as Html field and invokes a global menu action which has the correct hyperlink action and also

Hi Sebastian & Daniel! Thanks for pushing me into the right direction, that was very helpful. Since name of Config DB varies throughout the systems, one has to read first the name of Config DB from current BPS database. I came up with the attached solution, which works fine on every server.

Hi community! We have 2 Webcon farms (DEV/TEST/PROD) with the same application (6 servers in total). Our deployment chain is from Farm1 (DEV), which is the application source to all other servers. We have defined a global constant for Portal Url, which is used in whole application (for re

Hi Daniel! Thanks for your answer. Ad 1.) Reservation number needs to be integer and ongoing (max. 999999), which is defined by external AS/400 ;-) We solved this already by using a stored procedure. Ad 2.) Yes, we will upgrade to 2022, but this will take some time. Thanks a lot & best

Hi all! We have a workflow (service order) containing an item list, which represents a shopping basket. We have a workflow containing several sales locations, which can create service orders for their location. Every time the shopping basket changes we need to send (delta) reservations to

Thanks a lot Pawel :-)

Hi community! Since the new version (2022) of Designer Studio has obviously changed its default behaviour to using REST mode, I am wondering if there is any command line parameter (or something else) to start Designer Studio in good old SQL mode. I did not find any documentation on how to do t

Hi Daniel! Thanks for your answer. I wasn't aware that timeout is only running, when workflow instance enters the step, where timeout is defined, but thanks for the clarification on that. I build a custom action, which checks changes in some fields compared with external data (text fields, user f

Hello community! Maybe this is a very basic question, but I am asking it anyway ;-) I tried out OnTimeOut action, but after some experiments it is very unclear to me, how this is expected to work. I added one time out action with Type: Minute, Interval (minutes): 1, Repetition count: Infinite and

Hi Pawel! Thanks a lot for this info. Best regards, Nik

Hi all! Maybe this is a know issue, but we are wondering at the moment if it is possible to import an exported application package to a Webcon installation with a different version. We currently have an exported application package (.bpe) from version 2021.1.3.205. We are planning to use cloud se

Thanks a lot for your clarifications, Daniel, Sebastian and Pawel :-) Best regards, Nik

Hi community! Maybe this is a silly question, but I'm asking it anyway ;-) In Webcon BPS management tools one has to provide a portal URL, so this looks like a fixed Url for the whole portal. Is it possible to run the same Webcon BPS Portal with different URLs pointing to different applications o

Concat Function
15.07.2021 23:00

Hi Daniel! We added a / with '/', so it should work also with space like ' '. But we didn't use concat, we used +. Best regards, Nik

Hi community! We implemented a document template with certain fields coming from a custom datarow (based on SQL-Query). We deployed the solution and the document template to PROD and everything was fine. After that we added one new field to the datarow (SQL query was modified) as a new requiremen