Share via


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

  • _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.

See Also

Reference

JmgIpcActivityCostPrice Table