Table of Contents

LoadMinMaxValues


LoadMinMaxValues(conditions : boolean);

LoadMinMaxValues(…) is used for specifying whether min and max values should be (re)loaded during a LoadData Action for Form Elements supporting range constraint, for example, the Date Picker Form Element.

Example

LoadMinMaxValues(); // evaluates to true
LoadMinMaxValues(ItemID == "X-300"); // evaluates to true if ItemID equals X-300