Share via


RetailListing::findActiveVariantListingByDateRange Method

Finds the specified record in the RetailListing table.

Syntax

client server public static RetailListing findActiveVariantListingByDateRange(
    CatalogRefRecId _catalogId, 
    RefRecId _channelId, 
    ItemId _itemId, 
    InventDimId _inventDimId, 
    date _startDate, 
    date _endDate, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _startDate
    Type: date
    The start date of the record to find
  • _endDate
    Type: date
    The end date of the record to find
  • _forUpdate
    Type: boolean
    Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: RetailListing Table
A record in the RetailListing table; otherwise, an empty record.

See Also

Reference

RetailListing Table