Netsutie PHP Toolkit
EntityGroup.php
Go to the documentation of this file.
1 <?php
8 class EntityGroup extends Record {
9 
18  public $groupName;
19 
28  public $groupType;
29 
38  public $email;
39 
48  public $groupOwner;
49 
59 
69 
78  public $savedSearch;
79 
88  public $isSalesTeam;
89 
98  public $comments;
99 
108  public $isPrivate;
109 
119 
128  public $isInactive;
129 
138  public $isSalesRep;
139 
149 
159 
169 
178  public $issueRole;
179 
189 
198  public $subsidiary;
199 
209 
219 
229 
239 
248  public $internalId;
249 
258  public $externalId;
259 
260 
261 
262  static $paramtypesmap = array(
263 
264  "groupName" => "string",
265 
266  "groupType" => "EntityGroupType",
267 
268  "email" => "string",
269 
270  "groupOwner" => "RecordRef",
271 
272  "isSavedSearch" => "boolean",
273 
274  "parentGroupType" => "EntityGroupType",
275 
276  "savedSearch" => "RecordRef",
277 
278  "isSalesTeam" => "boolean",
279 
280  "comments" => "string",
281 
282  "isPrivate" => "boolean",
283 
284  "restrictionGroup" => "RecordRef",
285 
286  "isInactive" => "boolean",
287 
288  "isSalesRep" => "boolean",
289 
290  "isSupportRep" => "boolean",
291 
292  "isProductTeam" => "boolean",
293 
294  "isFunctionalTeam" => "boolean",
295 
296  "issueRole" => "RecordRef",
297 
298  "isManufacturingWorkCenter" => "boolean",
299 
300  "subsidiary" => "RecordRef",
301 
302  "machineResources" => "integer",
303 
304  "laborResources" => "integer",
305 
306  "workCalendar" => "RecordRef",
307 
308  "customFieldList" => "CustomFieldList",
309 
310  "internalId" => "string",
311 
312  "externalId" => "string",
313 
314  );
315 
316 }
$isManufacturingWorkCenter
static $paramtypesmap
Definition: Record.php:8