(https://blog.scsmsolutions.com/xmlrpc.php) How to rename item from sealed MP in SCSM – SCSM: all for administration and development (SCSM: all for administration and development » Feed) (https://blog.scsmsolutions.com/feed/) (SCSM: all for administration and development » Comments Feed) (https://blog.scsmsolutions.com/comments/feed/) (SCSM: all for administration and development » How to rename item from sealed MP in SCSM Comments Feed) (https://blog.scsmsolutions.com/2011/09/howto-rename-object-in-scsm/feed/) (../../../wp-content/plugins/contact-form-7/includes/css/styles.css@ver=4.3.1.css) (../../../wp-content/plugins/table-of-contents-plus/screen.min.css@ver=1509.css) (../../../wp-content/plugins/wp-polls/polls-css.css@ver=2.72.css) (../../../wp-content/plugins/wp-to-twitter/css/twitter-feed.css@ver=4.4.33.css) (../../../wp-content/themes/inkblot/style.css@ver=4.4.33.css) (../../../wp-content/plugins/jetpack/css/jetpack.css@ver=3.9.9.css) (../../../wp-content/plugins/share-buttons/css/share-buttons-user.css) (../../../../stg.odnoklassniki.ru/share/odkl_share.css) (https://blog.scsmsolutions.com/wp-json/) (RSD) (https://blog.scsmsolutions.com/xmlrpc.php?rsd) (https://blog.scsmsolutions.com/wp-includes/wlwmanifest.xml) (Different between “Create Date” and “Time Added” fields) (https://blog.scsmsolutions.com/2011/09/different-between-timeadded-and-createddate/) (Code snippets for SCSM 2010 SP1 SDK. Part 1.) (https://blog.scsmsolutions.com/2011/09/codesnipets-for-scsm-2010-sdk/) (index.html) (https://wp.me/p1NgiE-M) (https://blog.scsmsolutions.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fblog.scsmsolutions.com%2F2011%2F09%2Fhowto-rename-object-in-scsm%2F) (https://blog.scsmsolutions.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fblog.scsmsolutions.com%2F2011%2F09%2Fhowto-rename-object-in-scsm%2F&format=xml) (https://jetpack.wordpress.com/) (https://s0.wp.com/) (https://s1.wp.com/) (https://s2.wp.com/) (https://public-api.wordpress.com/) (https://0.gravatar.com/) (https://1.gravatar.com/) (https://2.gravatar.com/) (https://widgets.wp.com/) (index.html#content) Skip to content (https://blog.scsmsolutions.com) SCSM: all for administration and development (SCSM: all for administration and development) (https://blog.scsmsolutions.com/) Home (https://blog.scsmsolutions.com/feedback/) Feedback (https://blog.scsmsolutions.com/) Home(https://blog.scsmsolutions.com/feedback/) Feedback How to rename item from sealed MP in SCSM (index.html) How to rename item from sealed MP in SCSM published on September 5, 2011 (https://blog.scsmsolutions.com/author/freemanru/) Read more posts by the author of How to rename item from sealed MP in SCSM, Anton Gritsenko (index.html#comments) 3 Commentson How to rename item from sealed MP in SCSM (image) (image) Some time you need to rename items in sealed management pack. For unsealed it’s can be done easily: export, change the value and import again, instead of sealed MPs, which we can’t change and reimport to SCSM. But management pack engine is pretty well then we talk about localization. Let’s see how to implement this. Before, lets list that exactly we can change using this approach: Display Name for any component – class, property, type projection and so on. Display Name for folders and view String inside forms As you can see this’s almost all items from SCSM. Localization in SCSM Firstly, some piece of theory. All components from SCSM’s management pack has the ID attribute – string identification. For example, ID of instance class – System.WorkItem.Incident . Also each management pack has LanguagePacks section. That section store the localized string for all component inside management pack. See code snippet below for example of LanguagePacks section for Incident class: