IntToStatusNumeric is in the Conversion folder of the kitControl palette.
The conversion object is often used in a AX-3.5 or earlier host. This component links from the source integer value of a property
in an extension or other component to the target In property of a point or kitControl object (StatusNumeric value).
For example, to link the changeOfStateCount property of a BooleanPoint’s DiscreteTotalizer extension to a math object input, you would link an IntToStatusNumeric between
the two.

| Property | Value | Description |
|---|---|---|
| Facets | Config Facets window (defaults to null for units and one decimal place for precision) |
Selects units and configures how the values display:
In property value.
|
| Out | read-only number | Displays the converted target status numeric value. |
| In | number | Displays the source integer value. |