Поделиться через


CatDisplayVendorCategory::findByCatDisplayVendorAllWithOrigin Method

Finds the first CatDisplayVendorCategory record by using the specified _catDisplayVendorAll and _catDisplayOrigin parameters.

Syntax

client server public static CatDisplayVendorCategory findByCatDisplayVendorAllWithOrigin(
    CatDisplayVendorAll _catDisplayVendorAll, 
    CatDisplayOrigin _origin, 
   [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
The CatDisplayVendorCategory record that was found.

Remarks

The method performs an outer join to find the CatDisplayVendorCategory record.

See Also

Reference

CatDisplayVendorCategory Table