Hi, I just had the same topic last Thursday, but didn't have the time yet to create a user voice. . :) Best regards, Daniel
Hi, this was changed in 2023 and I have been pestering WEBCON about changing it whenever I got a change. May it be in person or when I (again) upgraded another customer to a new version with a ticket. Here's the user voice. https://community.webcon.com/forum/thread/5645?page=1#m6795 Yo
I hope this user voice has more success then mine. :) https://community.webcon.com/forum/thread/2394?messageid=2394
Hi Michał, besides CSS / JS there's also an option to hide this button with the 'HIDE ITEM LIST BUTTON' form rule. Regardless of way, the Usages tab should help you find the reason, even if it's done by CSS/JS. Best regards, Daniel
Hi Damian, ok, now we have two different kinds of errors. This definitely looks more like a bug then a feature. :) Can you open a ticket? We aren't using the version, so I wouldn't be able to answer any questions from the support team. Best regards, Daniel
Hi Damian, I assume something was changed which unfortunately causes this issue. I don't assume that this has been intended. Did you test whether: - You Can use the "Test " button of the expression editor of the data source itself? - You can use the data source for a data table? There has
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