WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

Maksymilian Stachowiak

User

Hi Andreia, Could you share something more about the configuration? There are few ways to send an email from WEBCON, it would be helpful to know are you trying to achieve it. I can say that I've achieved sending emails outside of organization using configurable email actions - screenshot in att

Hi Paweł, it should work in both ways - from technical field, and from original drop-down - if id is correct, source of it shouldn't really matter. Is this automation the only thing that happens on the menu button action? What version are you running locally? I'm not sure if this will lead t

Hi Andreia This is normal behavior, you can edit how many items in list will trigger 'Single row editing', specific documentation here*. * https://docs.webcon.com/docs/2023R3/Studio/Process/Attribute/Basic/Itemlist/ILConf/ILGenral

Step Edit - Step Selector
08.04.2024 08:16

Lovely! :)

Hi Artur I'll start with the Error - it's caused due to wrong filter on the HR View. Those filters are translated by WEBCON to SQL queries, you can look how the query looks like for example with using diagnostics*, but for now it's not required. With that in mind we can compare it to what happe

Hi Matthias, By design possibility to add / remove / edit attachments requires editing rights. By default it's even stricter - only person which added attachment can remove it, and in exactly same step where it has been added. You could though solve it in 2/3 ways, maybe someone will come up wit

Item initialization doesn't have to be static, in most cases it's not, so it can have different values based on 'Nr zlecenia' field :) I've made a quick prototype on public portal*, you should be able to connect to it as Tom Green (it's 2023.1.2.99 version) you might need to download it - possibl

Hi Paweł, is there some reason why can't you use standard item list initialization? 1. Define dynamic initialization use SQL query * 2. Check 'Show reload button' so users will be able to manually initialize the list ** 3. You could also use Form rule 'Initialize item list', to automate it f

report permission
03.04.2024 22:50

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.

Tile report change
22.03.2024 13:18

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

Tile report change
22.03.2024 08:22

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 :)

Tile report change
21.03.2024 11:39

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

Reports and charts
18.03.2024 12:20

Hi everyone, It seems like that was an error, and it's fixed in 2023.1.3.118 - screenshot from changelog in attachment.

Export Hotfix
15.03.2024 11:26

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