ARSperl

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

        diary fields were not being interpretted correctly.
        {D.J.Adams at soton.ac.uk}

(JCM)   patched perl_BuildEntryIdList to make it more robust
        (Ulrich Pfeifer {pfeifer at wait.de})

(JCM)   patched ars_GetCharMenu for bug "GetCharMenu doesn't
        return a qualifier for query menus" {D.J.Adams at soton.ac.uk}

(JCM)   fixed dup_FieldValueOrArith to support decoding of
        query style menus. 


Released: 02/09/98 Version: 1.54


(JCM)   fixed bug in ars_EncodeDiary()

(JCM)   added ars_MergeEntry.pl example script


StructDef.pl  view on Meta::CPAN


AREntryIdType => {
	_typedef => 'char[AR_MAX_ENTRYID_SIZE+1]',
},
ARAuditInfoStruct => {
	_min_version => '7.0.0',
	enable => {
		_type => 'unsigned int',
		_data => 'p->enable',
	},
	style => {
		_type => 'unsigned int',
		_data => 'p->style',
	},
	formName => {
		_type => 'ARNameType',
		_data => 'p->formName',
	},
	query => {
		_type => 'ARQualifierStruct',
		_data => 'p->query',
	},
},

TODO  view on Meta::CPAN

   o allow for either/or enumer text or enum value in set/create
   o if unknown param, error
-----------------------------------------------



Howdy everyone:
  Please forgive me if this question is a bit naive, I'm still new to the
universe of Remedy and such ... 

I'm looking for a perl library which could take standard ARS/Remedy style
query and return the query in Sybase Transact SQL format. Something like
this:
     @SYBASE_SQL = get_SybaseSQL($ARS_QUERY);
where:
   $ARS_QUERY = "'Field' = \"$value\" ...etc"
and:
   @SYBASE_QUERY would be something like this:
   select Ticket_No from Schema_Name
   WHERE Field = '$value'

changes.dat  view on Meta::CPAN

JCM  fixed bug in macroParm decoding. {D.J.Adams at soton.ac.uk}
JCM  fixed bug when decoding results of GetFilter/GetActiveLink
           in regards to set fields actions: values assigned to
           diary fields were not being interpretted correctly.
           {D.J.Adams at soton.ac.uk}
JCM  patched perl_BuildEntryIdList to make it more robust
           (Ulrich Pfeifer {pfeifer at wait.de})
JCM  patched ars_GetCharMenu for bug "GetCharMenu doesn't
          return a qualifier for query menus" {D.J.Adams at soton.ac.uk}
JCM  fixed dup_FieldValueOrArith to support decoding of
           query style menus. 

released=02/09/98 version=1.54
JCM  fixed bug in ars_EncodeDiary()
JCM  added ars_MergeEntry.pl example script

released=12/15/97        version=1.53
JCM  fixed some minor errors in doc

released=11/19/97      version=1.5206
JCM  added ars_GetVUI to the ARS.pm exports line.

example/GetCharMenu.pl  view on Meta::CPAN

# Revision 1.6  2000/05/24 18:05:26  jcmurphy
# primary ars4.5 integration in this checkpoint.
#
# Revision 1.5  1998/10/14 13:55:34  jcmurphy
# fixed syntax error
#
# Revision 1.4  1998/09/16 14:38:31  jcmurphy
# updated changeDiary code
#
# Revision 1.3  1998/02/25 19:21:32  jcmurphy
# updated to printout query if query style menu
#
# Revision 1.2  1997/11/10 23:36:52  jcmurphy
# added refreshCode to the output
#
# Revision 1.1  1996/11/21 20:13:51  jcmurphy
# Initial revision
#
#

use ARS;

html/changes.html  view on Meta::CPAN

</font></td></tr>
<tr bgcolor='#eeeeee'><td width='10%'>(JCM)</td><td width='90%'><font color='black'>fixed bug in macroParm decoding. {D.J.Adams at soton.ac.uk} 
</font></td></tr>
<tr bgcolor='#dddddd'><td width='10%'>(JCM)</td><td width='90%'><font color='black'>fixed bug when decoding results of GetFilter/GetActiveLink 
in regards to set fields actions: values assigned to diary fields were not being interpretted correctly. {D.J.Adams at soton.ac.uk} </font></td></tr>
<tr bgcolor='#eeeeee'><td width='10%'>(JCM)</td><td width='90%'><font color='black'>patched perl_BuildEntryIdList to make it more robust 
(Ulrich Pfeifer {pfeifer at wait.de}) </font></td></tr>
<tr bgcolor='#dddddd'><td width='10%'>(JCM)</td><td width='90%'><font color='black'>patched ars_GetCharMenu for bug "GetCharMenu doesn't 
return a qualifier for query menus" {D.J.Adams at soton.ac.uk} </font></td></tr>
<tr bgcolor='#eeeeee'><td width='10%'>(JCM)</td><td width='90%'><font color='black'>fixed dup_FieldValueOrArith to support decoding of 
query style menus.  </table></td></tr></table>

<P>


    <TABLE CELLSPACING='0'
      CELLPADDING='2'
      WIDTH='100%'
      BORDER='0' 
      BGCOLOR='black'>
      <TR>

html/index.html  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>ARSperl: BMC Remedy v2-v7 / Perl5 Integration Kit</title>


</head>

 <body style="background-color: rgb(255, 255, 255);">

<img alt="ARSPerl" src="arsperl-logo.gif">
<h2> Overview </h2>

<b>ARSperl</b> is an integration kit for <a href="http://www.perl.com/perl">Perl5</a> and <a href="http://www.remedy.com">Remedy ARS</a> version 5
- version 7 API. It provides a large subset of the functionality found
in the ARS C API. The source code to the integration kit and example
scripts is made available under the <a href="artistic.txt">licensing
terms of Perl itself</a>.
<p> We hope that other ARS fans find the kit useful. </p>

html/manual/ars_APIVersion.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>
      ARSperl Programmer's Manual
    </title>
    <style type="text/css">
/*<![CDATA[*/
    body.c2 {background-color: rgb(255, 255, 255);}
    dt.c1 {font-weight: bold}
    /*]]>*/
    </style>
  </head>
  <body class="c2">
    <h2>
      <code>$version = ars_APIVersion()</code>
    </h2>
    <p>
      This routine returns the "major" version of the API that the ARSperl module was compiled
      against.
    </p>
    <p>

html/manual/ars_CreateEntry.html  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>ars_CreateEntry</title>


</head>

<body style="background-color: rgb(255, 255, 255);">

<h2><code>ars_CreateEntry(ctrl, schema, field_id1, value1,
...)</code></h2>

This function creates a new entry (row) in the schema. This is the same
as ``submitting a new ticket''. Pairs of field ids and values should
follow the schema name. Data types are automatically converted.
<dl>

  <dt><b>On success</b></dt>

html/manual/ars_DateToJulianDate.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>
      ARSperl Programmer's Manual
    </title>
    <style type="text/css">
