Versions Compared

Key

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

...

  • Type (Determines the data type and entry method.)
  • Name (The label for the parameter and the token used in the SQL statement to resolve the value when executing.
  • Description (Helpful description shown to guide user.)
  • Default (Default value for parameter. Can be Custom Default for DateTime types only.)
  • Min/Max (If applicable, include the minimum and maximum range the value can be.)


Info
titleNo Parameters Example

<parameters>
</parameters>


Info
titleOne or More Parameters Example

<parameters>
<parameter type="Boolean" name="OnlyEnabled" description="Enabled Devices Only" default="true" />
<parameter type="Integer" name="Missing" description="Missing Record Count" default="0" min="-1" max="100"/>
<parameter type="Boolean" name="IncludeStation" description="Include Station Meters" default="false" />
</parameters>

...