Share via


AlcoholLicenseTable_RU::findByTypeDateOwner Method

Finds the first record in the AlcoholLicenseTable_RU table by the number of parameters.

Syntax

client server public static AlcoholLicenseTable_RU findByTypeDateOwner(
    AlcoholActivityType_RU _profileAlcoholActivityType, 
    AlcoholProductionTypeId_RU _productionTypeId, 
    TransDate _transDate, 
    DirPartyRecId _party, 
   [CustVend_RU _custVend, 
    AlcoholLicenseSeriesNum_RU _licenseSeriesNum])

Run On

Called

Parameters

  • _profileAlcoholActivityType
    Type: AlcoholActivityType_RU Enumeration
    The type of the alcohol activity for the inventory profile that is used to search for the license (wholesale or retail).
  • _custVend
    Type: CustVend_RU Enumeration
    A value that indicates whether the license is being found for a customer or a vendor; optional.
    This parameter is used to search for the corresponding license activity type.

Return Value

Type: AlcoholLicenseTable_RU Table
The record that is found in the AlcoholLicenseTable_RU table.

See Also

Reference

AlcoholLicenseTable_RU Table