WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > User Voice > Latest posts

User Voice

MVP

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 and partner Microsoft Entra Id domain names. During the license check for the current user, it could be checked whether the current user is a guest account _and_ belongs to such a domain. If this is true, the account could be treated as an admin with all licenses.
- Unlimited solution access,
- Designer Desk
- Designer Studio

This would be similar to the "Administrator mode" of the Designer Studio, which doesn't work for WEBCONAPPS. It would also work for the web based Designer Studio.

Even if any partner account would gain the license, it would still be necessary to assign the allowed privileges. So this wouldn't cause issues with these.

Whenever we are starting with new customers, they get a very limited number of licenses in the beginning. Adding this option would remove the unnecessary topic why the customer need to purchase licenses for the accounts/users of the partner in addition to paying him. I always dread this conversation because it's a very reasonable question and I don't have any other arguments then "that's the way it is'.

Best regards,
Daniel

MVP

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 column.

According to the documentation it should be there but it does neither exist in the UI nor in the XML configuration in version 2025.1.1.105. I assume that in this case the documentation wasn't updated and the functionality has been removed deliberately.


Best regards,
Daniel

MVP

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 data sources at all, I don't see an option for SQL queries.

While it may work out somehow to add the condition for simple SQL statements like this:
Original query:
select WFD_ID from WFElements where WFD_DTYPEID = 1
->
Using filtered column
select WFD_ID from WFElements where (WFD_DTYPEID = 1) and (picker column like 'search value%')

I don't see a reliable option for complex queries where UNIONs are used or CTEs.
OK, for unions you could wrap the whole result in another SELECT again.


select * from (
select WFD_ID from WFElements where WFD_DTYPEID = 1
union
select WFD_ID from WFElements where WFD_DTYPEID = 2
) as temp where(picker column like 'search value%')


But for CTEs?

Best regards,
Daniel

Did you know that with WEBCON you can automate virtually any process? Even baking cookies 🍪
 
Speaking of cookies: we use the ones that are essential for our website to function properly, as well as additional ones that help us customize our content to your preferences. If you don’t mind cookies, click Accept. If you want to learn more, explore settings.
Settings