<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I was just creating a filter in calendar which included a custom
    field of type picklist and when I saved it it took me to a blank
    page.<br>
    To be mentioned I am using vtiger 5.4.0.<br>
    <br>
    Following are the steps to reproduce the issue:<br>
    <br>
    <ol>
      <li>in calendar module create a new custom field of type picklist
        and check Events type.</li>
      <li>go to create new filter<br>
      </li>
      <li>go to advanced filter</li>
      <li>in the field list select the custom field just created</li>
      <li>in condition select some condition (I selected not equal to)</li>
      <li>and leave the value field&nbsp; empty.</li>
      <li>save the filter.</li>
    </ol>
    <p><br>
    </p>
    <p>On further digging I found out that when we create a new custom
      field in calendar that is not of type text the field is created
      with tabid of not calendar but, with of whether Event/Task as
      selected.</p>
    <p><br>
    </p>
    <p>So when we save the filter in the file
      "modules/CustomView/Save.php" at line 95 the module fields
      retrieved do not contain the custom field and as such saving the
      record fails.</p>
    <p>This could be an issue with the webservices meta object wherein
      the module fields are not retrieved properly.</p>
    <p>Let me know if you have any workaround for this to workout.<span
        class="HOEnZb"><font color="#888888"><br>
        </font></span></p>
  </body>
</html>