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

Maksymilian Stachowiak

User

Hi Damian, It's not exactly separate linux machine, but i think this article* on running Webcon using containers with Docker might help a little bit. It assumes installation of solr on windows-server with linux docker containers, but i think you should be able to install solr on any linux distro

Hi Agnieszka, Hi Daniel I'm assuming that Daniel is right - we can't map collection items into single fields - Webcon expects item list. There shouldn't be a need to store the body inside of a multi-line field though - it should be accessible through business rule on mapping page as 'Input val

This looks like an error on the WEBCON side, i'll report it, as it might hit me someday. In attachment you can see a workaround - this will filter out all values, when there is no filter value specified (this is a case, when error occurs). When there is specified value filter works fine (checked

Hi Andreas, it's rather simple to correct - instead of using 'database field name' use 'field from data source' - see attachment. Of course - you have to add specific column to data source definition prior to that. You are interested in 'Values' tab instead of 'Objects' :)

I don't have great answers to those unfortunately. 1. a) It will be easy to add support for tables - you could just change markdown flavour to GFM - https://showdownjs.com/docs/flavors/ 1. b) Mermaid is not really a default markdown feature - it's additional library - you could try also adding

Hi Andreia, could you specify a little bit more on how does the process look like? Do we have multiple forms/workflows, what is currently in the report? Maybe you could prepare some table/spreadsheet/screenshot of what you want to achieve? Right now i'm seeing 3 columns there: Signature, St

Hi Klaus, there is currently no built in way to preview markdown in WEBCON, although you could use external libraries and write really small amount of javascript, to have really nice experience. I've prepared a sample application on WEBCON demo server here: * Sample markdown document: https://

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.