Netsutie PHP Toolkit
CustomRecordTypePermissions.php
Go to the documentation of this file.
1 <?php
9 
19 
29 
38  public $restriction;
39 
48  public $defaultForm;
49 
58  public $restrictForm;
59 
68  public $searchForm;
69 
79 
88  public $listView;
89 
99 
109 
119 
128  public $sublistView;
129 
139 
140 
141 
142  static $paramtypesmap = array(
143 
144  "permittedRole" => "RecordRef",
145 
146  "permittedLevel" => "CustomRecordTypePermissionsPermittedLevel",
147 
148  "restriction" => "CustomRecordTypePermissionsRestriction",
149 
150  "defaultForm" => "RecordRef",
151 
152  "restrictForm" => "boolean",
153 
154  "searchForm" => "RecordRef",
155 
156  "searchResults" => "RecordRef",
157 
158  "listView" => "RecordRef",
159 
160  "listViewRestricted" => "boolean",
161 
162  "dashboardView" => "RecordRef",
163 
164  "restrictDashboardView" => "boolean",
165 
166  "sublistView" => "RecordRef",
167 
168  "restrictSublistView" => "boolean",
169 
170  );
171 
172 }