Share via


EximDEPBScheduleTable_IN::findByProductGroupTableRecId Method

Finds an EXIM DEPB schedule table, based on the record ID of a product group table.

Syntax

client server public static EximDEPBScheduleTable_IN findByProductGroupTableRecId(
    RefRecId _productGroupTableRecId, 
    utcdatetime _validFromDateTime, 
    utcdatetime _validToDateTime, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _validFromDateTime
    Type: utcdatetime
    The valid from date/time.
  • _validToDateTime
    Type: utcdatetime
    The valid to date/time.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update.

Return Value

Type: EximDEPBScheduleTable_IN Table
The instance of the EximDEPBScheduleTable_IN class.

See Also

Reference

EximDEPBScheduleTable_IN Table