Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
A while back I observed someone generate a list of Windchill properties with all actual values rather than variables - but forgot how to do this.
In general, one property's value can be a concatentation of other property values defined as $ variables. Example - this property is listed like this:in wt.properties:
wt.federation.org.directoryServices=$(wt.federation.org.defaultAdapter),$(wt.federation.org.enterpriseAdapter)
How can you show the value with the substituted actual values of:
$(wt.federation.org.defaultAdapter)
and
$(wt.federation.org.enterpriseAdapter)