LedgerReportIndexZakat_SA::findByReportType Method
Finds the record in AssetGroupTrans_IN table with specified report type.
Syntax
client server public static LedgerReportIndexZakat_SA findByReportType(
LedgerReportTypeZakat_SA _reportType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _reportType
Type: LedgerReportTypeZakat_SA Enumeration
The report type of the AssetGroupTrans_IN record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the record is read; optional.
Return Value
Type: LedgerReportIndexZakat_SA Table
A record in the AssetGroupTrans_IN table; otherwise, an empty record.