Netsutie PHP Toolkit
GetSelectValueFieldDescription.php
Go to the documentation of this file.
1 <?php
9 
18  public $recordType;
19 
29 
39 
48  public $sublist;
49 
58  public $field;
59 
68  public $customForm;
69 
78  public $filter;
79 
89 
90 
91 
92  static $paramtypesmap = array(
93 
94  "recordType" => "RecordType",
95 
96  "customRecordType" => "RecordRef",
97 
98  "customTransactionType" => "RecordRef",
99 
100  "sublist" => "string",
101 
102  "field" => "string",
103 
104  "customForm" => "RecordRef",
105 
106  "filter" => "GetSelectValueFilter",
107 
108  "filterByValueList" => "GetSelectFilterByFieldValueList",
109 
110  );
111 
112 }