PBATable::validatePBAIdValue Method
Determines whether the ID value is valid before it is inserted.
Syntax
client server public static void validatePBAIdValue(PBAId _pbaId)
Run On
Called
Parameters
- _pbaId
Type: PBAId Extended Data Type
The new ID to be inserted.
Exceptions
Exception | Condition |
---|---|
Error | The specified ID is not valid. |
Remarks
This method calls the ValidatePBAIdByPBXComponentId method.