CatDisplayVendorCategory::find Method

Finds the record that matches the given _sharedData parameter of the RefRecId type and the _vendCategoryRecId parameter of type RefRecId.

Syntax

client server public static CatDisplayVendorCategory find(
    RefRecId _sharedData, 
    RefRecId _vendCategoryRecId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: CatDisplayVendorCategory Table
An instance of the CatDisplayVendorCategory data type.

See Also

Reference

CatDisplayVendorCategory Table