| ProfilePhilip RichardsonBlogLists | Help |
|
March 30 Customization and Source ControlThere was a couple of questions at Convergence last week regarding 'management' of customizations (eg. source control) and CRM 3.0. Recently I took ownership of the ImportExport APIs as part of my feature set - so I thought I would ponder some of the uses of these APIs.
We actually provide some web service method for managing customizations. The six relevant messages are: ImportAllXml, ImportXml, ExportAllXml, ExportXml, PublishAllXml and PublishXml. All six are documented in our SDK and sample code is provided (they are in the following folder: ..sdk samples\reference\crmserviceapi\importexport). For example here is the code to extract the entire customizations xml from a CRM server:
So now you have it an XML file - what do you do. Save it to the file system? How about considering the following options:
If you are a partner or a large customer I'd strongly recommend that you have some kind of build process customized for your unique needs.
This posting is provided "AS IS" with no warranties, and confers no rights.
TrackbacksThe trackback URL for this entry is: http://philiprichardson.spaces.live.com/blog/cns!E1C114B0FC9B3FE!630.trak Weblogs that reference this entry
|
|
|