Validate Pathway Segment (LSRRouting_ValidatePathwaySegment)

An opening ID is an entry point used to customize business logic. LSRRouting_ValidatePathwaySegment validates the use of a pathway segment.

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 during routing each time a pathway segment is selected to check that the selected segment is valid.

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: LSRRouting_ValidatePathwaySegment
Customization intent: Validation
Execution context: Client

Input Objects

Input objects must be of the following types:

  • ThisObject: Corresponds to the first pathway segment selected.
  • Parameters: Corresponds to the context object.
  • Validation: Enter True or False to identify whether or not the validation is successful.

Context Object Parameters

Parameter Name Type Read/Write Comments
Severity Read

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

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

Message Write Enter the string to be displayed in the warning or error message dialog box.
ListOfRoutableObjects Read Corresponds to the list of logical connections selected.

Sample

The following sample