Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...


Info
titleRequired apps
  • Power Custom Fields PRO™ or
  • Power Custom Fields Premium


Huge data sets

Let's say you have a business selling car parts and of course you have thousands of products and have to work with huge data sets. Power Custom Fields Premium™ Fields™ helps you save your time tremendously because you no longer need to go through the list of all products to select the necessary one. 

...

Considering we have a PCF - Multi Select custom field configured with one SIL™ Data Source, one Selection script, minimum characters for autocomplete set to 5, the maximum results number set to 50 and the filtering strategy set to "DataSource". We want to select from our big data set the items using the ids they have.

...

  • myDB represents the resource name of the data base used, 
  • car_parts represent the table from the data base we want to select from
  • ("name", "id") are the columns converted to an object of the KPOption type and represented by a pair (label, value). 

...

See also