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 a specified record in the TSIntercompanyCost table.
Syntax
client server public static TSIntercompanyCost find(
RecId _tsIntercompanyCost,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _tsIntercompanyCost
Type: RecId Extended Data Type
The TSIntercompanyCost 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 it reads the record; optional.
Return Value
Type: TSIntercompanyCost Table
A record in the TSIntercompanyCost table.