InventPosting::findWithSite_CN Method

Uses a set of parameters includeing site to find the matched record.

Syntax

server public static InventPosting findWithSite_CN(
    InventAccountType _accountType, 
    InventSiteCode_CN _siteCode, 
    InventSiteRelation_CN _siteRelation, 
    InventPostingItemCode _itemCode, 
    ItemRelation _itemRelation, 
    InventCategoryRelation _categoryRelation, 
    TableGroupAll _accountCode, 
    CustVendRel _accountRelation, 
    TaxGroup _taxGroup, 
    TableGroupAll _costCode, 
    CostRelation _costRelation, 
   [boolean _update])

Run On

Server

Parameters

  • _update
    Type: boolean
    If ture, find for update. Default is false.

Return Value

Type: InventPosting Table
Returns the matched record.

See Also

Reference

InventPosting Table