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

search results

for autocomplete

(...) able only in some cases checkbox has been selected in the prototype path configuration in Designer Desk), actions, Choice field (regardless of its behavior, i.e. Dropdown, Popup search window, or autocomplete ), or form fields that belong to the Data presentation group, business rules, data sources (except Fixed values list).   Summary The functionality of creating a list of tasks for e (...)

(...) e target field. I tried with a different field in another process and another itemlist, with different datasource - same result. If I remove the target fields from the picker, it works. Changing to autocomplete works, but it is inconvenient for that purpose - picker is better as autocomplete , especially with the bigger size in 2021. It works with picker fields outside of item-lists. Is there something I mi (...)

(...) Hi everyone, let's be honest the search option is more of an autocomplete . Nothing wrong with this since you can still get some useful information. Nevertheless, I prefer searching this site using a major search engine. Since I don't like to do repetitive tasks I put together some JavaScript which speeds this up and can be executed on any (public) site by clicking on a bookmark. Unfortunately gifs aren't al (...)

(...) Maybe I missed something but I'm struggling on a form. On the form I have 2 autocomplete choice fields that are related. First I would like to hide the second field. The first field a category has to be selected (1-5), and when someone selects Category 1, the second field should appear dynamically to make a selection. Now I added a rule in "Visibility restriction in form", see picture. I runs but it seem (...)

(...) I hope I can explain it right... I'm trying to add an autocomplete column to an item list that is filtered on a multi select column. So I have a projects dictionary, and want to select a project from that. Each project can have multiple employees working on it, therefore I created a multi-user selection in the project dictionary. When selecting the project I want to get all projects where my account is in th (...)

(...) ns and answers come from a dictionary. Since it's a questionnaire I would have liked to have a drop down for the answers but since this doesn't have an option to define target fields. I moved to the autocomplete alternative. This in turn has the drawback that the it takes 2-3 seconds to load the answers. Using the same data source and filters for the drop down choice field doesn't have any loading time. So (...)

(...) I'm looking for a way to get the name of an ItemList within a SELECT statement. I'm planning to build a way to move an ItemList row to another ItemList in the same instance. Therefore I need an autocomplete field with ID=ItemListID(DET_WFCONID) and Name=? . I'm kind of stuck. At the moment I can't even find it under (https://developer.webcon.com/2022/resources/db/). Anyone out there for a little (...)

(...) I have a choice field and it is populated from a data source with autocomplete activated. I want to limit the choice field to only the data from the data source. The user can't manually type any other text. How can I accomplish this?. Thanks

(...) ed JSON length from 424722 (2) to 401807 (4) using a "pretty printed" version this reduced the length from 549913 (3) to 508477 (5) Best regards, Daniel "indicator": false, "percent": false "autocomplete MoreResultsCount": 100, "hasRequirednessDependencies": false, "isDisabled": false, "regexValidation": null, "isTechnical": false, "controlStyle": "", "labelStyle": "", "plugin": null, "ht (...)

(...) tom values - make fields on form enabled. * Disabled custom values - make fields on form disabled. Is there any value which i could use to check state of dropdown control? In this case i'm using autocomplete dropdown. I'm using js and global variables right now, but this doesn't work after saving the form with custom values - I'm lacking some control state info. (I've tried to achieve it with documen (...)

(...) tatus" (drop down list) I have 3 option to pick: - choice field (the fastest) - I would like to use that option - how to copy value to other cell in row? - choice field picker (I don't like it) - autocomplete [it work I like but is so slow .... ] If I pick autocomplete then I fill the _tech_status and sorting by _tech_status works but: "how to copy value to other cell in row? " c) sorting by _tech_ (...)

(...) 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 here is the 1. (...)