LedgerReportZakat_SA::findByYrReportType Method
Finds the record in LedgerReportZakat_SA table with specified fiscal year and report type.
Syntax
client server public static LedgerReportZakat_SA findByYrReportType(
LedgerFiscalYearZakat_SA _fiscalYear,
LedgerReportTypeZakat_SA _reportType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _fiscalYear
Type: LedgerFiscalYearZakat_SA Extended Data Type
The fiscal year of the LedgerReportZakat_SA record.
- _reportType
Type: LedgerReportTypeZakat_SA Enumeration
The report type of the LedgerReportZakat_SA 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: LedgerReportZakat_SA Table
A record in the LedgerReportZakat_SA table; otherwise, an empty record.