Adding a Field

This task is a step in Process of Modifying the Customization Package to Add an MVG.

This topic describes how to add the ChannelPartnerStatus field.

To add a field

  1. Use an XML editor to open the siebel_basic_mapping.xml file.

  2. Add the following code to the Opportunity.Channel_Partner.Association type:

    <field id="ChannelPartnerStatus">
      <reader>
        <mapi_user> 
          <user_field id="sbl ChannelPartnerStatus" ol_field_type="1"></user_field>
          <convertor><string/></convertor>
        </mapi_user>
      </reader>
      <writer>
        <Outlook_user>
          <user_field id="sbl ChannelPartnerStatus" ol_field_type="1"></user_field>
          <convertor><string/></convertor>
        </Outlook_user>
      </writer>
    </field>
    
  3. Save and then close the siebel_basic_mapping.xml file.