I want to use reverse proxy and publish Webcon API definitions. https://xyz.net/[dev/test/prod]/api/udef/db/3/orders reverse proxy will change url to https://dev.net/api/udef/db/3/orders Db id is in the path as parameter so for the integrators it will be transparent otherwise on dev test
Hi, I have a question about DbId I have environments dev / test / prod. Dev / Test new installations. Prod old one Webcon Version - Newest For dev / test I see CD_ID | CD_Name 1 BPS_Content 2 http://xyz:8983/solr/ 3 BPS_Content But for the prod I have CD_ID | CD_Name 1 BP
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