Compartir a través de


JmgIpcActivity::findActivityId Method

Finds a JmgIpcActivity record in the database based on the specified indirect activity ID.

Syntax

client server public static JmgIpcActivity findActivityId(JmgIpcActivityId _activityId, [boolean _update])

Run On

ClientOrServer

Parameters

  • _update
    Type: boolean
    true if the returned JmgIpcActivity record is selected for update; otherwise, false.

Return Value

Type: JmgIpcActivity Table
A JmgIpcActivity record.

See Also

Reference

JmgIpcActivity Table