DEL_RetailImportItemHierarchySetup::find Method

Finds the specified record in RetailImportItemHierarchySetup table.

Syntax

client server public static DEL_RetailImportItemHierarchySetup find(
    VendAccount _vendAccount, 
    RetailVendorHirarchyLevel _hLevel1, 
    RetailVendorHirarchyLevel _hLevel2, 
    RetailVendorHirarchyLevel _hLevel3, 
    RetailVendorHirarchyLevel _hLevel4, 
   [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: DEL_RetailImportItemHierarchySetup Table
A record in the RetailImportItemHierarchySetup table; otherwise, an empty record.

See Also

Reference

DEL_RetailImportItemHierarchySetup Table