OMOperatingUnit::operatingUnitLookupUnfiltered Method
Provides a custom lookup of all of the OMOperatingUnit records.
Syntax
client server public static OMOperatingUnit operatingUnitLookupUnfiltered(FormReferenceControl _formReferenceControl, [str _name])
Run On
Called
Parameters
- _formReferenceControl
Type: FormReferenceControl Class
The FormReferenceControl value for which the lookup being created by this method is servicing.
- _name
Type: str
A string that specifies a user-entered name that is ambiguous and must be resolved by the lookup; optional.
Return Value
Type: OMOperatingUnit Table
An OMOperatingUnit record that was selected by the user.
Remarks
This lookup helper method also assists in resolving duplicate names when surrogate key replacement cannot do so automatically.