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

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

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