WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile LukaszJanicki > Forum messages

LukaszJanicki

User

Problem with timer
16.03.2026 12:55

Thank you Jacek and Daniel. The key to understading the problem was that timers are created on path transition. That's why my tests failed. I initiatied (created) the timer after the form had already reached the target step. Eventually, I've implemented a method from a different note by Daniel. T

Problem with timer
11.03.2026 17:34

Hi, I've created a timer with an action 'Update item list values' and 'send a custom email'. I want it to refresh my item list every 6 hours. Please find attached my timer configuration (to test it I set the interval to 1 minute and added an email action I mentioned above). I saved the process an

Hi, I have a path where the current user must select another user and pass a form to him. I want to send an email notification to both the selected user and his manager. I’m having trouble determining the manager automatically. Specifically, the problem comes down to the fact that I don’t know ho

The privilege-granting capabilities for application creation (within Webcon Designer Studio) should be more extensive and flexible. Let's assume two business units (departments) are using the same Webcon instance. How can proper privileges be granted within Webcon Designer Studio in this scenario

Hello, is there a way to restrict the domains to which e-mail notifications can be sent? For example, I would like to establish a rule so that e-mails are sent only to addresses within my domain (@my_company.com). So, even if I enter an external email address in the configuration, it won't be sent t

2 BPS_Content databases?
27.06.2025 15:53

Is it a common practice to have more than one BPS_Content database? I am wondering whether it can help separating the work of 2 departaments and ensure some independence? If so, how to manage which application should use which BPS_Content database? Kind regards Lukasz

Unfortunately, it is not timeout. It is "execution time limit". In the field that you proposed I have 300. And there is still an error. I send you a screenshot of this error in the attachment. Please take a look. My automation is as follows: 1) do power shell script (it takes longer than 60 seco

Hi, Is there any way to change (=increase) PowerShell action command execution timeout? There is a field in Services > Configuration but it is read-only. We need to increase the time to c. 120 seconds. Will be grateful for your support. Best regards, Lukasz

Hi, I'd like to build SQL query that uses 'current BPS database' and at the same time uses linked server that exists on that server. So I want to do sth like that: Select * from BPS_Content.dbo.WFElements t1 left join [my_linked_server].[database].[schema].[my_table] t2 on t1.id = t2.id Un

The problem exists when downloading data from Oracle 11g and Oracle 19. When downloading data from SQL Server 2022, decimal places are shown. When I do "test" option on the data then it shows decimal places. The problem is only with labels on graphs. I attach 2 photos.

Hi, In Webcon 2024 chart labels don't display decimal places. In Webcon 2022 decimal places were shown. Is it a bug or can I do sth with that? I attach a photo with this case. On the photo the label shows 0. It should show 0.09. Decimal places are quite important when I want to show a shar

Creating BPS Group - BPS ID
09.01.2025 11:22

Hi, I want to add a new BPS Group that will collect members of a given team. I don't have this group in active directory. I don't fully understand what is the meaning of Group identifier (BPS ID). It has to be in the UPN Format. In the knowledge base there is an article where the BPS ID is [some

Returning the form
23.12.2024 15:26

Is there any way to offer an option to an user to return its form after he/she sent it to another user? Let's say that we have a following situation: 1) User A opens a new form and fill it up. 2) After filling it up the user sends this form to his manager for approval. 3) After 5 minutes the u

Hi, I've created a simple application and a simple report. Then I looked at portal website at the system dashboard and there is a section "suggested reports". There are 2 icons: the first icon for the report and the second icon for the report view. But they are the same (i have only 1 basic view

Hi, we have the same problem. Is it really done? In what version?

Hi, I've prepared a template using Word Classic and put there data rows and data tables fields. Unfortunately the data are not displayed. The same situation happens when I go to Admin Mode > Admin actions > Word Template Printout. No data from data rows/data tables fields are diplayed. I am us

Hi, I've inserted a line chart to my form. It gets data from database (4 columns). 2 columns are presented on a chart as data series. Sometimes there are nulls in one of the columns. Then Webcon interpreters it as 0. Do you know any countermeasures to it? If there is a null value from the databas

Is there any way to avoid refreshing a form after invoking a menu action? The problem is that it moves the form to the top and the form flashes.

Hi, Is there any way to freeze data in 'data table' field type? My case is following: The 'data field' form field downloads data from Oracle database. The data in Oracle database changes every hour. An user completes a form on T day, so the data in the 'data table' form field is refreshed.

Hi, I've resolved this issue myself. You can do it with the following Oracle code: "where table1.date = to_date(to_char(, 'FM0000') || to_char(, 'FM00') || to_char(, 'FM00'), 'YYYYMMDD')