JmgExternalTerminalTable::findOrCreate Method
Finds or creates a JmgExternalTerminalTable record for the specified terminal ID.
Syntax
client server public static JmgExternalTerminalTable findOrCreate(
JmgTerminalId _terminalId,
JmgTermType _terminalType,
[boolean _forUpdate])
Run On
Called
Parameters
- _terminalId
Type: JmgTerminalId Extended Data Type
The ID of the terminal.
- _terminalType
Type: JmgTermType Enumeration
The type of the terminal to create, if it does not already exist.
- _forUpdate
Type: boolean
true if the JmgExternalTerminalTable record must be selected for update; otherwise, false.
Return Value
Type: JmgExternalTerminalTable Table
A JmgExternalTerminalTable record.