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 the specified record in the ProjectRevenueHeader table.
Syntax
client server public static ProjectRevenueHeader find(
RecId _projectRevenueHeader,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _projectRevenueHeader
Type: RecId Extended Data Type
A ProjectRevenueHeader record ID.
- _forupdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: ProjectRevenueHeader Table
A record in the ProjectRevenueHeader table.