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

search results

for code

(...) a trusted device: The e-mail option is always available since all synchronized users will always have a valid e-mail address. For the e-mail method, Portal will show the user a window to enter the code . Here the user must enter the authorization code that was mailed to them.   Fig. 3. Form window for entering the authorization code     Fig. 4. E-mail containing the (...)

(...) e character". The reason for the error is that the resulting OCR .xml file stored in the text column of the attachment database (ATF_FRData column in the WFAttachmentFiles table) contained Unicode characters. In turn, the attachment database was created in non-Unicode mode and the selected types of its text columns were varchar and text. These settings ultimately prevented the .xml file contai (...)

Applies to version: 2022 R1 and above; author: Konrad Keppert   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found on the following pages: Run a PowerShell script | WEBCON BPS Install Azure PowerShell on Windows | Microsoft Learn   Introduction Users of WEBCON BPS often face the need

(...) when authorizing path transition or access to confidential form data. This article provides instructions on how to configure an SMS gateway that allows sending short text messages with authorization code s from the system.   Communication Services The first step to enable sending SMS notifications from WEBCON BPS is to create and configure a Communication Services resource in Microsoft A (...)

(...) application server is installed.   Installation First, download Public Forms from the official GitHub account, available at: WEBCON bps GitHub. On the main page you will find the source code , which you can use for your own development of the solution. The compiled package is located in the right panel. You should download the latest version.   Fig. 2. Download the archive (...)

(...) bsp;. A Use AI slider has been added to the Translations window that opens when you click this icon. Its activation is equivalent to selecting the checkboxes added next to the fields with language code s. Checking one of these boxes will activate the new Translate with AI button. When it is pressed, the original text of the field is automatically translated by artificial intelligence into the select (...)

(...) configurator can create their own fully functional endpoint. Everything is done in the user-friendly interface of WEBCON BPS Designer Studio, without having to implement additional services or write code . Equally important is the speed of operation – instead of planning and developing lengthy integration projects, we can react immediately to business needs and provide data or operations on d (...)

(...) "unsaved data" alert one can add a simple form rule to the desired process. Example: Rule Name: FR - FormIsDirty Check and set not dirty Edit mode: JavaScript mode JavaScript code snippet: //Switch for console.log output const isDebug = false function resetIsDirtyInSessionStorage(key = 'WebconBPS_FormIsDirty') { //Get sessionStorage item const raw = sessionSto (...)

External content by Bjoern Poller July 1st, 2025;  We designed an application in which the initial situation had to be documented using up to eight images (each up to 5 MB in size). We couldn't reduce the image sizes, as we needed the ability to zoom in on details for damage assessments. To prevent these images from unnecessarily taking up space in the workflow history, we came up w

(...) TURE – qualified electronic signature.   Additionally, you have two more fields to select: SMS authentication – when this option is selected, the user must enter an SMS code sent to the specified phone number before signing. Authorization using SMS code Unlock document by SMS – when this option is enabled, the document is encrypted, and the user can view its co (...)

(...) d by the Workflow Service, which includes: timer-based actions, cyclical actions, handling of HotFolders and HotMailBoxes (monitoring, starting instances, attaching to instances based on barcode s), default path transitions from steps such as Text layer, OCR AI, and OCR AI Learn, path transitions triggered by the MailApproval feature. By default, the limit is set to 120 seconds, but (...)

(...) ter the URLfor the endpoint, choose the correct method POST and set some other fields to create the endpont, click on the OK button: PowerShell Script Now you can enter your PowerShell code and don't forget after all changes by clicking the small save button on the upper right:   The example code receives two integer parameters and returns their sum. First we hav (...)

(...) form fields for the address data and set the following form rule in the form field "POI": HTML form field The integration in WEBCON is done with a HTML form field containing this code : Form Rule Create a local or a global (with parameters) form rule "OSM Integration" with "JavaScript mode" as "edit mode" with the followin (...)

(...) mmented out for productive use, but they are useful during testing. After executing the JavaScript, a hidden save button is triggered. Since the visible JavaScript button is part of the DownScaler code , make sure to deactivate the JavaScript after this step to prevent the save button from being incorrectly displayed in later steps, which may lead to faulty behavior.   #{FLD:10523}#  (...)

(...) Hi, with the introduction of BPS Portal we got a few additional options were we can add "code " and where variables from the expression editor would be useful if not even mandatory. 1. Report - SQL Filter, there are a few variables there already 2. Calculated field in Reports and BPS internal view, no option to use existing variables 3. Report - advanced formatting, no options to use existing variab (...)

(...) ns, 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 editor, not just a narrow window for code pasting. It's hard to make any changes without copy/paste to external editor - dashboard text element is too narrow, it should be resizable ! Almost impossible to edit large amount of text, too much (...)

(...) "Invoke REST Web service" action on a menu button. If I enable "Use proxy" in System settings I get the following error: Request Url: https://test.findynamic.com/iris/credit-card/api/buyers Response code : MethodNotAllowed (405) Exceptions: Rest service call failed. Http code MethodNotAllowed (405). Inspect log to get more information. If I disable this setting, I get this: Request Url: https://test. (...)

(...) An errors section where the community can post common errors and possible solutions for them. A search by error message or code would be great. We are building one of those blogs for errors internal, but it would be great if the community can have their input on it. Also the version of WEBCON would be an useful filed to group by.

(...) I try to implement a ConfigEditableItemList in a custom action in C#-code . When I go over the ConfigEditableItemList I get the message: "The class with the item list configuration must implement: IConfigEditableItemList". I implemented an example but when I upload the SDK into Webcon I get an error that there is the implementations missing and I can see nothing from the SDK. Has someone experien (...)

(...) colors presenting the vacation type (which in my case would be the shift). The Vacation Type data source has only 6 available colors. I need more than that. Does anyone know if we can use hex or rgb code s instead of the preset IDs? If not, is there a place where I can define new colors? Thank you in advance for your answers. Martin