/*<![CDATA[*/
    dt.c1 {font-weight: bold}
    p.c1 {font-style: italic}
    /*]]>*/
    </style>
  </head>
  <body>
    <h2>
      <code>ars_DateToJulianDate(control, year, month, day)</code>
    </h2>
    <p>
      Converts a year, month, and day value to a Julian date. The Julian date is the number of days
      since noon, Universal Time, on January 1, 4713 BCE (on the Julian calendar). The changeover
      from the Julian calendar to the Gregorian calendar occurred in October, 1582. The Julian
      calendar is used for dates on or before October 4, 1582. The Gregorian calendar is used for

html/manual/ars_ExecuteProcess.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>
      ARSperl Manual - ars_ExecuteProcess
    </title>
    <style type="text/css">
/*<![CDATA[*/
    body {
    background-color: #FFFFFF;
    }
    dt.c1 {font-weight: bold}
    p.c1 {font-style: italic}
    /*]]>*/
    </style>
  </head>
  <body>
    <h2>
      <code>ars_ExecuteProcess(ctrl, command, runOption=0)</code>
    </h2>Execute the given command on the server host as the user-id that the server process is
    running as. Requires Administrator privs to use.
    <table border="1" width="50%">
      <tr>
        <td>
          <code>runOption</code>

html/manual/ars_GetClientCharSet.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>
      ARSperl Programmer's Manual
    </title>
    <style type="text/css">
/*<![CDATA[*/
    dt.c1 {font-weight: bold}
    /*]]>*/
/*<![CDATA[*/
    p.c1 {font-style: italic}
    /*]]>*/
    </style>
  </head>
  <body>
    <h2>
      <code>ars_GetClientCharSet(control)</code>
    </h2>Retrieves a string that represents the name of the character set the client is using. The
    API assumes that all character data the client passes it is encoded in this character set, and
    returns all character data encoded in this character set. If this differs from the server
    charset (see <a href="ars_GetServerCharSet.html">ars_GetServerCharSet</a>), the API converts
    the data to the right character set.<br />
    <dl>

html/manual/ars_GetListEntry.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>
      ARSperl Manual - ars_GetListEntry
    </title>
    <style type="text/css">
/*<![CDATA[*/
    body {
    background-color: #FFFFFF;
    }
    p.c2 {font-style: italic}
    dt.c1 {font-weight: bold}
    /*]]>*/
    </style>
  </head>
  <body>
    <h2>
      <code>ars_GetListEntry(ctrl, schema, qualifier, maxRetrieve=0, firstRetrieve=0,...)</code>
    </h2>This function is used to retrieve the list of <code>entry_id</code>s and results list
    strings from the specified schema. The entries are returned as an array of <i>(entry_id,
    resultslist)</i> pairs. If you wish to retrieve all entries in the schema (upto the maximum
    allowed by the server or specified by you as the <code>maxRetrieve</code> parameter) you should
    load a qualifier with something like <code>(1 = 1)</code>.
    <p>

html/manual/ars_GetListEntryWithFields.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>
      ARSperl Manual - ars_GetListEntryWithFields
    </title>
    <style type="text/css">
/*<![CDATA[*/
    body {
    background-color: #FFFFFF;
    }
    dt.c1 {font-weight: bold}
    /*]]>*/
    </style>
  </head>
  <body>
    <h2>
      <code>ars_GetListEntryWithFields( ctrl, schema, qualifier, maxRetrieve=0, firstRetrieve=0, #
      standard [ fieldID_list ], # OPTIONAL sortID1,sortdir1,sortID2,sortdir2,...) #
      OPTIONAL</code>
    </h2>
    <pre>

</pre>This function is used to query a specified schema and return actual field values - not

html/manual/ars_GetListField.html  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>ARSperl Manual - ars_GetListField</title>


</head>

<body style="background-color: rgb(255, 255, 255);">

<h2><code>ars_GetListField(control,schema,changedsince=0,fieldType)</code></h2>

Fetches the Field ID's for all fields in the schema specified. <code>changedsince</code>
is an optional unix timestamp and defaults to 0.
<ul>

The <code>fieldType</code> parameter allows you to specify
what field type(s) to retrieve. This is a bitmask.
  <ul>

html/manual/ars_GetListGroup.html  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>ars_GetListGroup</title>


</head>


<body style="background-color: rgb(255, 255, 255);">

<h2><code>ars_GetListGroup(ctrl, userName=NULL,
password=NULL)</code></h2>

Fetch information about the available groups on a server, optionally
restricting the list to a particular username/password combination.<br>

<br>

If you do not specify the userName string, the call requires

html/manual/ars_GetServerCharSet.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>
      ARSperl Programmer's Manual
    </title>
    <style type="text/css">
/*<![CDATA[*/
    dt.c1 {font-weight: bold}
    p.c1 {font-style: italic}
    /*]]>*/
    </style>
  </head>
  <body>
    <h2>
      <code>ars_GetServerCharSet(control)</code>
    </h2>Retrieves a string that represents the name of the character set the API library uses to
    communicate with the server. If this differs from the client charset, the API converts the data
    to the right character set.<br />
    <dl>
      <dt class="c1">
        On success

html/manual/ars_VerifyUser.html  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>ARSperl Manual - ars_VerifyUser</title>


</head>

<body style="background-color: rgb(255, 255, 255);">

<h2><code>ars_VerifyUser(ctrl)</code></h2>

This function fetches information regarding the logged in user.
<dl>

  <dt><b>On success</b></dt>

  <dd>returns a reference to a <a href="ds_verifyuser_hash.html">HASH</a> </dd>

html/manual/ars_decodeStatusHistory.html  view on Meta::CPAN

  <dd>
                Returns undef.
      </dd>
</dl>


      
<p>Example:

      </p>
<pre>	%entry = ars_GetEntry($ctrl, $form, $entry, 15)<br><br>	@status_hist_values = ars_decodeStatusHistory($entry{15});<br><br>	# print the status history for the first status (0)<br>	print $status_hist_values[0]-&gt;{USER}."\n";<br>	print localtime...
<i>ars_decodeStatusHistory was introduced in version 1.52 of ARSperl. </i><br>
<hr width="30%">
<p>
<a href="toc.html"><img alt="&lt;--" src="arrow.gif" align="middle"> Table of Contents </a>
</p>
<p>
</p>
<address>
Last changes to this page 2 aug 2007 by Michiel Beijen<br>

html/manual/ds_verifyuser_hash.html  view on Meta::CPAN

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>ARSperl Manual - VerifyUser Attributes</title>


</head>

<body style="background-color: rgb(255, 255, 255);">

<h2>Verify User structure</h2>

This HASH structure is returned by function <a href="ars_VerifyUser.html">ars_VerifyUser</a>.
<pre>{<br> "customFlag" =&gt; <i><span style="font-family: monospace;">boolean</span></i>,<br> "subAdminFlag" =&gt; <i><span style="font-family: monospace;">boolean,</span></i><br> "adminFlag" =&gt; boolean<br>}<br><br></pre>

<span style="font-family: monospace;"></span>
<hr width="30%">
<p><a href="toc.html"><img alt="&lt;--" src="arrow.gif" align="middle"> Table of Contents </a>
</p>

<address>Michiel Beijen 2007, michiel.beijen@mansolutions.nl
</address>

</body>
</html>

html/manual/toc.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>
      ARSperl Manual
    </title>
    <style type="text/css">
/*<![CDATA[*/
    body {
    background-color: #FFFFFF;
    }
    dt.c1 {font-weight: bold}
    /*]]>*/
    </style>
  </head>
  <body>
    <h1>
      ARSperl Programmer's Manual
    </h1>
    <h2>
      Table of Contents
    </h2><br />
    <dl>
      <dt>

support.c  view on Meta::CPAN

	
		{
			SV *val;
			val = newRV_noinc( (SV *) perl_qualifier(ctrl,&(p->query)) );
			ret = val;
		}
		hv_store( hash, "query", 5, ret, 0 );
	
		{
			SV *val;
			val = newSViv( p->style );
			ret = val;
		}
		hv_store( hash, "style", 5, ret, 0 );
	
		{
			SV *val;
			val = newSVpv( p->formName, 0 );
			ret = val;
		}
		hv_store( hash, "formName", 8, ret, 0 );
	
		ret = newRV_noinc((SV *) hash);
	}

