CAA Concepts Used for Mapping
Some concepts explained here require knowledge of the 3DEXPERIENCE platform architecture and how attributes and types must be declared.
These concepts are explained in the CAA documentation, Infrastructure: VPM Multi-Discipline Collaboration: PLM Concepts: Understanding PLM Attributes.
A knowledge of how to design CATRules and CATRuleExits is also required. These concepts are explained in the CAA documentation, Infrastructure: VPM Multi-Discipline Collaboration: PLM Concepts: PLM Customization by Rules.
To define the attributes mapping, you need to set up a PLMRules script. You need to deliver a default Business Rule script based on:
- a CATRule file located under the directory intel_a/resources/knowledge/scripts and
- CATRuleExit files in the same location. These files will contain the details of the definition of the customized types and customized attributes and the name of the script to call. To write the Rules scripts, a template script will be available.
Articles on the Rules and RuleExits to be created for Attribute and Type mapping can be found at:
- Installation and Setup: Customize: Behavior: Data Setup: List of Resource Set IDs: Coexistence: Custo Type Mapping Business Logic (PLMCustoTypeMapping)
- Installation and Setup: Customize: Behavior: Data Setup: List of Resource Set IDs: Coexistence: Attribute Mapping Business Logic (PLMAttributesMapping)
Important: Sample Rules and RuleExits are available in $installpath/win_b64/resources/samples . |