There are two things I want to add to Maks answer. 1. Make sure you have defined night hours. Otherwise they won’t be deleted if you choose to delete them during the night. 2. The retention feature is not part of WEBCONAPPS. You can use the REST API as a fallback. We are also using a cyclic
Hi Lukasz, each content database has their own applications with own ids. You can import the same application in both databases but you should modify the application group name afterwards. Importing the same application (Guid) twice will require a change in the global parameters. I think it’s cal
Hi, could we please get a user friendly error message like: No licenses are assigned to you (someone@example.com) please inform your system administrators (List of the users who can assign licenses). Best regards, Daniel
Hi, in BPS 2024 an option was added to the license that customers can use SDKs provided by partners without an SDK license. This is made possible by providing the public key which is then somehow integrated to the license. I'm wondering whether it would be possible to also integrate the WEBCON
Hi Ondrej, you are right, the Hyperlink function doesn't support long URLs but you could use a data row an return a link using the anchor tag element: select 'Displayname' as Link Best regards, Daniel
Hi, I just noticed, that the "Uniform view of all item list cells" check box has been removed. It's not the case that I wanted to activate it, but I wanted to deactivate it. The reason for this is, that the uniform can take up way more space than a mixed one. Especially if there's a multi line
Hi Kamil, I don't think this will have any meaningful impact from a performance perspective. The searching for start/contains happens after the data source has returned all available data. This means, that all data is already in memory. While it's not possible to pass the filters to REST d
Hi Maks, yes, that's the one. The DesktopEndpoint /api/nav/db/15/element/299/deskto also returns the attachments which have just been added to the instance. Best regards, Daniel
Hi, once upon a time (version) there had been an option to migrate user accounts. This had been build in to the Designer Studio and there was also a stored procedure. It would really be great if the this functionality could be restored. While we have access to old database where the stored
Hi, I think it should also work with pure JS. You could fetch the attachment using the internal endpoint, parse the content with JS and use the provided functions to create new rows and populate them. If you open a preview of a document, you can see the endpoint which is used for loading the
Hi Maks, It’s just something I came up with but I haven’t tested it, maybe you can check whether you can reference a variable in the style property. This way you could add the variable value to the custom themes. Best regards, Daniel
Hi Franek, yes, that should work fine. The Designer Studio 2022 also communicates with the server using some internal REST API. At least as of R3, this is the oldest Designer Studio version I have on my machine. I assume that the Designer Studio uses the same address/port which you used to conn
Hi, while we can create business rules which act similar to table valued / scalar functions, we can't pass the columns/data to them. The inner business rules are executed before the outer SQL command is executed. This comes in really handy in a lot of cases but also has it's limitation and will r
Hi Franek, no, you don't need any other ports. We are accessing virtual machines running in Azure and the only open port is 443. Since you are asking, it seems that you have some kind of issue. What is it? Best regards, Daniel
Hi Vitalii, you may also take a look at this idea: https://daniels-notes.de/posts/2025/reduced-item-list-size Best regards, Daniel
Hi Stanislaw, there's no longer a "default dashboard" in 2025. The system dashboard is gone and we can configure the "Application home" dashboard. There's an option to restore the default configuration of the application home in edit mode. Best regards, Daniel
Hi, until two hours ago, I would have said, that you can't use AI to help with SQL command generation and documentation. Then I started playing around VS Code. My POC switched my opinion completely. Can something like this be added. :) The first two images is the generation of an SQL state
There's also an alternative for the global constants if you are using one of the later versions. A function was added to return the Portal URL. I'm not sure that this is available everywhere. Best regards, Daniel
Hi, in case this goes into the backlog, please take also a look at an option, so that scripts with variables can easily be copied from and to WEBCON. I doubt anyone is developing these scripts in the Designer Studio. I attached an image from my workaround for a verify simplified script, which
Hi Arthuzad, Maks listed the data table/data row documentation which would to create a "calculated column" in the form. If you really need to update the data, than you could also use the "Update related workflow" action. You can execute a "save" action on another workflow instance with this.