Siebel CRM Desktop for Microsoft Outlook Administration Guide > XML Files Reference > XML Code That Maps a Field >
Type Tag of the Siebel Basic Mapping File
The type tag defines the Siebel CRM object that Siebel CRM Desktop maps to Microsoft Outlook. CRM Desktop includes the following attributes in the type tag:
- id. Defines the ID or name of the Siebel CRM object that CRM Desktop maps to Outlook.
- display_name. Defines the name of the folder that CRM Desktop displays in the Outlook tree view that CRM Desktop uses to store the records of the Siebel CRM object.
- folder_type. Defines the type of the Outlook folder. The value for the folder_type attribute is typically 10 for a custom Siebel CRM object.
- hidden_folder. Determines if the folder that the display_name attribute specifies is visible in the Outlook tree view.
- predefined_folder. Defines the type of Outlook folder. If you must store Siebel CRM objects in a native Outlook folder, then CRM Desktop uses the predefined_folder attribute.
- prohibit_user_modification. Prohibits the modification to an object that you declare in the type tag. The default value is false.
- ver. Used during development. CRM Desktop does not apply any change to the description for the object that the id attribute defines until the value of the ver attribute increases.
|