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

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

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

sa-5
8-Gravel

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

Hi Shirish,

It works. Thanks a  lot.

Regards

Senthil

HerwigSchwarz
12-Amethyst
(To:sa-5)

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

preference_internal.png

Announcements

Top Tags