Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Rename object type
Uldis_Silovs
Hi,I wanted to know whether and how it would be possible to rename object type.I would need that anywhere in the system where we see "Project", there would be "License". For example - when creating new Project, in Add Item menu there would be "License", when searching and applying type filter "Project", instead there would be "License".Is this possible?One option would be probably to change properties file, but for which modules - would that be enough?What will be consequences during future upgrades and so on?ThanksUldis
Find more posts tagged with
Comments
John Underhill
In the Project module's .properties file, PROJECT_HTMLLABEL.Project holds the string name of the object type. However, as you can see there are lots of other string tokens with the word in it. Anything right of the = could be safely changed from Project or project to something else.This file is really to switch languages.Backup the file, edit it and test it on a development system?You would probably have to edit a new copy of the properties file after an upgrade.
John Underhill
Look in the PROJECTTEMPLATE module too.