Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello All,
What is the internal name of "DISPLAY-->workspace" in preference admin?. I need to load this preference using LoadFromFile.
Thanks in Advance
Regards
Senthil
Hi SENTHIL,
Internal name for preference is "/com/ptc/windchill/cadx/CadxStandAloneEnabled".
And its definition can be found in "<WT_HOME>\Windchill\loadFiles\preference.foundation.xml" file. It is below:
<csvPreferenceDefinition handler="wt.preference.LoadPreference.createPreferenceDefinition">
<csvname>/com/ptc/windchill/cadx/CadxStandAloneEnabled</csvname>
<csvvisibility>USER</csvvisibility>
<csvcategoryName>DISPLAY_CATEGORY</csvcategoryName>
<csvdisplayName>com.ptc.windchill.enterprise.prefs.server.processors.PrefsRB:CACHE_SITE</csvdisplayName>
<csvdescription>com.ptc.windchill.enterprise.prefs.server.processors.PrefsRB:CACHE_SITE_SHORT_DESC</csvdescription>
<csvlongDescription>com.ptc.windchill.enterprise.prefs.server.processors.PrefsRB:CACHE_SITE_DESC</csvlongDescription>
<csvdefaultValue>false</csvdefaultValue>
<csvhandler>com.ptc.windchill.enterprise.preference.handler.BooleanPreferenceValueHandler:</csvhandler>
</csvPreferenceDefinition>
I hope this helps you.
Regards,
Shirish
Hi Shirish,
It works. Thanks a lot.
Regards
Senthil
Easiest would be to add the column "internal name" in your preferences view...