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
Hi Ahmed, it's interesting to know that business rules are executed/replaced in a calculated column. This is probably an unsupported feature, at least I have never read anything about it. :) Did you already test, whether the id is replaced when you transport the application to another environm
Hi Mario, if you don't have an attachment database, you can simply use your content database. If you execute your statement in SQL management studio, I would guess that it is working. You are probably receiving an error, because you use "Current connection". This uses the "bps_user" which, in my
Hi, when you want to add a new new report tile with a link to the "details" in WEBCON BPS 2024 you have to: 1) Choose a data source 2) Choose an existing report The current implementation forces us to create the data source twice. While the effort for the data source creation may be neglect
Hi Ahmed, how does it solve your problem? - Did you find a variable for the language code? - Do you have different reports/views for different languages? - Is the report not available and linked somewhere and you are passing the language as a URL parameter? Best regards, Daniel
Hi Igor, from which part of the application did you have taken the screenshot? Is this the insert condition of the timeout or somewhere in the automation? If this task is assigned to a single person, I think that you could make your life a lot easier. A task will only be completed if a p
Hi Mario, yes, your idea can work. - You can extract the text from a plain text file and store it in a field and maybe in an automation parameter: https://daniels-notes.de/posts/2024/importing-applications-using-an-application#business-rules - You can then use "for xml" in an sql command http
We have a similar setup. The reason for this is not that they are large projects but we have regulatory "requirements": - Development Breaking and fixing stuff :) - Informal test We can easily deploy changes from dev here - Formal test / Validation: Deployment and tests needs to be documented
Hi Ahmed, the only solution I see is to save the value in a standard choose field which is marked as technical. We can not use a calculated column as we don't have the user language. At least there's no official documentation. Best regards, Daniel
Hi, at the moment the column "ElementName" is used as a category /subfolder while the column "Category" is used to display the filename. select Top 3 ATT_ID , ATT_FileType as ElementName , ATT_Name as Category I'm not using these option very often but each time I'm looking at the name
Hi Klaus, you are right, an element is checked out, when it is opened in edit mode. Similar to the document checkout in SharePoint. If you cancel the editing the checkout will be revoked immediately. If you only close the tab or navigate somewhere else the checkout will remain a while. The syste