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

search results

for edit

External content by Daniel Krüger; September 01, 2024 ;  The original post has appeared on daniels-notes.de   While the original post with the javascript function to display "All attachments" on page load is almost three years, this was only now updated to optionally collapse the the attachments. Thanks for the request. :) The linked blog post also contains a sma

(...) teps in between the range. You can then increase/decrease the value by using the arrow up/down keys. This can be achieved by the following steps: Create a global Form rule, switch the edit mode to "JavaScript mode" and add the following JavaScript window.nxWebcon = window.nxWebcon || {}; nxWebcon.integerRange = nxWebcon.integerRange || {}; nxWebcon.integerRange.i (...)

External content by Daniel Krüger; October 13, 2024 ;  The original post has appeared on daniels-notes.de After the last posts "Start Teams chat post" I was asked whether this could be utilized to get in contact with the support team. I liked this idea and implemented a little solution for this question.  While creating the solution, a whole bunch of question arose

External content by Bjorn Poller, published on October 21st 2024; In one of our prototypes, we encountered issues with the number of text-based groups on the form. It became simply too cluttered, despite the use of groups. Using tabs for sorting would have been the least effective solutionin this case. After experimenting with CSS, we created a style parameter that we’d like to share. We&

Have you ever faced the challenge of managing documents where multiple signatories need to sign on different pages or in specific positions, and didn’t know how to handle it?  We’ve developed an intuitive interface using HTML and JavaScript within WEBCON that allows each signatory to select the exact position of their signature on each document. This innovative functionality u

The WEBCON team works tirelessly to improve the WEBCON BPS platform. We constantly strive to fix any errors and make sure that our system always functions as intended.   Every year, we publish a major version that introduces a multitude of new features. Additionally, updated builds are released at least once a month, they aim to resolve any existing issues and implement small c

This document contains:   Enterprise (Standalone) installation prerequisites, diagrams, and scaling SharePoint-hosted installation prerequisites, diagrams, and scaling Planning for High Availability WEBCON BPS Databases overview and size estimation Disaster recovery for Enterprise and SharePoint Good practices for system upkeep WEBCON BPS Farm communication diagram List

(...) h Service responds correctly, simply search for any phrase in the global search engine of WEBCON BPS Portal (screenshot below). ​​​​​​​​​​​​​​ It is a good idea to open any workflow instance in edit mode (or start a new workflow). In case of problems with the license service, WEBCON BPS Portal works in read-only mode. If it is possible to enter the edit mode on the form, the license service resp (...)

(...) drag them into any phase/actor fields, as well as add and remove phases and actors using the menu available by clicking on their names. A new phase can be added to the left or right of the currently edit ed phase by selecting one of the dedicated buttons. Similarly, a new actor can be added above or below the currently edit ed actor. Selecting the edit button in this menu (pencil icon) opens the (...)

Applies to version: 2021 R1 and above; author: Łukasz Chechelski   Introduction The OAuth2 authentication standard is becoming increasingly popular, as it enables integration between different systems. In many cases, the connection takes place in the API → Application model, which makes authentication much easier. In this case, a predefined set of data is used – Client ID

Applies to version: 2025 R1 and above; author: Łukasz Maciaszkiewicz   Introduction The 2025 R1 version of WEBCON BPS introduces support for SIEM (Security Information and Event Management) providers. This article explains how to integrate the WEBCON BPS platform with a SIEM service using the Microsoft Sentinel tool.   What is SIEM? The SIEM (Security Information and

Applies to versions: 2024 R1 and above; authors: Łukasz Chechelski, Jacek Język   Introduction Microsoft Entra ID (formerly Azure Active Directory) enables secure identity management and control of access to cloud resources and on-premises applications. With the integration of WEBCON BPS with Entra ID, an effective and advanced identity and access management is possible in hybrid an

(...) th properties would make the styling easier. The custom styles could be defined in the new html-field (for every process we would have to define it again) or much better, let it define in the themes edit or! Update 06.04.2021 Apparently is now in back-log https://community.webcon.com/forum/thread/404/15

(...) ely consider adding some more functions, like: - user defined left menu - pages, not just dashboards - option to turn off the default dashboard - dashboard HTML element should have some kind of HTML edit or, not just a narrow window for code pasting. It's hard to make any changes without copy/paste to external edit or - dashboard text element is too narrow, it should be resizable ! Almost impossible to (...)

(...) e great, but only untill you try to do something with them - like hide for example... or export - import Seems like you keep them all in a single SQL field:-( So, some JS manipulation is needed, rule edit or is useless. Can you make normal HTML attributes - every attribute in separate SQL field?

(...) he following scenario: - client has approximately 500k customers (a mix of companies and persons) - each customer can have one or more banking accounts - each account can have one or more connected credit cards I would like to give the users the option to search for a customer using data from each of the categories mentioned above. I'm trying to avoid importing this data as workflows because the data (...)

(...) Dear Webcon. Designer Studio is a great tool, and visual workflow edit or is a great tool too, but it's missing a compliance with visual proces definition standards, like BPMN 2.0. Can you please implement a BPMN import feature ? Sure it won't be easy (since the differences in process/workflow definitions) but still it should be posiible to implement some basic imports, even if not all data from BPMN d (...)

(...) the json response to a table is beyond me. Just in case there's someone who would be able to do it but doesn't know how to retrieve the data I add the logic below which can be put into the advanced edit or. You need to create an APP with impersonation. For some reason the report was returned but without rows without impersonation. I even granted the APP business administrator privileges without succe (...)

(...) ar as in the image attached), where i am able to add as many rows as i need. One to define a name of the form field (text) and another to pick from my workflow fields. I found some classes like Configedit ableGrid, Configedit ableGridColumn in the SDK, but I'm missing samples how to use them. Does anybody have experience with this type of configuration?

(...) What type should be predefined in the input parameters to read a type field itemlist/enum in a sdk BPS 2020 Exteinsion Logic- BPS Custom Action utilizand Configedit ableEnum/ Configedit ableItemList?