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
It is possible to disable swagger ?
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
It is posisble and I have a solution without SDK
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
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
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
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
Why the account bpc_svc (assigned to Webcon BPS Service) need to license to execute timeout ? Webcon version 2024.1.1.88