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
- _activityId
Type: JmgIpcActivityId Extended Data Type
The ID of the indirect activity to find.
- _update
Type: boolean
true if the returned JmgIpcActivity record is selected for update; otherwise, false.
Return Value
Type: JmgIpcActivity Table
A JmgIpcActivity record.