Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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)