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
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
Hi Andreia! Same here, that doesn't work with form fields, at least you cannot save the process anymore. Although we found a workaround using +, which was working in our case: Example: [Formfield1]+'/'+[Formfield2] and so on Best regards, Nik
Hi Daniel! It worked! Thanks for the good answer. Best regards, Nik
Hi Community! I tried to create a view which returns all elements from a specified workflow that have a datetime field NOT set (empty), but that seems to be impossible. I do not know how to filter that, a standard filter in the view with selected field equals to value in textfield does not solve
Always a great answer and a great solution. That seems to be an undocumented REST endpoint, right? Thanks Daniel, I owe you a beer ;-)
Hi community! We are currently facing a new requirement, where it should be possible to change the browser language with a series of buttons in the form (approximately 20 different languages). Every click on a language button should change UI labelling on current form to selected button language.
Hi Daniel! Thanks a lot for your time and your thoughts on this. I think we will head for the content database method, since this is the only reliable method to ensure data consistency. We do not need data on DEV environment, since this has already been prepared. So in my opinion the best option