View Sourcing Properties for a selected ENOVIA V5 VPM
Part, for a specific status.
a) Open the custompartpromote.xml file located in
<CATInstallPath>\resources\pprregistry\command\rules\
.
b) Locate the following:
<Rule
name="custompartpromote">
<Predicate attr="V_status" value="<Value>" />
</Rule>
where <Value> can be "Release", "In Work", etc.
c) Set value to the appropriate setting and save the
file.
For example, to view sourcing properties only for
the VPM parts which are in the "Release" state, modify the
custompartpromote.xml file as follows:
<Rule
name="custompartpromote">
<Predicate attr="V_status" value="Release" />
</Rule>