Change Name (changename)

An opening ID is an entry point used to customize business logic. changename changes the Name (TNR) of the object.

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

This page discusses:

Environment: Cloud only

General Information

This opening ID is a precommit trigger. For more information about the specifities of a precommit trigger, see About Precommit Triggers.

Definition Description
PLM Opening ID changename
Customization intent Not applicable
Execution context Server cloud

Input Objects

  • ThisObject (input) the object on which the trigger has been fired.
  • Parameters: RuleContext. For more information, see Installation and Setup: Customize: 3DEXPERIENCE Platform: 3DSpace Data Model: Unified Typing Reference Dictionary: Server Packages: Standard Types.
  • Validation (output) Boolean indicating if the rule has been validated.

Context Object Parameters

No context object parameters.

Sample

Trace(1, "Execution MyCATRule on ", ThisObject.PLM_ExternalID )
Report("Information", "infoMsg", "name changed to #", ThisObject.Name )