RetailServiceCategory::find Method
Finds a RetailServiceCategory record with the specified ServiceCategory value.
Syntax
client server public static RetailServiceCategory find(RetailServiceCategoryId _sServiceCategory, [boolean _forupdate])
Run On
Called
Parameters
- _sServiceCategory
Type: RetailServiceCategoryId Extended Data Type
The service category value of the specified record to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailServiceCategory Table
A RetailServiceCategory record; otherwise, an empty record.