Validate Pathway Connection (L3m_BR_ValidatePathwayConnect)

An opening ID is an entry point used to customize business logic. L3m_BR_ValidatePathwayConnect validates the connection of a Pathway segment to a Logical equipment, to another segment , or to a pathway connection point.

Note: For more information about customization by business rules, see Installation and Setup: Customize: Behavior: Data Setup: Customization by Business Rules.

This page discusses:

General Information

This opening ID is invoked each time a Pathway is trying to get connected or disconnected from another Pathway or from a Logical Extremity.

This opening ID is used to customize:

The table below provides you with information related to the definition of the Opening ID.

PLM Opening ID: L3m_BR_ValidatePathwayConnect
Customization intent: Validation
Execution context:Client

Input Objects

Input objects must be of the following types:

  • ThisObject: Pathway Instance.
  • Parameters:

    Object1 to Connect/Disconnect (PathwaySegment or Logical Instance).

    Object2 to Connect/Disconnect (PathwaySegment or PathwayConnectionPoint).

Context Object Parameters

Parameter NameTypeRead/WriteComments
Severity Read

Set to 1 to raise a warning (routing will continue).

Set to 2 to identify an error (routing is interrupted).

MessageWriteEnter the string to be displayed in the warning or error message dialog box.