How to Create Form XML for a Configuration Manager Property Sheet
Article
In Configuration Manager, to create the form XML for a Configuration Manager property sheet, you create an XML file that describes an SmsFormData.
Every Configuration Manager console form extension has an associated form XML file that describes the assembly, the type of the form to be displayed, and—in the case of property sheets—how the property pages are organized. The property sheet XML file is referenced by the action XML when an action is selected.
Note
The name of the form XML file is significant because it is used in the action XML to identify the form XML.
To see the form XML used by the Configuration Manager console, see %ProgramFiles%\AdminConsole\XmlStorage\Forms. These can be useful for creating your own form XML.
To create the form XML for a property sheet
If it is open, close the Configuration Manager console.
In Notepad, create an XML file that contains the following XML:
In Visual Studio 2010, on the Tools menu, click Create GUID.
In the Create GUID dialog box, in the GUID format panel, select Registry Format.
Click New GUID, and then click Copy.
In the XML above, paste the GUID into PROPERTYSHEETGUID. A single opening { and a single closing } must wrap the GUID. For example, {ab60b75e-b64a-44c0-ad63-d96d289f39ca}.
Repeat steps 3 through 5, and paste the GUID into VENDORGUID.
In the preceding XML, change YOURCOMPANY to your company name.
Save the XML file in the folder %ProgramFiles%\AdminConsole\XmlStorage\Extensions\Forms with the file name ConfigMgrPropertySheet.xml. Be sure to save the file as type All Files. If the Extensions folder and Forms folder do not yet exist, create them.
Forms are created and managed in Visual Studio and will display to the user as web pages. This module explains how forms are created and managed in the finance and operations apps developer environment, along with how to optimize the performance of forms.