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

search results

for date and time

Applies to version: 2023 R3 and above; author: Krystyna Gawryał   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Item list  Update item list values Add item list rows   Introduction In WEBCON BPS, it is now possible to perform automa

(...) e form fields that you can enter in the fields used for defining the Widget value (such as the Displayed value field) must belong to one of the following types: Integer number, Floating-point number, date and time , Rating scale, Data row, and Choice field.   In addition to the previously provided value, it is also advisable to specify the Expected value. It is typically used as a reference point for (...)

Applies to version: 2024.1 and above; author: Marcin Kapusta    Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Getting started Services SOLR indexer queue   Introduction In WEBCON BPS 2024 R1, the Search Server component uses a new ve

Applies to version: 2023 R1 and above; author: Krystyna Gawryał   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Security   Introduction Version 2023 R1 of WEBCON BPS introduced the functionality to invalidate all active user sessions with t

Applies to version: 2024 R1 and above; author: Konrad Keppert     Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Licenses Services configuration   1. Introduction Upgrading to a newer version is inevitable for any WEBCON BPS environ

(...) provided so that you can check (via an additional Planned timer executions window) the scheduled dates on which the timer will be executed.   In the window, you can set any value for a date and time form field or Step entry date and, by selecting Calculate, you can get an exact list of the dates and times of the configured timer executions, which can then be exported to Excel. Regardless of the (...)

Applies to version: 2022 R1 and above; author: Konrad Keppert   Related documentation License Activation Service WEBCON BPS License activation Configuration of Portal-Service communication and selection of Nettops protocol   Introduction In the standard platform configuration, the name of the machine on which the WEBCON BPS components are installed is stored i

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 in the following sections of the WEBCON Help: Actions | WEBCON BPS Automations | WEBCON BPS Services | WEBCON BPS   Introduction A short response time ensures a smooth

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 in the following sections of the WEBCON Help: Alternative Application Addresses BPS users and groups list Licenses Integrations Other related Community articles include: Applic

Applies to version: 2022 R1 and above; author: Konrad Krawczyk   Related documentation A detailed description of the functionalities mentioned in this article and their configuration can be found in the following articles: Integrating MS Teams with MS Graph – WEBCON COMMUNITY OAuth2 Authentication form field – application examples – WEBCON COMMUNITY Send

Applies to version: 2026.1.4 and above; author: Jacek Język   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following section of the WEBCON Help: Licenses Other related Community articles include: License Activation Service WEBCON BPS License activation WEBCON BPS Licenses

Applies to version: 2026 R2 and above; author: Łukasz Maciaszkiewicz   Related documentation A detailed description of the functionalities mentioned in this article, along with their configuration, can be found in the following articles:   https://community.webcon.com/posts/post/opentelemetry-in-webcon-bps/403/3 https://community.webcon.com/posts/post/opentelemetry-

(...) Basic information Group of form fields A section that groups basic information about the request. Registration date date and time A field automatically filled in with the current date. Employee Person or group A field filled in by default with the currently logged- (...)

Hi everyone, does anyone has an idea, how to create a timeout for existing instances? The workflow waits in a system step until the date of the timeout execution is reached. Unfortunately the insert condition was wrong, so all instances will wait there forever. One option would be to define an invisible path, which leads to the same step to trigger the timeout again. I don't like this approach.

Hello, I'm trying to start a subworkflow from an item list. My item list will have the candidate for Positions and it will not be filled at the same time, each time there's a candidate for an offer, the user creates a row. To start my subworkflow I'm using as conditions having the candidate name as not null and a flag set to true and i'm using this as an execution condition with the following

Hello there, we are using a tablet pc at the reception counter for our digital 'guest check-in' process. It's just a seperate Dashboard with a report displaying the current check-in step. We are using the "Auto Refresher" for getting the latest check-in data. Our problem now is, that the smallest interval (1min) is still to long, the maximum value good enough would be 30 sec, otherwise the gues

Hi everyone, I'm currently creating quite a lot of "validate form" actions. For example: - Date one must be after date two - Date must be in the future - Integer value must be positive These are implemented as "validate form" action since I prefer validation on the server rather than on the client only. The draw back is, that it's a poor usability. So I "recreate" the same validations as form r

Hello, I personally like immediate validation – right after the user checks/selects/enters something on the form - much better than validation on an action. So usually I validate fields “on value change” and set the field error if necessary. Currently I use a js-function like this to showing/remove the error message (form display mode: Modern on BPS portal): function showError(columnName, hi

Hi everyone, I noticed on version 2022.1.2.31 that it can take a really long time to populate the target field of choice field, if the data source is a web service data source. In this case the data source is a REST data source and the picker field is of type popup search. Once I activated the diagnostic mode I noticed that after getting the picker results (1) the chosen value is validate

I have a scenario where i need to get a variable amount of CSV files as attachments into a running process instance. The problem is that these CSV files are created by an outside system and can only be identified by the path in which they are stored and the creation date of the file. I can find these files with a PowerShell action but i have no clue how to add them as attachments to my workflow.