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

Maksymilian Stachowiak

User

Hi Daniel, already tried it, without success unfortunately. Webcon uses Chroma.js to validate if color is hex or standard named color, there is a `valid` function, which calls for `color` class instantiation and this one prints an error in console. At least that's what i think is going on :)

It would be nice to have, especially for end users, at this moment such validation can be done on path transition, which isn't the nicest way.

Hi, we've already got this one on the user voice, although it might be forgotten since the under review is there for some time :) https://community.webcon.com/forum/thread/3931?messageid=3931

Can't say how many times i've tried this, would be a great feature, hopefully in the new web designer studio ;)

Hello, since the new UI we've got much more users on the dark theme of webcon, it brought however a few new challenges with custom colors on controls / lists. At this moment we are able to set custom css styles - background/text using attribute configuration: https://docs.webcon.com/docs/2025R2

Hi Antonina, most of `Actions` which are executed, require that the document already have a database ID assigned so it have to be saved. It's technical limitation of the platform. You could add something like `On open` -> Use path, which will do the save automatically, but I wouldn't recommend

Query looks fine, could you maybe share some errors you've got? Most common erros when moving a document by external systems i'd say is that document is in step, in which selected path doesn't exists, are you sure, that document on WEBCON side is in step, in which there is selected path to transi

insert into database
28.05.2025 12:40

I'm assuming there are 2 processes then: 1. Dictionary 2. Process which on some form has an item list. If you want to add something to the dictionary - by "insert" i'm assuming it's a new document, then you could try to use start a subworkflow action: * https://docs.webcon.com/docs/2025R2/Stud

insert into database
28.05.2025 11:51

Hi Arthuzad, the question is very vague, but i'll give few shots to answer: 1. Inserting / Updating on database provided by WEBCON breaks EULA point 3.6 / 1.23 (https://webcon.com/wp-content/uploads/2025/05/WEBCON_EULA_EN_2025.pdf). 2. If you need to import some data into a dictionary, then the

User defined API
26.05.2025 15:53

Hi Nikolaus, I've checked how it works in our environment (version 2025.2.1.35). First of all i've created test api definition as seen in screenshots, a simple example - just starting new empty workflow. An important thing was to check Authorization mode, documented here (without it i've been g

Here is an example SQL which I'm using in few reports: ( SELECT DTYPE_Name /*Change this to any column you'll need*/ FROM WFElements JOIN WFSteps ON WFD_STPID = STP_ID JOIN WorkFlows ON WF_ID = STP_WFID JOIN WFDocTypes ON DTYPE_ID = WFD_DTYPEID WHERE WF_GUID = 'af556142-72

URL for current Instance
23.05.2025 14:59

Hi Ernst, solution, which i'm currently using: 1. Create a Global Constant let's call it Hostname, and make it specific per environment, like https://companydev, https://companytest, https://companyprod 2. Using that constant create a Global Business rule like the one attached - using concat crea

Cześć, jedyne miejsce w 'Konfiguracji systemu' dotyczące załączników które przychodzi mi do głowy to to miejsce: https://docs.webcon.com/pl/docs/2025R2/Studio/SystemSettings/GlobalParams/SystemSettings_AttachmentsDatabase natomiast zweryfikowałbym również: * https://docs.webcon.com/pl/docs/2025R2

Let's say we have following example: Dictionary: People, Fields: Name, ID Workflow: Salary Management On some day HR created a new instance of Salary Management for new employee - John Doe, with ID 17 Few months passes, and John Doe changes last name to Doe-Foo due to getting married. HR up

Hi Arthuzad, This one is let's say tricky, and is directly connected with how WEBCON stores data in database. Choose fields, are stored in database in WFElements as id#name in one cell, so the name being displayed is read from the value that have been saved on a specific element. Changing the "

Hi, if you are running on 2025 R2, then you could define a custom API endpoint within designer studio - as body pass in ID of the instance and/or path id, and as the automation you can use Move Workflow (SQL) action. No ideas in previous versions though. Related documentation here: * https:/

Listing permissions
20.05.2025 09:21

Hi Nikolaus, I've written something a little time ago, but it doesn't dig in all possible places like configuration specific permissions. Application, process, workflow/form level are covered though :) https://blog.lumenn.pl/webcon-privileges/ https://github.com/lumenn/webcon-privileges-lookup

Sounds like great news will have to check it out!

Hi everyone, From my perspective - setting up a report for a process is a must - you'll have to do it anyway, so creating a simple one for development purposes is not a time wasted, you'll have to do it anyway. In the end, you can start sooner to think how end users will move around the app. Mo

Hello, As far as i know, there are no REST endpoints dedicated for Archive databases (as of version 6 of the API), it would require connecting directly to the Archive database using SQL.

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.