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

BK Webcon

User

Second BPS_Content
21.05.2026 10:42

Hi, I have a problem with BPS_Content databases. I want to create second content Database. I have done it via instalator. Then I have added the same permission for the BPS_Content_2 what I have for BPS_Content Service / IIS restarted, license refreshed But still I can't change the content

Aspose
15.04.2026 23:02

Question for Webcon Team Webcon BPS use .Net Aspose. SDK created by Webcon team / webcon actions like word to pdf also using Aspose library. SDK are executed by webcon. Could I use existing license If I want to create a new SDK with Aspose.

Disable Swagger
24.02.2026 20:40

It is possible to disable swagger ?

Webcon 2022 -> 2026
12.12.2025 14:45

I use WebconExpress and updated the version of the webcon to newest one. The license is activated. iis is working and I can open an element on website. I can open webcon designer and apply changes. but users aren't able to edit elements. In event log we can find the error Message=Wartość nie

Signing attachments
19.08.2025 11:46

It is posisble and I have a solution without SDK

SQL in the archive object
30.07.2025 14:18

You have to create an additional connection for the database and then you will able to use the connection in source for a SQL row / grid

HTML field
11.04.2025 12:19

It depends on what you want achieve? IMO the best way is create a calculated field an there you can add what you want

Hi, Form more complicated case you can use CLR Assembly In MSSQL Server https://www.csharp.com/article/calling-rest-api-service-from-sql-server-using-c-sharp-sql-clr/

I installed a new instance of webcon. In IIS I have new site with 3 bindings webcon-test.domain:.com 80 webcon-test.domain.com : 443 empty :80 Auth provider AD I'm not able to login to portal from the machine where webcon is installed via https/http://webcon-test.domain.com But link http:

Please try use bussines rule as a parameter. In the rule you can set conditions if form type = 1 ./getKundenData?customernumber=variableX if form type = 2 ./getKundenData?customernumber=XYZ

Webcon storing of files
24.01.2025 10:27

You can use Powershell

You have to add more details(logs configs etc) Now I don't know what and where you have problems

Hi, 1. You have to create a tech field where you will save a time state 2. You have to create a js rule let timer; let seconds = 0; function start() { seconds = 0; timer = setInterval(updateTimer, 1000); } function stop() { clearInterval(timer); } function reset() { se

The function is generic and it can be use for text, number and choose attributes function waitForElement(id, callback) { const interval = setInterval(() => { // Find the element by ID var container = document.getElementById(id); // Find the input within the container

1. Create a tech field multiline 2. Save blob data to the field - for example as base64 3. Create new menu action and there use add attachment and instead id add the attachment depends on sql SELECT CAST('' AS XML).value('xs:base64Binary("{techField}")', 'VARBINARY(MAX)') AS Content, 'file1.txt

Please check it Create form rule and add to compact form behaviour function waitForElement(selector, callback) { const interval = setInterval(() => { const element = document.querySelector(selector); if (element) { clearInterval(interval); call

Do you wamt tp add the functionality to existing element or for an element without WFD_ID (new element)

You can use WebService / SDK

Timeout action licence
08.11.2024 15:59

I created a scheduler where I have a template of the element. On timeout every week I would like to create a new element. I override the owner but still the license is required. From my perspective it looks like a bug. 99% of customers have dedicated accounts for bps_svc and bps_appPool and n

Timeout action licence
07.11.2024 20:00

Why the account bpc_svc (assigned to Webcon BPS Service) need to license to execute timeout ? Webcon version 2024.1.1.88