cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

What is the internal name "DISPLAY-->workspace" in preference admin.

sa-5
5-Regular Member

What is the internal name "DISPLAY-->workspace" in preference admin.

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

3 REPLIES 3

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

sa-5
5-Regular Member
(To:ShirishMorkhade)

Hi Shirish,

It works. Thanks a  lot.

Regards

Senthil

Easiest would be to add the column "internal name" in your preferences view...

preference_internal.png

Top Tags