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

search results

for background

(...) } else { console.error("Button with ID 'copyResize500' not found."); } }, 500); </script> <div style="text-align: right;"> <button id="copyResize500" style="background -color: #00C0FF; font-weight: bold; border-radius: 10px; font-size:16px;"> Resize image to height 500px (aspect ratio preserved) </button> </div> <script> se (...)

(...) #map { height: 480px; width: 100%; } #popup { position: fixed; top: 50%; left: 50%; width: 1024px; height: 520px; background : white; border: 1px solid #ccc; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); z-index: 1000000; display: none; transform: translate(-50%, -50%); } # (...)

​  Applies to version: 2026 R1; author: Łukasz Maciaszkiewicz, Lily Adamowicz   Related documentation A detailed description of the functionality regarding versions 2023 R1 to 2025: OpenTelemetry in WEBCON BPS   Introduction In the present-day dynamic and distributed application environments data monitoring and analysis are key to ensure high effic

(...) to color elements such as group headers so that the color works well in both themes. There are several ways to achieve this. One option is to choose a color that looks good on both dark and light background s. With the help of AI, we found such options. However, there is a much better method that works for all color variations — using transparency. In the attribute settings, set the background c (...)

(...) Dear all, what would be the best practice to update/change the Business Entity of an instance? background : I would like to create an application containing people related to a company respective business entity. Over the time it is possible they would change the company and so also the business entity. I found a dirty way by using an SQL Update directly on the WFElements table, but I am struggling by run (...)

Hi. I have an old Webcon BPS. I try to create a template and I have a problem with CSS. I don't know how to change [|ElementAdress|] element to my preference. I want change text-decoration change to none, change color to white and a want to add padding and bottom. It is my code : [|ElementAddress|] [|MessageBody|] I upload how to my div with ElementAdress looks. How to change this field.

Hi there, i am struggling with generating a clickable link from column of same row. I would like the user to enter a link in the column LINK and a clickable link should be generated in the next row column (LINK-TEST) on every value change (see attached picture). The perfect way would be a little HTML button, so i should be able to set the "[TECH] angeschaut" checkbox when clicking. What i am s

(...) the date in the current field is greater than today, then color backround, else dont change the color". Currently the not working JSON code is: { "content": "=CurrentField", "style": { "background -color": "=if(CurrentField > today, '#FF0000', '')" } } I've also tried different variants of the condition like "date(CurrentField) > date(today)" or "CurrentField > date('TODAY')" and other s (...)

Upgraded Dev environment to latest version 2022.1.1.53 but designer studio is not opening up. It is giving unknown exception error. Attached the screenshot. Here is complete error info: Type: System.Exception ------------------------------------------------------- Message: NotFound IIS 10.0 Detailed Error - 404.15 - Not Found

(...) Dear Webcon Community! Problem: longer background processes has to be split to smaller parts to fit in transaction timeout limit. For example if you have to move 50-1000 instances each morning taking some minutes, we have to use "select top " and run global action more often (eg. in every 10 minutes) Earlier (before BPS 2020), it was a once a day run. Proposal: have new GA setting to specify numb (...)

(...) Hi everyone, does someone has an idea, how I can add a mail address to a local user account? If I want to add one, I get an error, that the existing BPS Id does not match the UPN format. background information: a customer uses a single server machine for running a test environment for WEBCON BPS. The VM has no access to a domain so the installation has been executed using local user accounts. The (...)

(...) Hi all! I am getting a strange warning when deploying a second SDK plugin package to customer environment (see screenshot). The background information is: Both SDK plugins need System.Text.JSON namespace for serializing / deserializing JSON objects, which requires a bunch of satellite assemblies to be packaged also. These assemblies are added to each package with a custom Powershell script and have (...)

(...) ToSystemLogParams args) at WebCon.WorkFlow.Studio.Forms.ModuleReports.Documentation.LanguagePicker.c__DisplayClass8_0.b__1(Object o, RunWorkerCompletedEventArgs args) at System.ComponentModel.background Worker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflectio (...)

(...) I opened preview of the sales object and pushed the button named "Run through path" (on the attached screen, the button does exactly what it sais), the object's instance moved through the path in the background and the view did not change. Now (as in 2022.1.2.59, not the newest one, I know) when I push the button, the object runs through a path and does all the actions, but the view changes to the details o (...)

(...) u would like to apply changes to workflow elements which are in different steps. For those cases i would be great having the option to just update the element rather than moving to another step. background of this idea is a potentially new customer where we have to replace their current mass action functionality (e.g. sending e-mails, mail merge letters). Adding to possibility to just update/save da (...)

(...) ing. Does anyone know if there's a way to color report cells similarly to how Excel colors duplicate values? So when a duplicate value is found in COLUMN1, the cells from both rows would get e.g. red background color? TIA, Martin

Hi community, is there any way to change the [|ElementAddress|] and [|WebAddress|] on global notification for different address? Our server on which we have installed webcon is called abc-webcon, but we have bindings in ISS and users use page webcon.ourdomain.pl. When we send notifications from BPS link to [|ElementAddress|] and [|WebAddress|] direct users to page abc-webcon.ourdomain.pl. Pa

(...) Hello Community, I would like to show or hide certain steps in the status panel in the form depending on a business logic. However, in the designer I only found a static (checkbox) option. background is only the clarity about the process steps to be done. I thought maybe it would be possible to simply show and hide the container using JavaScript. Unfortunately, I have not enough experience in this are (...)

(...) ToSystemLogParams args) at WebCon.WorkFlow.Studio.Forms.ModuleReports.Documentation.LanguagePicker.c__DisplayClass8_0.b__1(Object o, RunWorkerCompletedEventArgs args) at System.ComponentModel.background Worker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflectio (...)

Hello all, I'm trying to set up a button to start another workflow but I want to pass the current instance ID so I can relate the two instances. I'm using the info from Webcon but I don't know how to pass the ID: Legal Request Process Using this, I'm basically writing WFD_ID in the destination field. Does anyone know how to get this working= Thank you