JmgIpcActivityCostPrice::find Method
Finds a JmgIpcActivityCostPrice record in the database.
Syntax
client server public static JmgIpcActivityCostPrice find(
JmgIpcActivityId _activity,
JmgDate _date,
[boolean _forUpdate])
Run On
Called
Parameters
- _activity
Type: JmgIpcActivityId Extended Data Type
The indirect activity for which a record is found.
- _date
Type: JmgDate Extended Data Type
The date for which the record must be valid.
- _forUpdate
Type: boolean
true if the record that is returned must be selected for update; otherwise, false.
Return Value
Type: JmgIpcActivityCostPrice Table
A JmgIpcActivityCostPrice record that is associated with the specified indirect activity and is valid on the specified date.