supportrev_generated.c  view on Meta::CPAN

							}
						}else{
							ARError_add( AR_RETURN_ERROR, AP_ERR_GENERAL, "hv_fetch error: key \"query\"" );
							return -1;
						}
					}
				
				
					{
						SV **val;
						strncpy( k, "style", 255 );
						val = hv_fetch( h, "style", 5, 0 );
						if( val && *val && SvOK(*val) ){
							{
								p->style = SvIV(*val);
							}
						}else{
							ARError_add( AR_RETURN_ERROR, AP_ERR_GENERAL, "hv_fetch error: key \"style\"" );
							return -1;
						}
					}
				
				
					{
						SV **val;
						strncpy( k, "formName", 255 );
						val = hv_fetch( h, "formName", 8, 0 );
						if( val && *val && SvOK(*val) ){

t/aptest.def  view on Meta::CPAN

   id             : 1
   name           : Request ID
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 921172916
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 15
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\9\20\4\10\Request ID\61\40\15\60\40\1\3\41\1\1000\2500\4\6\1\28\6\4\29\6\1\27\6\16\7\40\2147483640\
}
field {
   id             : 2
   name           : Submitter
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 921172916
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\9\20\4\9\Submitter\61\40\30\60\40\1\3\41\1\1000\5000\4\6\1\28\6\4\29\6\1\27\6\16\7\40\2147483641\
}
field {
   id             : 3
   name           : Create Date
   datatype       : 7

t/aptest.def  view on Meta::CPAN

   id             : 4
   name           : Assigned To
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 2
   timestamp      : 921172916
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\9\20\4\11\Assigned To\61\40\30\60\40\1\3\41\1\1000\10000\4\6\1\28\6\4\29\6\1\27\6\16\7\40\2147483643\
}
field {
   id             : 5
   name           : Last Modified By
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 921172916
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\9\20\4\16\Last Modified By\61\40\30\60\40\1\3\41\1\1000\12500\4\6\1\28\6\4\29\6\1\27\6\16\7\40\2147483644\
}
field {
   id             : 6
   name           : Modified Date
   datatype       : 7
   fieldtype      : 1

t/aptest.def  view on Meta::CPAN

   id             : 8
   name           : Short Description
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 921172917
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 128
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\9\20\4\17\Short Description\61\40\50\60\40\1\3\41\1\1000\20000\4\6\1\28\6\4\29\6\1\27\6\16\7\40\2147483647\
}
field {
   id             : 15
   name           : Status History
   datatype       : 4

t/aptest40.def  view on Meta::CPAN

   id             : 1
   name           : Request ID
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 921173119
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 15
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\15\20\4\10\Request ID\61\40\15\60\40\1\3\41\2\990\2518\18540\4468\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483640\143\40\4294967295\170\40\0\21\41\2\0\&
 display-instance : 325\6750\1950\151\41\2\7200\0\17550\1950\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 2
   name           : Submitter
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 921173119
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\15\20\4\9\Submitter\61\40\30\60\40\1\3\41\2\990\5037\27180\6987\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483641\143\40\4294967295\170\40\0\21\41\2\0\32&
 display-instance : 5\5940\1950\151\41\2\6390\0\26190\1950\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 3
   name           : Create Date

t/aptest40.def  view on Meta::CPAN

   id             : 4
   name           : Assigned To
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 2
   timestamp      : 921173120
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\15\20\4\11\Assigned To\61\40\30\60\40\1\3\41\2\990\9993\28170\11943\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483643\143\40\4294967295\170\40\0\21\41\2\&
 display-instance : 0\325\6930\1950\151\41\2\7380\0\27180\1950\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 5
   name           : Last Modified By
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 921173120
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\15\20\4\16\Last Modified By\61\40\30\60\40\1\3\41\2\990\12512\30870\14462\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483644\143\40\4294967295\170\40\0\21&
 display-instance : \41\2\0\325\9630\1950\151\41\2\10080\0\29880\1950\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 6
   name           : Modified Date
   datatype       : 7

t/aptest40.def  view on Meta::CPAN

   id             : 8
   name           : Short Description
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 921173121
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 128
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\15\20\4\17\Short Description\61\40\50\60\40\1\3\41\2\990\19987\47250\21937\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483647\143\40\4294967295\170\40\0\2&
 display-instance : 1\41\2\0\325\10800\1950\151\41\2\11250\0\43650\1950\65\41\2\0\0\0\0\66\41\2\44100\0\46260\1950\
}
field {
   id             : 15
   name           : Status History

t/aptest45.def  view on Meta::CPAN

   id             : 1
   name           : Request ID
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1003943015
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 15
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\15\20\4\10\Request ID\61\40\15\60\40\1\3\41\2\990\2518\18540\4468\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483640\143\40\4294967295\170\40\0\21\41\2\0\&
 display-instance : 325\6750\1950\151\41\2\7200\0\17550\1950\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 2
   name           : Submitter
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 1003943015
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\15\20\4\9\Submitter\61\40\30\60\40\1\3\41\2\990\5037\27180\6987\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483641\143\40\4294967295\170\40\0\21\41\2\0\32&
 display-instance : 5\5940\1950\151\41\2\6390\0\26190\1950\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 3
   name           : Create Date

t/aptest45.def  view on Meta::CPAN

   id             : 4
   name           : Assigned To
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 2
   timestamp      : 1003943015
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\15\20\4\11\Assigned To\61\40\30\60\40\1\3\41\2\990\9993\28170\11943\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483643\143\40\4294967295\170\40\0\21\41\2\&
 display-instance : 0\325\6930\1950\151\41\2\7380\0\27180\1950\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 5
   name           : Last Modified By
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1003943015
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\15\20\4\16\Last Modified By\61\40\30\60\40\1\3\41\2\990\12512\30870\14462\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483644\143\40\4294967295\170\40\0\21&
 display-instance : \41\2\0\325\9630\1950\151\41\2\10080\0\29880\1950\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 6
   name           : Modified Date
   datatype       : 7

t/aptest45.def  view on Meta::CPAN

   id             : 8
   name           : Short Description
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 1003943015
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 128
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\15\20\4\17\Short Description\61\40\50\60\40\1\3\41\2\990\19987\47250\21937\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483647\143\40\4294967295\170\40\0\2&
 display-instance : 1\41\2\0\325\10800\1950\151\41\2\11250\0\43650\1950\65\41\2\0\0\0\0\66\41\2\44100\0\46260\1950\
}
field {
   id             : 15
   name           : Status History

t/aptest50.def  view on Meta::CPAN

   id             : 1
   name           : Request ID
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205529
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 15
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\10\Request ID\61\40\17\60\40\1\3\41\2\1012\2500\19349\4600\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483640\143\40\4294967295\170\40\0\21\41\2\0&
 display-instance : \400\7087\2100\151\41\2\7537\0\18337\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\
}
field {
   id             : 2
   name           : Submitter
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 1049205529
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\9\Submitter\61\40\35\60\40\1\3\41\2\1012\5000\28462\7100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483641\143\40\4294967295\170\40\0\21\41\2\0\4&
 display-instance : 00\6187\2100\151\41\2\6637\0\27449\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\
}
field {
   id             : 3
   name           : Create Date

t/aptest50.def  view on Meta::CPAN

   id             : 4
   name           : Assigned To
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 2
   timestamp      : 1049205529
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\16\20\4\11\Assigned To\61\40\35\60\40\1\3\41\2\1012\10000\29587\12100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483643\143\40\4294967295\170\40\0\21\41\&
 display-instance : 2\0\400\7312\2100\151\41\2\7762\0\28574\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\
}
field {
   id             : 5
   name           : Last Modified By
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205529
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\16\20\4\16\Last Modified By\61\40\35\60\40\1\3\41\2\1012\12500\32399\14600\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483644\143\40\4294967295\170\40\0\2&
 display-instance : 1\41\2\0\400\10125\2100\151\41\2\10575\0\31387\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\
}
field {
   id             : 6
   name           : Modified Date
   datatype       : 7

t/aptest50.def  view on Meta::CPAN

   id             : 8
   name           : Short Description
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 1049205529
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 128
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\17\Short Description\61\40\58\60\40\1\3\41\2\1012\20000\49724\22100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483647\143\40\4294967295\170\40\0\&
 display-instance : 21\41\2\0\400\11250\2100\151\41\2\11812\0\45787\2100\65\41\2\0\0\0\0\66\41\2\46350\0\48712\2100\231\6\0\
}
field {
   id             : 15
   name           : Status History

t/aptest50.def  view on Meta::CPAN

   id             : 1
   name           : Request ID
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205536
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 15
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\10\Request ID\61\40\18\60\40\1\3\41\2\1012\2500\20474\4900\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483640\231\6\0\143\40\4294967295\170\40\0\2&
 display-instance : 1\41\2\0\400\7537\2400\151\41\2\8100\0\19462\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 2
   name           : Submitter-AT2
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 1049205537
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\13\Submitter-AT2\61\40\30\60\40\1\3\41\2\1012\5000\29137\7200\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483641\231\6\0\143\40\4294967295\170\40\&
 display-instance : 0\21\41\2\0\400\9112\2200\151\41\2\9675\0\28125\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 3
   name           : Create Date

t/aptest50.def  view on Meta::CPAN

   id             : 4
   name           : Assigned To
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 2
   timestamp      : 1049205537
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\16\20\4\11\Assigned To\61\40\30\60\40\1\3\41\2\1012\10000\26212\12100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483643\231\6\0\143\40\4294967295\170\40\&
 display-instance : 0\21\41\2\0\400\6637\2100\151\41\2\7200\0\25200\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 5
   name           : Last Modified By
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205537
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\16\20\4\16\Last Modified By\61\40\33\60\40\1\3\41\2\1012\12500\31162\14800\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483644\231\6\0\143\40\4294967295\17&
 display-instance : 0\40\0\21\41\2\0\400\9562\2300\151\41\2\10125\0\30150\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 6
   name           : Modified Date
   datatype       : 7

t/aptest50.def  view on Meta::CPAN

   id             : 8
   name           : SD-AT2
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 1049205537
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 254
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\6\SD-AT2\61\40\50\60\40\1\3\41\2\1012\20000\45224\22100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483647\231\6\0\143\40\4294967295\170\40\0\21\4&
 display-instance : 1\2\0\400\11137\2100\151\41\2\11700\0\41287\2100\65\41\2\0\0\0\0\66\41\2\41850\0\44212\2100\
}
field {
   id             : 15
   name           : Status History

t/aptest50.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 0
      mapfield    : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205538
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 255
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\15\20\4\10\Request ID\3\41\2\1012\2500\29024\4900\7\40\2147483648\231\6\0\143\40\4294967295\27\8\16\91\6\2\90\6\1\60\40\1\170\40\0\21\41\2\0\400\68&
 display-instance : 62\2400\151\41\2\7425\0\24975\2100\65\41\2\0\0\0\0\66\41\2\25650\0\28012\2100\61\40\29\
}
field {
   id             : 2

t/aptest50.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 0
      mapfield    : 2
   create-mode    : 1
   option         : 1
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\18\20\4\9\Submitter\61\40\35\60\40\1\3\41\2\1012\5000\28462\7100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483757\143\40\4294967295\21\41\2\0\400\6187\2&
 display-instance : 100\151\41\2\6637\0\27449\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\91\6\2\90\6\1\170\40\0\
}
field {
   id             : 3
   name           : Create Date

t/aptest50.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 0
      mapfield    : 5
   create-mode    : 2
   option         : 3
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\18\20\4\16\Last Modified By\61\40\35\60\40\1\3\41\2\1012\12500\32399\14600\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483752\143\40\4294967295\21\41\2\0\&
 display-instance : 400\10125\2100\151\41\2\10575\0\31387\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\91\6\2\90\6\1\170\40\0\
}
field {
   id             : 6
   name           : Modified Date
   datatype       : 7

t/aptest50.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 0
      mapfield    : 8
   create-mode    : 1
   option         : 1
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 128
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\18\20\4\17\Short Description\61\40\58\60\40\1\3\41\2\1012\20000\49724\22100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483755\143\40\4294967295\21\41\2\0&
 display-instance : \400\11250\2100\151\41\2\11812\0\45787\2100\65\41\2\0\0\0\0\66\41\2\46350\0\48712\2100\231\6\0\91\6\2\90\6\1\170\40\0\
}
field {
   id             : 15
   name           : Status-History

t/aptest50.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 0
      mapfield    : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 15
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\18\20\4\10\Request ID\61\40\17\60\40\1\3\41\2\1012\2500\19349\4600\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483754\143\40\4294967295\21\41\2\0\400\7087&
 display-instance : \2100\151\41\2\7537\0\18337\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\91\6\2\90\6\1\170\40\0\
}
field {
   id             : 536870915

t/aptest50.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 1
      mapfield    : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 15
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\18\20\4\10\Request ID\61\40\19\60\40\1\3\41\2\7312\55000\25987\57100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483758\231\6\0\143\40\4294967295\21\41\2\&
 display-instance : 0\400\6187\2100\151\41\2\6750\0\18675\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\91\6\2\90\6\1\170\40\0\
}
field {
   id             : 536870916

t/aptest50.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 1
      mapfield    : 8
   create-mode    : 1
   option         : 1
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 254
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\18\20\4\6\SD-AT2\61\40\50\60\40\1\3\41\2\1687\67500\39487\69600\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483759\231\6\0\143\40\4294967295\21\41\2\0\400&
 display-instance : \4950\2100\151\41\2\5512\0\34874\2100\65\41\2\0\0\0\0\66\41\2\35437\0\37799\2100\91\6\2\90\6\1\170\40\0\
}
field {
   id             : 536871019
   name           : Status-AT2

t/aptest50.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 1
      mapfield    : 2
   create-mode    : 1
   option         : 1
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\18\20\4\13\Submitter-AT2\61\40\30\60\40\1\3\41\2\4500\60000\32175\62100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483761\231\6\0\143\40\4294967295\21\41&
 display-instance : \2\0\400\9000\2100\151\41\2\9562\0\27674\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\91\6\2\90\6\1\170\40\0\
}
end
begin active link
   name           : ARSperl Test-alink1

t/aptest51.def  view on Meta::CPAN

   id             : 1
   name           : Request ID
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205529
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 15
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\10\Request ID\61\40\17\60\40\1\3\41\2\1012\2500\19349\4600\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483640\143\40\4294967295\170\40\0\21\41\2\0&
 display-instance : \400\7087\2100\151\41\2\7537\0\18337\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\
}
field {
   id             : 2
   name           : Submitter
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 1049205529
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\9\Submitter\61\40\35\60\40\1\3\41\2\1012\5000\28462\7100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483641\143\40\4294967295\170\40\0\21\41\2\0\4&
 display-instance : 00\6187\2100\151\41\2\6637\0\27449\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\
}
field {
   id             : 3
   name           : Create Date

t/aptest51.def  view on Meta::CPAN

   id             : 4
   name           : Assigned To
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 2
   timestamp      : 1049205529
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\16\20\4\11\Assigned To\61\40\35\60\40\1\3\41\2\1012\10000\29587\12100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483643\143\40\4294967295\170\40\0\21\41\&
 display-instance : 2\0\400\7312\2100\151\41\2\7762\0\28574\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\
}
field {
   id             : 5
   name           : Last Modified By
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205529
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\16\20\4\16\Last Modified By\61\40\35\60\40\1\3\41\2\1012\12500\32399\14600\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483644\143\40\4294967295\170\40\0\2&
 display-instance : 1\41\2\0\400\10125\2100\151\41\2\10575\0\31387\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\
}
field {
   id             : 6
   name           : Modified Date
   datatype       : 7

t/aptest51.def  view on Meta::CPAN

   id             : 8
   name           : Short Description
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 1049205529
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 128
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\17\Short Description\61\40\58\60\40\1\3\41\2\1012\20000\49724\22100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483647\143\40\4294967295\170\40\0\&
 display-instance : 21\41\2\0\400\11250\2100\151\41\2\11812\0\45787\2100\65\41\2\0\0\0\0\66\41\2\46350\0\48712\2100\231\6\0\
}
field {
   id             : 15
   name           : Status History

t/aptest51.def  view on Meta::CPAN

   id             : 1
   name           : Request ID
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205536
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 15
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\10\Request ID\61\40\18\60\40\1\3\41\2\1012\2500\20474\4900\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483640\231\6\0\143\40\4294967295\170\40\0\2&
 display-instance : 1\41\2\0\400\7537\2400\151\41\2\8100\0\19462\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 2
   name           : Submitter-AT2
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 1049205537
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\13\Submitter-AT2\61\40\30\60\40\1\3\41\2\1012\5000\29137\7200\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483641\231\6\0\143\40\4294967295\170\40\&
 display-instance : 0\21\41\2\0\400\9112\2200\151\41\2\9675\0\28125\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 3
   name           : Create Date

t/aptest51.def  view on Meta::CPAN

   id             : 4
   name           : Assigned To
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 2
   timestamp      : 1049205537
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\16\20\4\11\Assigned To\61\40\30\60\40\1\3\41\2\1012\10000\26212\12100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483643\231\6\0\143\40\4294967295\170\40\&
 display-instance : 0\21\41\2\0\400\6637\2100\151\41\2\7200\0\25200\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 5
   name           : Last Modified By
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205537
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\16\20\4\16\Last Modified By\61\40\33\60\40\1\3\41\2\1012\12500\31162\14800\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483644\231\6\0\143\40\4294967295\17&
 display-instance : 0\40\0\21\41\2\0\400\9562\2300\151\41\2\10125\0\30150\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 6
   name           : Modified Date
   datatype       : 7

t/aptest51.def  view on Meta::CPAN

   id             : 8
   name           : SD-AT2
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 1049205537
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 254
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\6\SD-AT2\61\40\50\60\40\1\3\41\2\1012\20000\45224\22100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483647\231\6\0\143\40\4294967295\170\40\0\21\4&
 display-instance : 1\2\0\400\11137\2100\151\41\2\11700\0\41287\2100\65\41\2\0\0\0\0\66\41\2\41850\0\44212\2100\
}
field {
   id             : 15
   name           : Status History

t/aptest51.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 0
      mapfield    : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205538
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 255
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\15\20\4\10\Request ID\3\41\2\1012\2500\29024\4900\7\40\2147483648\231\6\0\143\40\4294967295\27\8\16\91\6\2\90\6\1\60\40\1\170\40\0\21\41\2\0\400\68&
 display-instance : 62\2400\151\41\2\7425\0\24975\2100\65\41\2\0\0\0\0\66\41\2\25650\0\28012\2100\61\40\29\
}
field {
   id             : 2

t/aptest51.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 0
      mapfield    : 2
   create-mode    : 1
   option         : 1
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\18\20\4\9\Submitter\61\40\35\60\40\1\3\41\2\1012\5000\28462\7100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483757\143\40\4294967295\21\41\2\0\400\6187\2&
 display-instance : 100\151\41\2\6637\0\27449\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\91\6\2\90\6\1\170\40\0\
}
field {
   id             : 3
   name           : Create Date

t/aptest51.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 0
      mapfield    : 5
   create-mode    : 2
   option         : 3
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\18\20\4\16\Last Modified By\61\40\35\60\40\1\3\41\2\1012\12500\32399\14600\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483752\143\40\4294967295\21\41\2\0\&
 display-instance : 400\10125\2100\151\41\2\10575\0\31387\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\91\6\2\90\6\1\170\40\0\
}
field {
   id             : 6
   name           : Modified Date
   datatype       : 7

t/aptest51.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 0
      mapfield    : 8
   create-mode    : 1
   option         : 1
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 128
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\18\20\4\17\Short Description\61\40\58\60\40\1\3\41\2\1012\20000\49724\22100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483755\143\40\4294967295\21\41\2\0&
 display-instance : \400\11250\2100\151\41\2\11812\0\45787\2100\65\41\2\0\0\0\0\66\41\2\46350\0\48712\2100\231\6\0\91\6\2\90\6\1\170\40\0\
}
field {
   id             : 15
   name           : Status-History

t/aptest51.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 0
      mapfield    : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 15
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\18\20\4\10\Request ID\61\40\17\60\40\1\3\41\2\1012\2500\19349\4600\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483754\143\40\4294967295\21\41\2\0\400\7087&
 display-instance : \2100\151\41\2\7537\0\18337\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\231\6\0\91\6\2\90\6\1\170\40\0\
}
field {
   id             : 536870915

t/aptest51.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 1
      mapfield    : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 15
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\18\20\4\10\Request ID\61\40\19\60\40\1\3\41\2\7312\55000\25987\57100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483758\231\6\0\143\40\4294967295\21\41\2\&
 display-instance : 0\400\6187\2100\151\41\2\6750\0\18675\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\91\6\2\90\6\1\170\40\0\
}
field {
   id             : 536870916

t/aptest51.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 1
      mapfield    : 8
   create-mode    : 1
   option         : 1
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 254
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\18\20\4\6\SD-AT2\61\40\50\60\40\1\3\41\2\1687\67500\39487\69600\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483759\231\6\0\143\40\4294967295\21\41\2\0\400&
 display-instance : \4950\2100\151\41\2\5512\0\34874\2100\65\41\2\0\0\0\0\66\41\2\35437\0\37799\2100\91\6\2\90\6\1\170\40\0\
}
field {
   id             : 536871019
   name           : Status-AT2

t/aptest51.def  view on Meta::CPAN

   datatype       : 4
   fieldtype      : 2
      mapschema   : 1
      mapfield    : 2
   create-mode    : 1
   option         : 1
   timestamp      : 1049205543
   owner          : jcmurphy
   last-changed   : jcmurphy
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\18\20\4\13\Submitter-AT2\61\40\30\60\40\1\3\41\2\4500\60000\32175\62100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483761\231\6\0\143\40\4294967295\21\41&
 display-instance : \2\0\400\9000\2100\151\41\2\9562\0\27674\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\91\6\2\90\6\1\170\40\0\
}
end
begin active link
   name           : ARSperl Test-alink1

