Netsutie PHP Toolkit
TransactionColumnCustomField.php
Go to the documentation of this file.
1 <?php
9 
18  public $label;
19 
28  public $owner;
29 
38  public $description;
39 
49 
58  public $storeValue;
59 
68  public $insertBefore;
69 
79 
88  public $displayType;
89 
98  public $displayWidth;
99 
109 
118  public $help;
119 
128  public $linkText;
129 
138  public $isMandatory;
139 
148  public $maxLength;
149 
158  public $minValue;
159 
168  public $maxValue;
169 
179 
189 
198  public $isFormula;
199 
209 
219 
228  public $sourceList;
229 
238  public $sourceFrom;
239 
249 
258  public $colExpense;
259 
268  public $colPurchase;
269 
278  public $colSale;
279 
289 
298  public $colStore;
299 
309 
318  public $colJournal;
319 
328  public $colBuild;
329 
339 
348  public $colTime;
349 
359 
369 
379 
389 
399 
409 
419 
429 
439 
449 
459 
469 
478  public $colKitItem;
479 
488  public $filterList;
489 
498  public $accessLevel;
499 
508  public $searchLevel;
509 
519 
529 
539 
549 
558  public $internalId;
559 
560 
561 
562  static $paramtypesmap = array(
563 
564  "label" => "string",
565 
566  "owner" => "RecordRef",
567 
568  "description" => "string",
569 
570  "selectRecordType" => "RecordRef",
571 
572  "storeValue" => "boolean",
573 
574  "insertBefore" => "RecordRef",
575 
576  "availableToSso" => "boolean",
577 
578  "displayType" => "CustomizationDisplayType",
579 
580  "displayWidth" => "integer",
581 
582  "displayHeight" => "integer",
583 
584  "help" => "string",
585 
586  "linkText" => "string",
587 
588  "isMandatory" => "boolean",
589 
590  "maxLength" => "integer",
591 
592  "minValue" => "float",
593 
594  "maxValue" => "float",
595 
596  "defaultChecked" => "boolean",
597 
598  "defaultValue" => "string",
599 
600  "isFormula" => "boolean",
601 
602  "defaultSelection" => "RecordRef",
603 
604  "dynamicDefault" => "CustomizationDynamicDefault",
605 
606  "sourceList" => "RecordRef",
607 
608  "sourceFrom" => "RecordRef",
609 
610  "sourceFilterBy" => "RecordRef",
611 
612  "colExpense" => "boolean",
613 
614  "colPurchase" => "boolean",
615 
616  "colSale" => "boolean",
617 
618  "colOpportunity" => "boolean",
619 
620  "colStore" => "boolean",
621 
622  "colStoreHidden" => "boolean",
623 
624  "colJournal" => "boolean",
625 
626  "colBuild" => "boolean",
627 
628  "colExpenseReport" => "boolean",
629 
630  "colTime" => "boolean",
631 
632  "colTransferOrder" => "boolean",
633 
634  "colTimeGroup" => "boolean",
635 
636  "colItemReceipt" => "boolean",
637 
638  "colItemReceiptOrder" => "boolean",
639 
640  "colItemFulfillment" => "boolean",
641 
642  "colItemFulfillmentOrder" => "boolean",
643 
644  "colPrintFlag" => "boolean",
645 
646  "colPickingTicket" => "boolean",
647 
648  "colPackingSlip" => "boolean",
649 
650  "colReturnForm" => "boolean",
651 
652  "colStoreWithGroups" => "boolean",
653 
654  "colGroupOnInvoices" => "boolean",
655 
656  "colKitItem" => "boolean",
657 
658  "filterList" => "TransactionColumnCustomFieldFilterList",
659 
660  "accessLevel" => "CustomizationAccessLevel",
661 
662  "searchLevel" => "CustomizationSearchLevel",
663 
664  "roleAccessList" => "CustomFieldRoleAccessList",
665 
666  "deptAccessList" => "CustomFieldDepartmentAccessList",
667 
668  "subAccessList" => "CustomFieldSubAccessList",
669 
670  "translationsList" => "CustomFieldTranslationsList",
671 
672  "internalId" => "string",
673 
674  );
675 
676 }