WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Karol Częczek > Forum messages

Karol Częczek

User

Hi Perhaps it would be sufficient to set the rest data source to the default value of the item list attribute? This will work only after saving the form, I have no idea how else to trigger the refresh of the default value in the list. You can clear the result after changing the date, currency a

Hi, Every report has at least 1 view and that's why the system view presents it that way. You can create your own dashboard and in the application settings in designer studio, set your dashboard as the primary one for the application. Regards

Embed a videoplayer
12.12.2024 19:54

Hi, You can use html attribute to embed the player. As for video status tracking, perhaps with js you can get that, but I don't know. Out of curiosity, I'll try to check it out, unless someone provides a ready-made solution beforehand. Regards --Edit , The script will display an alert when

Replacing a user
03.12.2024 17:44

HI Have you tried the permission migration option.? The condition is that the user must be active in AD Regards.

Cześć, Możesz dezaktywować licencje na danym środowisku, a następnie ponownie je aktywować. Tym sposobem nowy user logując się do studio wykorzysta zwolnioną licencję. Pozdrawiam.

Hi, A useful option would be the ability to automatically revoke the reading entitlement that remains after a task is assigned. Such an option could be checked on the task assignment action and in the task configuration on the path. Operation similar to the option on the add permission action whe

Hi, It often happens that the list of items should have unique values, at least in 1 column. Currently, I often create and add a script to check when adding an item with this value already exists. A great convenience would be the option in the column configuration, 'unique item'. The user woul

The STRING_SPLIT function is available in Microsoft SQL Server starting with SQL Server 2016. See what version you have :) The other issue is it seems to me that this condition is redundant AND a.DET_IsDeleted = 0 -- Optionally, to skip deleted rows In the table, this column always has a value

Hi, in a standard report, the number of items that a user sees is strictly related to the items to which he or she has permissions, minimally at the read level. You can try, for example, to add a form rule which, after the user selects an item, e.g. from a given group, will automatically redirect

Hi, I misspelled , try changing to: "Anchored to the bottom of the form"

Hi, Yes, I was referring to this very option. It's possible that in the case I wrote about the form was longer and the floating option worked by showing the paths, but that's just my guess. Regards

Hi, With me it did not occur but a colleague had the problem just on chrome. A workaround is to set the track panel in floatting mode Ultimately, it is best to report the topic to Webcon for analysis. Regards.

Hi, A useful option would be the ability to capture and save the output of a powershell action, either to an attribute or to a local variable. Similar to the mapping of response values in a REST action. This would allow the received data to be further processed/used in subsequent autumatizatio

Ok I see where you have a mistake, don't use the alias d. for a column in split to table because you get this result for the generated code cast(d.dbo.ClearWFElemAdv(DET_ you can do it like this : dbo.SplitToTable(CAST(dbo.ClearWFElemAdv(d.{DCNCOL:1173}) AS NVARCHAR(MAX)), ';') AS ST

Hi DECLARE @tmp TABLE ( col1 VARCHAR(2), col2 VARCHAR(50), wfd_ID int ) INSERT INTO @tmp SELECT 'A' AS col1, 'a;b;c;z' AS col2, '123' as wfd_ID UNION ALL SELECT 'B' AS col1, 'a;z;dd;x' AS col2, '123' as wfd_ID select * from @tmp SELECT t.wfd_ID, t.col1, --value AS col2 dd.i

Hi, I have used these actions to modify AD, whether they should also work in the context of AAD I have no knowledge, if the documentation says so , this may or may not be true ;) Based on the message received, I would start by verifying this. Try to run, for example, a web browser as a differen

Floating group option
30.10.2024 08:49

Hi, In my opinion, it would be useful to have the option of blocking the view of a given group at the top or bottom of the form (selectable in the configuration). It is about the behaviour when scrolling through the form. Similar to e.g. menu bar new, refresh, undo or like the tracks panel in t

Hi, yes , you can achieve this by adding a default value on the attributes. The default value can be the data from e.g. the last registered form of the given user / author You can also create a simple dictionary for user data and, e.g. during the first registration, if there is no data for a g

What if it were possible to add as an option the ability to specify the maximum number of attributes per line for a horizontal layout? In my conception, a larger number of attributes added to a group would be automatically set in the next line , creating a kind of table. In such a solution, any

Hi, I propose to unify and add a visibility option available on the standard attribute ‘Visibility on report independent of visibility on form’ to the visibility option on item list columns. Regards.