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;
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
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
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
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. :)
I also would prefer that we could use HTML tags in calculated columns. For splitting lines/adding line breaks I found a workaround: https://daniels-notes.de/posts/2024/show-comment-in-reports#styling
Hi Paweł, I have to admit I don't fully understand what you want to do so my comments may be off a bit. The first thing I would test would be to configure the item list initialization using your dropdown. https://docs.webcon.com/docs/2024R1/Studio/Process/Attribute/Basic/Itemlist/ILConf/ILCo
Hi, I'm currently upgrading processes from 2022 to WEBCON BPS 2024 and encountered another unexpected change. Both "Start a subworkflow" actions "now" verify whether a field is visible. While in one case I didn't declare two fields as visible in the start step I have a visibility restriction i
Hi, I'm currently upgrading processes to WEBCON BPS 2024. I was expecting issues with custom JavaScript but encountered also one with the "Add attachment" action. While testing I got this error: Error occurred in add attachment action: Copy attachments. No attachments I'm not sure when
I've just run into this issue again when updating from BPS 2022 to 2024. While there's a workaround for using business rules in REST actions I have yet to find one when they are used in REST data sources. Workaround for REST actions: - assigning the business rule to a form field - select th
Hi Karol, that's an interesting approach. I never thought of it. :) My approach was to create an "import" process which makes a snapshot of the data before the import and again one after the import. This way we can check what changed and correct elements if necessary. With BPS 2024 we can