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

search results

for choice list

Applies to version: 2023 R3 and above; author: Krystyna Gawryał   Introduction Version 2023 R3 introduced the ability to use the CONCAT function within the LIKE function to create advanced filter conditions on Data sources. This is particularly applicable when configuring Choice fields, allowing the list of returned values to be limited to those required by the user. This article

(...) red by them can take a variety of forms, and the end users of the system can easily exchange written information. One of the groups of form fields available in the system are Survey fields, including choice list and Rating scale. With their help it is possible to prepare questionnaires and thus to obtain the opinion of users/respondents on a selected topic. Version 2023 R3 of WEBCON BPS introduced the pos (...)

Applies to version: 2023 R3 and above; author: Łukasz Maciaszkiewicz   New WEBCON BPS 2023 mobile application   The WEBCON BPS 2023 mobile application is a component of the WEBCON BPS platform designed for mobile devices. It offers flexible and convenient access to the applications published in Portal from any location, even without direct access to the company’s compu

Applies to version: 2023.1.3 and above   Introduction This article concerns the system data source <Users and Groups>  and its effect on the Person or group form field from 2023 R3 onwards. The system data source <Users and Groups> (distinguished by the triangle brackets) is meant to act as a filter on top of the list of synchronized users -

External content by Razvan Ogrezeanu; 15.04.2024   Introduction In today's digital age, email remains a cornerstone of business communication, serving as a direct line to customers, stakeholders, and internal teams alike. Its role extends beyond mere information exchange, functioning as a vital tool for marketing, customer service, and engagement. The ability to capture attention a

After upgrating to 2021.1.3.205 my autocomplete choice fields in an items list started to behave really strangely and buggy (on several workstations). What happens: - when I scroll to the bottom of the list it scrolls back to the top by itself - when I scroll down a little, the list changes position by itself a little to the top or to the bottom - sometimes an error pops up when scrolled to the bo

Hello, I wonder if this is a bug or feature... I have a form field named "Dział" ("Department") and it is the type of "Choice tree". When I try to create a report with forms containing this field, the field is accessible depending on report source type... when the report source type is "SQL Source" - the field is accessible when I choose "SearchIndex source" - it disappears from the list of acce

While trying to cope with problematic hyperlinks to different items in one item list row, I came up with a solution that might come in handy. Explanation: The item list contains one key choice field ("Symbol") which is configured to populate several other fields in the list. Among the populated fields are "Przypisane komórki (BPS)", "Przypisane garaże (BPS)", "Przypisane miejsca postojowe (BP

Hello! I've been quite active recently with questions while developing a CRM module. Today is not different. There is a process with elements serving as dictionary of "sales objects" (not a dictionary type process but a standard one at the time). There is another process called "Sales transactions". In this process there is an item list holding the items to be sold at the current transaction.

(...) ield item by index? The choice field(A) has a placeholder ("empty" in attached image) and a dynamically read value. And on value change in another choice field(B), this value is being added to the choice list (A), but I also need to have this new dynamic value selected as right now it is just queued under the placeholder. Is there a way to do this through webcon standard or programmatically? Thanks (...)

Hi, I'm trying to update an existing instance or create a new instance with REST API. I'm using api version 3.0 and Postman. I want to put data to choice field, but I know only name from data source. It's possible at all? I tried to put a value in two ways: "formFields": [ { "guid": "c2e37260-5d57-410e-997c-1f19bb12a4c0", "svalue": "US

Hi there. Trying to familiarize myself with the for each action. I have an item list an I want a business rule to evaluate the value for each row of a certain column (choice field) an execute an action for it. Unfortunately, as soon as I have more than one row in the item list, the BR evaluation will fail as it attempts to test against all the row values for the specified column. My BR u

Hi everyone, I wanted to ask if anyone knows where or in which table the "Fixed values list" are stored. I am using a "Start a subworkflow (SQL)" to migrate data from our old sharepoint workflow tool to Webcon. Unfortunately, it seems that Webcon has decided that 'Choice fields' always require a GUID#Name to be populated. (Without this format I get an error and the subworkflow does not run

Hi, Sorry for my lack of knowledge but I've just installed WEBCON 2 days ago. Please help! I want to add in a item list rows from a SQL database but: Querying data is ok. I want to select a product name based on that query (from a Choice field) and get the correspondent price from the query... Also my query is based on another field as a filter When I change the value of that filter, the li

Hello, I'm looking for a feature to be able to display images inside drop-down, or pop-up choice field. Either form Picture field, or from Single line of text in Picture mode. Use case: I'm working on a process, where sales department should specify which base product should be used as a starting point to create a new one. There is a long list of those base products, and remembering how e

Hey. We've ran into an issue with the Drop-down choice field within an Item List. Simple way to get the error: Clone a row with some data -> Try to modify the drop-down attribute value in the newly created row This results with a checksum error pointing at the choice field (see picture provided with the thread). It has happened in different applications/processes before too. We're usin

Hi community! I have to implement a choice field (Autocomplete or Popup), whose results should be dependent of the following: 1. Current step 2. If second choice field is selected, it should narrow down the results from a subquery (Item list) First of all Webcon doesn't accept a DECLARE statement in the first line of a custom datasource based on 'Current BPS connection'. A workaround her