BudgetSourceTrackingRelievingDetail::findByRelievingSourceAndRelievedDetail Method
Finds a specified record in a BudgetSourceTrackingRelievingDetail table.
Syntax
client server public static BudgetSourceTrackingRelievingDetail findByRelievingSourceAndRelievedDetail(
RecId _relievingBudgetSourceTrackingId,
RecId _relievingBudgetSourceLedgerDimension,
RecId _relievedBudgetSourceTrackingDetailId,
[boolean _isReturnOfFunds,
boolean _forupdate,
ConcurrencyModel _concurrencyModel,
UserConnection _userConnection])
Run On
Called
Parameters
- _relievingBudgetSourceTrackingId
Type: RecId Extended Data Type
The record ID of the BudgetSourceTracking record for which the BudgetSourceTrackingRelievingDetail record that corresponds to it is searched.
- _relievingBudgetSourceLedgerDimension
Type: RecId Extended Data Type
The ledger dimension that relieves the budget.
- _relievedBudgetSourceTrackingDetailId
Type: RecId Extended Data Type
The record ID of the BudgetSourceTrackingDetail record for which the BudgetSourceTrackingRelievingDetail record that corresponds to it is searched.
- _isReturnOfFunds
Type: boolean
A Boolean value that indicates whether to find the return budget funds record; optional.
- _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 being read; optional.
- _userConnection
Type: UserConnection Class
The UserConnection class that is used to find the specified record in the BudgetSourceTrackingRelievingDetail table; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).
Return Value
Type: BudgetSourceTrackingRelievingDetail Table
A record in the BudgetSourceTrackingRelievingDetail table; otherwise, an empty record.