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

Maksymilian Stachowiak

User

Hi Adam, If you need that custom excel to work with import button, then unfortunately there is no way to customize it. Although if its only for outputting data you should be able to create separate report (not dictionary, but regular one), and use Export to Excel on that report. It requires t

Attribute as time
21.11.2023 12:55

You could use: * 2 Decimal fields with 0 decimal places, and suffix 'h'. + Validation on exit which will check if first number is smaller than second, and if both are smaller than 25. * 1 or 2 Text fields with regex, that will validate input format. + Similar validation on exit. I would rather

Attribute as time
21.11.2023 09:05

Hi, There is no built in control, which allows for time only selection, could you tell us more about use case? Maybe there is some alternative solution to your problem.

Auto expand tooltip on edit
20.11.2023 12:49

Hello, While designing form I'm often getting questions about possibility to set some additional description to the field. I'm usually talking about the tooltip, but it requires the action of end user - he have to willingly hover on the (ℹ️) icon, to display the message, and there is no guarante

Hi, Webcon does not provide SMS functionality, although you could leverage REST/SOAP actions. There are many SMS API providers, maybe even your company have a contract with some telecomunication company which could provide such API.

Demo applications
20.11.2023 08:01

Hi, Demo apps are available in the Application Templates section of the community - you can find it here: https://community.webcon.com/online-store/free

Hi Razvan, I'll post here an update, as while searching for answer on the same question I ended up here, and it seems like there is a way to do it now. In my case - I'm generating monthly report, which is a single item list on a form - so each month there is new document created in Webcon, wit

Hi Pasquale, As far as i know - that's the best we can do right now if you want to extract it directly. Although as an alternative - you could have technical field on the form, and set On Exit with Change value of single field - this one is sometimes easier. For example, when you want to store

Hi Roman, Cycle Actions are good direction, so it's really close tho what you need. If i understood you correctly, you want to execute an action on each document, after they exceed some date. This might be achieved in two/three ways: First - Document Context: 1. Create Cycle in the end st

Hi Flo, The simplest way to avoid redirection would be to check the Wizard mode checkbox -> https://docs.webcon.com/docs/2023R2/Studio/Workflow/Step/Path/Action_StepEditPathsParameters#7-confirmation. The where to redirect part is contained in the url -> returnurl=%2Fdb%2F1%2Fapp%2F22%2Fdashbo

Hi Roman, I think it might be as simple as creating 2 actions (in one automation if applies): * Create new element in the dictionary - that's the part you have * Update the value on the form with Change value of single field action: https://docs.webcon.com/docs/2023R2/Studio/Action/Form/Action_Ch

Hello, lately I'm seeing myself using more often decimal attributes with 0 decimal places, just to get the possibility to set prefix/suffix. It would be great to have this possibility also in integer fields. At this moment there are two options, if we want to be consistent: * ignore that featu

Hi Flo, It's the quote character you've used in the configuration it seems. I've copied the a tag from your message as is, and got the same behaviour - I'm assuming that you've copied it from the advaced configuration box. There is this sign ” (0x94) used as quote instead of this: " (0x22).

It took me a while, but I've found the right place. You'll need access to server, where BPS Portal is installed though. If the install has been made with default values, then there is this path: C:\Program Files\WEBCON\WEBCON BPS Portal\wwwroot\Assets\PortalTranslates - it contains translations

Hi Radek, Make sure you will take a look at install instruction, which is always in the zip with installer - there is information about any requirements - and in this case, there is note about Hosting Bundle. Version Specified in 2023 install is Hosting Bundle 6.0 (i think it will be the same in

Hi Jacek, Could you tell us, where do you want to change this label? Is it portal (website), or inside designer studio? There might be a way to manipulate how it is presented on the website (although it won't be out of the box solution, rather something custom). In case of designer studio i d

Hi Damian, I can confirm same behaviour in ver. 2023.1.2.68. I'm getting same logs in diagnostics (about missing fields), and same error while trying to save session: url: https://{webcon}/api/nav/troubleshooting/saveSession | action: SaveDiagnosticSession ip: 172.17.1.10 | msg: An unhandled

Hi Razvan - I can confirm I'm getting same error, even when calculated column is just hardcoded 0.1 + 0.1

Item list rules
28.10.2023 19:48

Hi Mihai As far as i know, there is no built in way to conditionally show/hide those buttons. I'd go for custom JS to solve that too.

I really like the idea of using mass actions on report level, i've done it usually with cyclic actions, but sometimes that mass action might be just enough. I'll elaborate a litte on the notifications - check all On Entry, On Exit actions/automations in every step. If they have notifications, th