Netsutie PHP Toolkit
CustomRecordTypeSublists.php
Go to the documentation of this file.
1 <?php
9 
18  public $recordSearch;
19 
28  public $recordDescr;
29 
39 
48  public $recordTab;
49 
58  public $recordId;
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "recordSearch" => "RecordRef",
65 
66  "recordDescr" => "string",
67 
68  "recordDescrLanguageValueList" => "LanguageValueList",
69 
70  "recordTab" => "RecordRef",
71 
72  "recordId" => "string",
73 
74  );
75 
76 }