Standalone Change Actions (AreCAStandaloneAllowed)

An opening ID is an entry point used to customize business logic. The standalone change action opening ID lets to allow the use of standalone change actions.

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: AreCAStandaloneAllowed

This opening ID is used to customize the use of standalone change actions.

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

Definition Description
PLM Opening ID AreCAStandaloneAllowed
Customization intent Computation
Execution context Server

Input Objects

Input objects must be of the following types:

  • ThisObject: Change action
  • Parameters corresponds to the context object.
  • Validation

Context Object Parameters

Parameter Name Type Read or Write Comments
Validation Boolean Write Defines if standalone change actions are allowed or not.

Sample

The following sample describes how to allow standalone change actions.

Parameters->SetAttributeBoolean ("Validation", true)