Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 4.x > Installation and deployment > Export changes to System tables View modes: 
User avatar
Member
Member
oggie - 11/8/2011 9:28:09 AM
   
Export changes to System tables
We've changed many of the Field captions for the "User" System table within our development environment. Is it possible to export these changes to our live site?

Out of interest, where are the column Field captions stored?

Thanks,
Dave

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 11/10/2011 2:22:38 AM
   
RE:Export changes to System tables
Hi,

You can export system table (which is global object) with import/export module, and then import it into different environment:

http://devnet.kentico.com/docs/4_1/devguide/exporting_objects.htm

Form definition of each object is stored in CMS_Class table in column called ClassFormDefinition. Look for ClassName which equals to cms.user.

Thanks,
Miro