t/aptest51.def  view on Meta::CPAN

   id             : 1
   name           : Request-ID
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1225458854
   owner          : Demo
   last-changed   : Demo
   maxlength      : 15
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\10\Request-ID\61\40\35\60\40\1\3\41\2\2137\47500\33187\49900\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483640\231\6\0\143\40\4294967295\170\40\0&
 display-instance : \21\41\2\0\400\9787\2400\151\41\2\9900\0\31050\2100\65\41\2\12262\0\12262\0\66\41\2\12262\0\12262\0\
 display-instance : 536872074\16\20\4\10\Request-ID\61\40\35\60\40\1\3\41\2\2137\42500\33187\44900\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483640\231\6\0\143\40\4294967295\170\40\0&
 display-instance : \21\41\2\0\400\9787\2400\151\41\2\9900\0\31050\2100\65\41\2\12262\0\12262\0\66\41\2\12262\0\12262\0\
 display-instance : 536873337\17\20\4\10\Request-ID\61\40\35\60\40\1\3\41\2\2137\42500\33187\44900\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483640\231\6\0\143\40\4294967295\170\40\0&

t/aptest51.def  view on Meta::CPAN

   id             : 2
   name           : Submitter
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 1225461311
   owner          : Demo
   last-changed   : Demo
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\9\Submitter\61\40\35\60\40\1\3\41\2\2137\50000\36112\52200\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483641\231\6\0\143\40\4294967295\170\40\0\2&
 display-instance : 1\41\2\0\400\9787\2200\151\41\2\9900\0\31050\2100\65\41\2\5962\0\5962\0\66\41\2\31612\0\33974\2100\
 display-instance : 536872074\16\20\4\9\Submitter\61\40\35\60\40\1\3\41\2\2137\45000\33187\47200\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483641\231\6\0\143\40\4294967295\170\40\0\2&
 display-instance : 1\41\2\0\400\9787\2200\151\41\2\9900\0\31050\2100\65\41\2\5962\0\5962\0\66\41\2\5962\0\5962\0\
 display-instance : 536873337\17\20\4\9\Submitter\61\40\35\60\40\1\3\41\2\2137\45000\33187\47200\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483641\231\6\0\143\40\4294967295\170\40\0\2&
 display-instance : 1\41\2\0\400\9787\2200\151\41\2\9900\0\31050\2100\65\41\2\5962\0\5962\0\66\41\2\5962\0\5962\0\91\6\2\

