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

Maksymilian Stachowiak

User

Although I really like how it can be managed by WEBCON as in your example, I'm using a dedicated tools for managing custom database objects: - dbt for creating views for BI - flyway for creating custom schemas and functions My end goal at this moment is CI/CD pipeline which will run dbt, flyway

Hi everyone, @Daniel > Do we have the option to select constants in reports? I did create an SQL function to return the value of a constant by it's Guid in the past to go around this problem. I do not think that there is such option, and wanted to appreciate that SQL function - it's a great ide

Hello, just to add to the context in case someone will get here, and won't use rich mode - you could try: Escaped characters: \n \r \n\r Or when filling the data using some SQL actions CHAR(13) + CHAR(10)

Hi, I'm not sure if i'm missing something or it's version difference, but in 2025.1.1.44 you can use constants directly in js mode form rules.

Webcon storing of files
24.01.2025 15:28

Hi, By default webcon stores files directly in the database, and there are no actions which handle file/folder operatons on hard/network drives. There is possibility to integrate with Sharepoint as you mentioned, and with OneDrive*. Bartosz have already mentioned the use of PowerShell - but this

Hello, just a quick idea - as of 2025 version, we are able to select custom app icons for applications. What do you thing about allowing selection of icons for reports / dashboards in navigation menu?

Hi Paweł, at first i'd recommend using the default save button at the menu bar - it keeps the history more tidy, and doesn't trigger step leave / step enter. Also, when assigning a task for multiple users, they all should just press some 'Approve'/'Disapprove' button, rather than 'Save'. Save d

Hello, this is possible to configure using Advanced Report Styling, look up this article for more informations: https://community.webcon.com/posts/post/advanced-cell-coloring-in-reports/18/35 In my case i'm using something like this: { "content": "=CurrentField", "style": { "backgrou

Thanks for detailed response it's always good to know why there is a requirement, sometimes it opens some doors, not in this case unfortunately :)

I'd add here that in previous versions this action didn't exist. You could use a Add Attachment action, and inside an SQL query it should go like this if i remember correctly: SELECT CONVERT(VARBINARY(MAX), 'hello world' COLLATE Latin1_General_100_CI_AS_SC_UTF8) AS Content, 'file1.txt' AS FileNa

Jarosław's solution will work, it's really creative one, but i'd rather suggest solving it with and SDK, no need to store data on external hard drive, and additional custom table/database. If you can create PowerShell script which will fetch the data from sharepoint, i believe you will be able t

Linespaces in form in 2025
08.01.2025 15:37

It's not an out of the box solution, but you always could use that global css config to reduce some margins/padding, eventually change size of fonts.

Thanks for the query, it's nice to be able to check for errors this quick! ;)

Hi, It also requires just one global action template if i understood correctly - it's already possible, and shouldn't require much work to prepare.

Form - saving file path
08.01.2025 15:27

Hi, could you add some screenshots with description what happens, how it already looks like, and what kind of link user clicks, and which should be saved after? I'm currently afraid that it might require some work on the side of Microsoft toolset, like setting up some automation in Power Automate

Offline Mobile Apps
20.12.2024 08:06

Hi, As far as I'm aware it's not currently possible, WEBCON mobile app, requires connection to the web page. There is no build in functionality which handles offline use.

From what i remember someone on the forum mentioned that updating the GUID's on DEV environments manually in database works, but as usual - it's not recommended to do manual updates, as mistakes can hurt a lot. You should get GUID's from PROD, update them on DEV, then export the app and import hope

Hi Zakhariy If i remember correctly - I've had a chance to see similar warnings once but in different context. It happened to me when I tried to remove a step in dev environment, but it had some documents which already visited this step. Notification popped up before i really deleted the steps,

Exposed process automation
04.12.2024 14:48

Hi everyone, Currently i'm working with two applications, where one of them starts a workflow in second one. Let's call them Room Reservation, and Food Order. I can request different types of food orders - breakfast, dinner, snack using Food Order application. I can reserve a hotel room using

It seems like a bug, i'd consider creating a support request :)