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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

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

See Also

Reference

LedgerReportZakat_SA Table