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 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
- _productGroupTableRecId
Type: RefRecId Extended Data Type
The record ID of the product group table.
- _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.