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
Hi Adam, I just fixed the link in the blog post. The repository is now located here: https://github.com/Daniel-Krueger/webcon_xmlToItemList Keep in mind that a few things changed from WEBCONB PS 2021 to 2023 and 2024. :) Best regards, Daniel
Hi, based on this error: System.InvalidOperationException: No item type: WFApplications, id: 25 there's something in the package referencing application 25. I would search for the variable: AP:25 Then you try to look through the hierarchy to identify what is using/referencing this. It's s
Hi Marcin, you could start the Designer Studio with this parameter and check the log, whether there are any information: --iedebug (https://community.webcon.com/forum/thread/3224) My best bet would be, that you executed an application which has a reference to another one, which wasn't inclu
Hi, in my opinion it would be really great, if HTML tags would be supported in the autocomplete popup. In this case I'm using a BPS internal view and the explanation is a multiline text field of type "rich". Best regards, Daniel