PLMCustoTypeMapping
The PLMCustoTypeMapping BL enables you to integrate Customer Policy for the mapped Customized types while exchanging PLM Entities between two sites. You can determine the target Custo name of each entity from source Custo type. This BL is the preferred way of allocating policies on the client side.
Required baseline access roles: Author, Leader.
Business Logic
The tables below general information about the business logic:
PLM Opening ID | PLMCustoTypeMapping
|
Operation Id |
BriefcaseImport
|
Customization Intent | Computation |
For more information about customization, see Data Setup User's Guide: List of Resource Set IDs: Infrastructure Business Logics: Coexistence: Custo Type Mapping Business Logic (PLMCustoTypeMapping).
Here is an example rule using PLMCustoTypeMapping:
Let SourceObject(PLMEntity) Let oCustoPolicy(String) oCustoPolicy = "VPM_SMB_Definition" set SourceObject = Parameters->GetAttributeObject("SourceObject") if( Parameters->HasAttribute("PolicyName") == true ) { Parameters->SetAttributeString("PolicyName", oCustoPolicy) }