


Cust_Rcrd_Value_Inexact
Purpose
Returns a field value if a Custom Record is found matching RCRD_CLASS and a
partial key.
Arguments
Cust_Rcrd_Value_Inexact(
<Record_Class>
, <key part>
, <field>
, <one only>
)
Notes
If more than one Customer Record matches the <key part>, then <one only> determines what is returned. If True, then a value is returned only if
exactly one record matches the <key part>. If False, then the value in the first record found that matches <key part> is returned.