t/aptest51.def  view on Meta::CPAN

   id             : 4
   name           : Assigned To
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 2
   timestamp      : 1225461311
   owner          : Demo
   last-changed   : Demo
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\16\20\4\11\Assigned To\61\40\35\60\40\1\3\41\2\2137\55000\36112\57100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483643\231\6\0\143\40\4294967295\170\40\&
 display-instance : 0\21\41\2\0\400\9787\2100\151\41\2\9900\0\31050\2100\65\41\2\4275\0\4275\0\66\41\2\31612\0\33974\2100\
 display-instance : 536872074\16\20\4\11\Assigned To\61\40\35\60\40\1\3\41\2\2137\50000\33187\52100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483643\231\6\0\143\40\4294967295\170\40\&
 display-instance : 0\21\41\2\0\400\9787\2100\151\41\2\9900\0\31050\2100\65\41\2\4275\0\4275\0\66\41\2\4275\0\4275\0\
 display-instance : 536873337\17\20\4\11\Assigned To\61\40\35\60\40\1\3\41\2\2137\50000\33187\52100\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483643\231\6\0\143\40\4294967295\170\40\&
 display-instance : 0\21\41\2\0\400\9787\2100\151\41\2\9900\0\31050\2100\65\41\2\4275\0\4275\0\66\41\2\4275\0\4275\0\91\6\2\
}

