Example of a Boolean Field

The following code is an example of a Boolean field:

<field id="Executive Priority Flag">
  <reader>
    <mapi_user>
|      <user_field id="sbl Priority" ol_field_type="6"></user_field>
    <convertor>
        <bool/>
      </convertor>
    </mapi_user>
  </reader>
  <writer>
    <Outlook_user>
      <user_field id="sbl Priority" ol_field_type="6"></user_field>
      <convertor>
        <bool/>
      </convertor>
    </Outlook_user>
  </writer>
</field>