Solution
Use the out-of-the-box configuration and customization hooks to find the flexible representation discrepancy.
Prerequisite Knowledge
To achieve the objective, you need to understand the following:
Basic development involving Java.
Windchill xconfmanager and delegate concepts.
Solution Elements
FlexibleRepresentationDiscrepancyDelegate: Class to define a custom or default delegate. You can extend this class and create your own delegate. After configuring the delegate, add an entry in the xconf file.
Here is an example of an out-of-the-box configuration. The xconf file for configuration: associativity.service.properties.xconf, is located at codebase\com\ptc\windchill\associativity\xconfs.
<Option cardinality="singleton" selector="FLEXIBLE_REPRESENTATION" requestor="null" serviceClass="com.ptc.windchill.associativity.reconciliation.part.FlexibleRepresentationDiscrepancyDelegate" />
Was this helpful?