t/aptest51.def  view on Meta::CPAN

   id             : 5
   name           : Modified By
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 3
   timestamp      : 1225461311
   owner          : Demo
   last-changed   : Demo
   maxlength      : 30
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 4\1
 display-instance : 536870912\16\20\4\11\Modified By\61\40\35\60\40\1\3\41\2\2137\57500\36112\59700\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483644\231\6\0\143\40\4294967295\170\40\&
 display-instance : 0\21\41\2\0\400\9787\2200\151\41\2\9900\0\31050\2100\65\41\2\2137\0\2137\0\66\41\2\31612\0\33974\2100\
 display-instance : 536872074\16\20\4\11\Modified By\61\40\35\60\40\1\3\41\2\2137\52500\33187\54700\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483644\231\6\0\143\40\4294967295\170\40\&
 display-instance : 0\21\41\2\0\400\9787\2200\151\41\2\9900\0\31050\2100\65\41\2\2137\0\2137\0\66\41\2\2137\0\2137\0\
 display-instance : 536873337\17\20\4\11\Modified By\61\40\35\60\40\1\3\41\2\2137\52500\33187\54700\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483644\231\6\0\143\40\4294967295\170\40\&
 display-instance : 0\21\41\2\0\400\9787\2200\151\41\2\9900\0\31050\2100\65\41\2\2137\0\2137\0\66\41\2\2137\0\2137\0\91\6\2\
}

