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

Daniel Krüger (Cosmo Consult)

MVP

Hi Celina, with the Start subworkflow (SQL) action you will start one workflow for each row in the result set. If you have no other actions in the for each loop, than you can simply "move" the action outside of the for each loop and delete the loop. If you have other actions in the for each l

Hi Dawid, oh sorry. I attached it. Yes, the regex is validate , a warning is displayed too but I can still save the workflow using the save menu button. If I then open the workflow instance in edit mode the error is also displayed immediately. Best regards, Daniel

Hi Celina, are you executing the action inside a for each loop or outside? If iit's inside a foreach, it would be executed twice. At least this is the only explanation I have if there's one row creates one sub workflow but two rows creates 4 rows. Off topic: - I would use the DET_WFCONID cond

WEBCON DAY 2024
07.10.2024 19:58

@Michal, That's great to know. If I remember correctly there was some kind of option to find others last year, which was not available for partners. @All I copied the breaks / networking times from the agenda. 08:30 – 9:30: Registration | Coffee Break 11:00 – 11:30: Coffee Break & Networki

Hi, if we are saving a workflow instance the form validation is ignored. This includes regular expression. In my opinion the regular expression should be checked and if they are not successful, saving should be prevented. Otherwise we will be able to save invalid data, which in turn can lead to i

Hi, Currently I have no access to WEBCON, so I will just provide a few information. The translates table contains all translation for all objects. The linked dictionary contains an overview what the ids mean. https://developer.webcon.com/2024/resources/db/?PageSpeed=off#DicTranslationsOb

Hi Nik, if the workflows have the same process or use the same database column to store the information you can make use of the "All form fields". This will take the value of the database column in the context of the current workflow. At least it works in the URL. I haven't used the body.

Hi, what do you think of this variation? It's pure CSS, so it can be used by everyone already. I've never thought about the requirement, but I think I will use this in my environments. :) .application-selection::before { content: "Planned maintenance 2024-10-03"; color: red;

WEBCON DAY 2024
29.09.2024 13:35

Hi everyone, who's joining the WEBCON DAY 2024? Would anyone be interested in "gathering" during a break? At least I would be interested in seeing the persons and maybe WEBCON could take a photo to show the people behind the community. :) Best regards, Daniel

Hi Michal, I just noticed your response, I still get any mails. Maybe my long text /explanation was misleading. My suggestion is that a click in the expression editor of a node in the values tab, does insert the variable with single quotes. If I click on a constant it is currently insert

Hi, this one is related to this post: https://community.webcon.com/forum/thread/5796/15 While I encountered that we can no longer set fields which are read-only using workflow control actions, I have run into the same using single field value actions. Currently 2024.1.1.88 we need to make

Hi Lena, hiding the cell could be achieved by setting the style of the cell. There's a dedicated function for this. Making a single cell as required can be defined by the edit/requireability restriction: https://docs.webcon.com/docs/2024R1/Studio/Process/Attribute/Basic/Itemlist/ColumnCo

JS code Tab panel
23.09.2024 11:08

Hi, the easiest way would be a HTML field, which you would put below the item list. The content of the HTML field would be: let itemList = #{BRP:151}#; var itemListElement = document.getElementById(itemList.fld + "_" + itemList.id); if (itemListElement) { const provenientaElement = ite

That's great. :) At the moment I'm holding back a customer who want's to update from 2022 version due to this limitation. Regarding "since there are potentially multiple implications." Could you please verify the following use cases: - Usage in data sources For example by creating dynamic U

REST API connection to SAP
22.09.2024 09:46

Hi Adam, It seems that you can pass the information as headers. https://stackoverflow.com/questions/73777371/how-to-make-subsequent-request-to-sap-business-one-service-layer-from-django headers = { "Cookie": "B1SESSION=SessionID; ROUTEID", "authkey": "XXXXXXXXXXXXXXXXXXXX", "Ac

REST Api update fields
17.09.2024 22:35

Hi Maria, I'm seriously confused right now, at least if I understand everything correct. You have an item list with x rows For each row you want to execute some actions and set another column. The big question mark in my head is, why can't you use the "Change value of a single field" in the

Hi Dawid, I'm not sure whether this helps you, but whenever I have long item lists I activate the "Limited height of the control" option. This way you will haven an own scroll bar for the item list and the Add row button should always be visible. Best regards, Daniel

Hi Paweł, you could also take a look at this post: https://daniels-notes.de/posts/2024/conditional-allow-deleting-item-list-rows Best regards, Daniel

Hi Natalia, there seems to be something wrong. At least this one should have been working App.Elements.Read.All /api/data/v5.0/db/1/elements/23 (also 1,2,3,60) if - the registered application has been one of the "Access all workflow instances" privileges in the designer studio - Maybe t

A few weeks later and the same issue again only difference is that it is in another action. I really hope, that this will get introduced. :)