Hi, it should be possible - based on schema documentation* there are two tables that should do the job: * WFConfigurationSecurities - this contains information about who have privileges * AppReports - this contains list of the reports There is a key between those tables, so you can join them
Hi George, I'm not a sharepoint expert, I have this comfort that didn't had to work with it, although after doing some research on microsoft side documentation it looks like filles/folders and lists are managed by different API endpoints: * https://{site_url}/_api/web/GetFileByServerRelativeUrl(
Hi Stanisław, By default - when you create a report it takes into account who is displaying that report, so with correct configuration one report might be enough for all companies. Every time new element (document/form) is created in webcon it's assigned to a company (COM_ID, WFD_COMID in databa
I Mihali, I've checked Swagger UI*, and there are no data sources available through api - closest we can get, are connections, but thats not it. /api/data/v4.0/db/{dbId}/elements/resolveFieldValue/{idguid} this endpoint based on Swagger description: "Gets available values for selected picker/cho
Hi Łukasz, there is for sure no built-in solution for that, and i don't think it will be possible to make something custom here. Invoking most of menu actions refreshes the page. This behavior is rather standard in terms of web apps.
It needs some tweaking but this will work: #Tasks:has([href*="/db/1/app/100/tasks/element/"]) .tile-element__details-container > .tile-detail:nth-of-type(3) This selector looks for Element with id=Tasks , which has a descendant with href containing '/db/1/app/100/tasks/element/', if there won
Thanks Martin for correcting me, something new I've learned :) It might be possible to do it per application without javascript according to this thread* there is possibility to use global css and make it application specific. Below CSS joined with what Martin wrote. [href="/db/1/app/10/tasks
It's also counter intuitive to set it per step basis - i've had troubles finding that this option even exists, i'm up for changes :)
Update I'm wrong here, look one answer below :) _ Hi Marcin, as far as i know, there is currently no way to change how 'My tasks' work in any way - it's default feature, standard between all applications. I've made a user voice, to add 'Selected Element Viewer'* control to dashboards, you
Hi everyone, It seems like that was an error, and it's fixed in 2023.1.3.118 - screenshot from changelog in attachment.
Automated export-import will solve part of the problem, but maybe it will be good enough to start thinking in terms of roll forward, instead of roll back, then cherrypicking hotfixes shouldn't be necessary. Introducing some feature flags to control what users will see, and connecting this with th
There is 'On path', but i might have been not precise enough here. There is no global 'On path', we have to define it on specific path :) Also On Exit, On Entry are in Context of specific step, so you have to define it per step basis - no global option. You should go to workflow, select a step, o
The thing is that 'On save workflow element' is triggered only, when a Save button in Menu bar (on the top) is being used. (or when someone without edit permission saves comment based on this*) Pressing Save on bottom - the path, doesn't trigger 'On save workflow element' - it triggers 'On path'
Thanks Daniel, I somehow didn't had a chance to use that action yet, and totally forgot about it 🙃
Hello everyone, I've got a use case, where users want to make a specific path always redirect them to a specific dashboard. Right now, the returnurl parameter is built dynamically, and we (developers) don't have almost any possibilities to change that behavior (we can create our custom links, so
Hi Paweł, how did you saved the element? By disk icon on menu bar, or with save path? I've created a sample dictionary, and saving with floppy disk icon on menu bar triggers that e-mail, but saving using a path does'nt. You could create an automation, and use it in 2 places to solve it: 1. Glo
Hi Joanna, Why are you using HTML with tags? Isn't On Value Change* enough? What is the use case? *https://docs.webcon.com/docs/2023R3/Studio/UxRules_General/#id_2
Hi Everyone, I don't think that CSS will have anything to do with it, at least not the one from the browser, rather one from e-mail formatting, but it doesn't look like that. It's displayed the same in preview, even after removing standard e-mail content, and just inserting two attributes. (e-mai
There is probably a reason, why .xlsm are not recognized by default, as it might be considered a security risk - VBA is really old, and often used in phishing. With that in mind, you can try using below SQL query, to get latest excel file attached to an instance: SELECT TOP 1 ATT_ID FROM
Hi Sebastian, Are you reading data using an Action, or is it Import to a list / dictionary? I'll assume we are talking about action in this reply. Could you share screenshots from configuration window? Have you tried querying for file with SQL?