t/aptest51.def  view on Meta::CPAN

   id             : 8
   name           : Short Description
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 1
   timestamp      : 1225458854
   owner          : Demo
   last-changed   : Demo
   maxlength      : 254
   menu-style     : 2
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 3\1
   permission     : 4\1
 display-instance : 536870912\16\20\4\17\Short Description\61\40\50\60\40\1\3\41\2\2137\65000\46687\67200\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483647\231\6\0\143\40\4294967295\1&
 display-instance : 70\40\0\21\41\2\0\400\11475\2200\151\41\2\12037\0\41624\2100\65\41\2\0\0\0\0\66\41\2\42187\0\44549\2100\
 display-instance : 536872074\16\20\4\17\Short Description\61\40\50\60\40\1\3\41\2\2137\60000\46687\62200\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483647\231\6\0\143\40\4294967295\1&
 display-instance : 70\40\0\21\41\2\0\400\11475\2200\151\41\2\12037\0\41624\2100\65\41\2\0\0\0\0\66\41\2\42187\0\44549\2100\
 display-instance : 536873337\17\20\4\17\Short Description\61\40\50\60\40\1\3\41\2\2137\60000\46687\62200\4\6\1\28\6\4\29\6\1\27\8\16\7\40\2147483647\231\6\0\143\40\4294967295\1&
 display-instance : 70\40\0\21\41\2\0\400\11475\2200\151\41\2\12037\0\41624\2100\65\41\2\0\0\0\0\66\41\2\42187\0\44549\2100\91\6\2\

t/aptest51.def  view on Meta::CPAN

   id             : 536870914
   name           : Character Field
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 2
   timestamp      : 1225458854
   owner          : Demo
   last-changed   : Demo
   maxlength      : 255
   menu-style     : 1
   qbe-match-op   : 1
   fulltext-optns : 0
   char-menu      : ARSperl Test-menu-search1
   pattern        : $-103$
   default        : $-1$
   permission     : 3\1
   permission     : 4\2
 display-instance : 536870912\18\14\40\1\170\40\536880919\20\4\15\Character Field\3\41\2\3487\3500\33074\5600\4\6\1\5\6\2\60\40\1\61\40\25\27\8\16\28\6\4\29\6\1\7\40\2147483648\&
 display-instance : 231\6\0\143\40\4294967295\21\41\2\0\400\7987\2100\151\41\2\8550\0\23737\2100\65\41\2\24300\0\26662\2100\66\41\2\27225\0\29587\2100\
 display-instance : 536872074\18\14\40\1\170\40\0\20\4\15\Character Field\3\41\2\35775\20300\65362\22400\4\6\1\5\6\2\60\40\1\61\40\25\27\8\16\28\6\4\29\6\1\7\40\2147483648\231\6&

t/aptest51.def  view on Meta::CPAN

   id             : 536870925
   name           : Index Field 1
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 2
   timestamp      : 1225458855
   owner          : Demo
   last-changed   : Demo
   maxlength      : 10
   menu-style     : 1
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
 display-instance : 536870912\18\14\40\1\170\40\536880920\20\4\13\Index Field 1\3\41\2\3937\3600\26662\5700\4\6\1\5\6\2\60\40\1\61\40\22\27\8\16\28\6\4\29\6\1\7\40\2147483660\23&
 display-instance : 1\6\0\143\40\4294967295\21\41\2\0\400\8662\2100\151\41\2\9225\0\22725\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
 display-instance : 536872074\18\14\40\1\170\40\0\20\4\13\Index Field 1\3\41\2\66712\2400\89437\4500\4\6\1\5\6\2\60\40\1\61\40\22\27\8\16\28\6\4\29\6\1\7\40\2147483660\231\6\0\1&
 display-instance : 43\40\4294967295\21\41\2\0\400\8662\2100\151\41\2\9225\0\22725\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
 display-instance : 536873337\19\14\40\1\170\40\536880920\20\4\13\Index Field 1\3\41\2\3937\3600\26662\5700\4\6\1\5\6\2\60\40\1\61\40\22\27\8\16\28\6\4\29\6\1\7\40\2147483660\23&
 display-instance : 1\6\0\143\40\4294967295\21\41\2\0\400\8662\2100\151\41\2\9225\0\22725\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\91\6\2\
}

t/aptest51.def  view on Meta::CPAN

   id             : 536870926
   name           : Index Field 2
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 2
   timestamp      : 1225458855
   owner          : Demo
   last-changed   : Demo
   maxlength      : 10
   menu-style     : 1
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
 display-instance : 536870912\18\14\40\1\170\40\536880920\20\4\13\Index Field 2\3\41\2\4387\6200\27112\8300\4\6\1\5\6\2\60\40\1\61\40\22\27\8\16\28\6\4\29\6\1\7\40\2147483661\23&
 display-instance : 1\6\0\143\40\4294967295\21\41\2\0\400\8662\2100\151\41\2\9225\0\22725\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
 display-instance : 536872074\18\14\40\1\170\40\0\20\4\13\Index Field 2\3\41\2\67162\5000\89887\7100\4\6\1\5\6\2\60\40\1\61\40\22\27\8\16\28\6\4\29\6\1\7\40\2147483661\231\6\0\1&
 display-instance : 43\40\4294967295\21\41\2\0\400\8662\2100\151\41\2\9225\0\22725\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
 display-instance : 536873337\19\14\40\1\170\40\536880920\20\4\13\Index Field 2\3\41\2\4387\6200\27112\8300\4\6\1\5\6\2\60\40\1\61\40\22\27\8\16\28\6\4\29\6\1\7\40\2147483661\23&
 display-instance : 1\6\0\143\40\4294967295\21\41\2\0\400\8662\2100\151\41\2\9225\0\22725\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\91\6\2\
}

