Validate Logical Equipment Allocation to Equipment Center (LFS_ValidateAllocationLogicalInstanceToEquipmentCenter)

An opening ID is an entry point used to customize business logic. LFS_ValidateAllocationLogicalInstanceToEquipmentCenter validates the allocation of a Logical equipment to an equipment center.

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 Logical Port is added or removed from the association to the selected PCP.

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: LFS_ValidateAllocationLogicalPortToPCP
Customization intent:
Execution context:

Input Objects

Input objects must be of the following types:

  • ThisObject: Logical Instance to allocate or de-allocate.
  • Parameters: Standard context.
  • Validation

Context Object Parameters

Parameter NameTypeRead/WriteComments
Severity Read

Set to 1 (default) to raise a warning and the operation can continue.

Set to 2 to raise an error and the operation is undone.

MessageReadDisplayed in a window if the validation fails(warning or error depending on Severity).
EquipmentCenterEquipment Center Instance.
LinkTypeRead

Equals 1 if the Logical Instance is added.

Equals 2 if the Logical Instance is removed.