Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _vendAccount
Type: VendAccount Extended Data Type
Vendor account number of Item import hierarchy setup record to find.
- _hLevel1
Type: RetailVendorHirarchyLevel Extended Data Type
Value of vendor hierarchy level 1.
- _hLevel2
Type: RetailVendorHirarchyLevel Extended Data Type
Value of Vendor hierarchy level 2.
- _hLevel3
Type: RetailVendorHirarchyLevel Extended Data Type
Value of Vendor hierarchy level 3.
- _hLevel4
Type: RetailVendorHirarchyLevel Extended Data Type
Value of vendor hierarchy level 4.
- _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.