t/aptest51.def  view on Meta::CPAN

   id             : 536870927
   name           : Index Field 3
   datatype       : 4
   fieldtype      : 1
   create-mode    : 1
   option         : 2
   timestamp      : 1225458855
   owner          : Demo
   last-changed   : Demo
   maxlength      : 10
   menu-style     : 1
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
 display-instance : 536870912\18\14\40\1\170\40\536880920\20\4\13\Index Field 3\3\41\2\4275\9100\27000\11200\4\6\1\5\6\2\60\40\1\61\40\22\27\8\16\28\6\4\29\6\1\7\40\2147483662\2&
 display-instance : 31\6\0\143\40\4294967295\21\41\2\0\400\8662\2100\151\41\2\9225\0\22725\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
 display-instance : 536872074\18\14\40\1\170\40\0\20\4\13\Index Field 3\3\41\2\67050\7900\89775\10000\4\6\1\5\6\2\60\40\1\61\40\22\27\8\16\28\6\4\29\6\1\7\40\2147483662\231\6\0\&
 display-instance : 143\40\4294967295\21\41\2\0\400\8662\2100\151\41\2\9225\0\22725\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
 display-instance : 536873337\19\14\40\1\170\40\536880920\20\4\13\Index Field 3\3\41\2\4275\9100\27000\11200\4\6\1\5\6\2\60\40\1\61\40\22\27\8\16\28\6\4\29\6\1\7\40\2147483662\2&
 display-instance : 31\6\0\143\40\4294967295\21\41\2\0\400\8662\2100\151\41\2\9225\0\22725\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\91\6\2\
}

t/aptest51.def  view on Meta::CPAN

   id             : 536870935
   name           : Character Field2
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 2
   timestamp      : 1225458855
   owner          : Demo
   last-changed   : Demo
   maxlength      : 5000
   menu-style     : 1
   qbe-match-op   : 1
   fulltext-optns : 0
   permission     : 0\1
 display-instance : 536870912\20\14\40\1\170\40\536880920\20\4\16\Character Field2\3\41\2\41625\2200\92475\10800\4\6\1\5\6\2\60\40\5\61\40\83\27\8\2\28\6\4\29\6\1\7\40\214748367&
 display-instance : 2\231\6\0\143\40\4294967295\21\41\2\0\0\50850\1300\151\41\2\0\1400\47925\8700\65\41\2\0\0\0\0\66\41\2\48487\1400\50849\3500\90\6\1\91\6\4\
 display-instance : 536872074\20\14\40\1\170\40\536880920\20\4\16\Character Field2\3\41\2\61762\2200\92474\10800\4\6\1\5\6\2\60\40\5\61\40\47\27\8\2\28\6\4\29\6\1\7\40\214748366&
 display-instance : 7\231\6\0\143\40\4294967295\21\41\2\0\0\30712\1300\151\41\2\0\1400\27787\8700\65\41\2\0\0\0\0\66\41\2\28350\1400\30712\3500\90\6\1\91\6\4\
 display-instance : 536873337\20\14\40\1\170\40\536880920\20\4\16\Character Field2\3\41\2\61762\2200\92474\10800\4\6\1\5\6\2\60\40\5\61\40\47\27\8\2\28\6\4\29\6\1\7\40\214748367&
 display-instance : 4\231\6\0\143\40\4294967295\21\41\2\0\0\30712\1300\151\41\2\0\1400\27787\8700\65\41\2\0\0\0\0\66\41\2\28350\1400\30712\3500\90\6\1\91\6\4\
}

t/aptest51.def  view on Meta::CPAN

   id             : 536870937
   name           : TF_Server
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 4
   timestamp      : 1225458855
   owner          : Demo
   last-changed   : Demo
   maxlength      : 80
   menu-style     : 1
   qbe-match-op   : 1
   fulltext-optns : 0
 display-instance : 536870912\19\14\40\1\170\40\0\20\4\9\TF_Server\3\41\2\2925\40100\31500\42200\4\6\1\5\6\2\60\40\1\61\40\37\27\8\16\28\6\4\29\6\1\7\40\2147483675\231\6\1\143\4&
 display-instance : 0\4294967295\21\41\2\0\400\6187\2100\151\41\2\6300\0\28575\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\228\40\1\
 display-instance : 536872074\18\14\40\1\170\40\0\20\4\9\TF_Server\3\41\2\2925\40100\31500\42200\4\6\1\5\6\2\60\40\1\61\40\37\27\8\16\28\6\4\29\6\1\7\40\2147483672\231\6\1\143\4&
 display-instance : 0\4294967295\21\41\2\0\400\6187\2100\151\41\2\6300\0\28575\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
 display-instance : 536873337\18\14\40\1\170\40\0\20\4\9\TF_Server\3\41\2\2925\40100\31500\42200\4\6\1\5\6\2\60\40\1\61\40\37\27\8\16\28\6\4\29\6\1\7\40\2147483679\231\6\1\143\4&
 display-instance : 0\4294967295\21\41\2\0\400\6187\2100\151\41\2\6300\0\28575\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {
   id             : 536870938
   name           : TF_Form
   datatype       : 4
   fieldtype      : 1
   create-mode    : 2
   option         : 4
   timestamp      : 1225458855
   owner          : Demo
   last-changed   : Demo
   maxlength      : 80
   menu-style     : 1
   qbe-match-op   : 1
   fulltext-optns : 0
 display-instance : 536870912\19\14\40\1\170\40\0\20\4\7\TF_Form\3\41\2\36000\40200\64575\42300\4\6\1\5\6\2\60\40\1\61\40\38\27\8\16\28\6\4\29\6\1\7\40\2147483676\231\6\1\143\40&
 display-instance : \4294967295\21\41\2\0\400\5962\2100\151\41\2\6075\0\28575\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\228\40\1\
 display-instance : 536872074\18\14\40\1\170\40\0\20\4\7\TF_Form\3\41\2\36000\40200\64575\42300\4\6\1\5\6\2\60\40\1\61\40\38\27\8\16\28\6\4\29\6\1\7\40\2147483673\231\6\1\143\40&
 display-instance : \4294967295\21\41\2\0\400\5962\2100\151\41\2\6075\0\28575\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
 display-instance : 536873337\18\14\40\1\170\40\0\20\4\7\TF_Form\3\41\2\36000\40200\64575\42300\4\6\1\5\6\2\60\40\1\61\40\38\27\8\16\28\6\4\29\6\1\7\40\2147483680\231\6\1\143\40&
 display-instance : \4294967295\21\41\2\0\400\5962\2100\151\41\2\6075\0\28575\2100\65\41\2\0\0\0\0\66\41\2\0\0\0\0\
}
field {



( run in 1.226 second using v1.01-cache-2.11-cpan-49f99fa48dc )