CATRule to Display Assembly Name and Make/Buy Decision Value

You can use CATRule script files to define the attribute name (read/write) of the assembly name and the attribute name (read/write) of the make/buy decision on the assembly.

Use DELPLMFProcessReference_BLReadDatatipsInfos.CATRule to display datatips when the assembly selection is done on the turntable.

Use DELPLMFProcessReference_BLWriteDatatipsInfos.CATRule in case of modification.



Examples of the CATRule files are available in the ..\resources\knowledge\scripts folder.

These CATRule script files do not do anything by default. Customers may have their own rules to specify or edit other attributes.

For example:

  • For new typing, the attribute name used for the assembly name is as follows:

    set ReferenceNameAttr = "V_Name"

  • If you use former typing, change the following in the CATRule (as an example):

    set ReferenceNameAttr = "PLM_ExternalID"