<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    I am trying to get the value of a custom field from a specified
    user.<br>
    <br>
    I can get the normal details with the command "rt show user/22".<br>
    <br>
    But I would like to retrieve the current value (or lack thereof) of
    a custom field that I created (simple text field). How can I do
    this?<br>
    <br>
    If this is not possible using the API is there perhaps another way?
    I tried getting directly from the database. The only problem is that
    when you remove the value the latest value is still present in the '
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    ObjectCustomFieldValues' table. I currently have a query that gets
    the latest value from this table.<br>
    <br>
    --<br>
    Kind regards,<br>
    <br>
    Hans Vos<br>
  </body>
</html>