Netsutie PHP Toolkit
TransactionBodyCustomField.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 $showInList;
69 
78  public $globalSearch;
79 
88  public $isParent;
89 
98  public $insertBefore;
99 
108  public $subtab;
109 
119 
128  public $displayType;
129 
139 
149 
158  public $help;
159 
169 
178  public $linkText;
179 
188  public $isMandatory;
189 
199 
208  public $maxLength;
209 
218  public $minValue;
219 
228  public $maxValue;
229 
239 
249 
258  public $isFormula;
259 
269 
279 
289 
299 
308  public $sourceList;
309 
318  public $sourceFrom;
319 
329 
339 
348  public $bodySale;
349 
359 
368  public $bodyJournal;
369 
379 
388  public $bodyStore;
389 
399 
409 
419 
429 
439 
449 
458  public $bodyBTegata;
459 
469 
479 
489 
499 
509 
519 
528  public $bodyDeposit;
529 
538  public $bodyBom;
539 
549 
558  public $filterList;
559 
568  public $accessLevel;
569 
578  public $searchLevel;
579 
589 
599 
609 
619 
628  public $internalId;
629 
630 
631 
632  static $paramtypesmap = array(
633 
634  "label" => "string",
635 
636  "owner" => "RecordRef",
637 
638  "description" => "string",
639 
640  "selectRecordType" => "RecordRef",
641 
642  "storeValue" => "boolean",
643 
644  "showInList" => "boolean",
645 
646  "globalSearch" => "boolean",
647 
648  "isParent" => "boolean",
649 
650  "insertBefore" => "RecordRef",
651 
652  "subtab" => "RecordRef",
653 
654  "availableToSso" => "boolean",
655 
656  "displayType" => "CustomizationDisplayType",
657 
658  "displayWidth" => "integer",
659 
660  "displayHeight" => "integer",
661 
662  "help" => "string",
663 
664  "parentSubtab" => "RecordRef",
665 
666  "linkText" => "string",
667 
668  "isMandatory" => "boolean",
669 
670  "checkSpelling" => "boolean",
671 
672  "maxLength" => "integer",
673 
674  "minValue" => "float",
675 
676  "maxValue" => "float",
677 
678  "defaultChecked" => "boolean",
679 
680  "defaultValue" => "string",
681 
682  "isFormula" => "boolean",
683 
684  "defaultSelection" => "RecordRef",
685 
686  "dynamicDefault" => "CustomizationDynamicDefault",
687 
688  "searchDefault" => "RecordRef",
689 
690  "searchCompareField" => "RecordRef",
691 
692  "sourceList" => "RecordRef",
693 
694  "sourceFrom" => "RecordRef",
695 
696  "sourceFilterBy" => "RecordRef",
697 
698  "bodyPurchase" => "boolean",
699 
700  "bodySale" => "boolean",
701 
702  "bodyOpportunity" => "boolean",
703 
704  "bodyJournal" => "boolean",
705 
706  "bodyExpenseReport" => "boolean",
707 
708  "bodyStore" => "boolean",
709 
710  "bodyTransferOrder" => "boolean",
711 
712  "bodyItemReceipt" => "boolean",
713 
714  "bodyItemReceiptOrder" => "boolean",
715 
716  "bodyItemFulfillment" => "boolean",
717 
718  "bodyItemFulfillmentOrder" => "boolean",
719 
720  "bodyInventoryAdjustment" => "boolean",
721 
722  "bodyBTegata" => "boolean",
723 
724  "bodyAssemblyBuild" => "boolean",
725 
726  "bodyPrintFlag" => "boolean",
727 
728  "bodyPickingTicket" => "boolean",
729 
730  "bodyPrintPackingSlip" => "boolean",
731 
732  "bodyCustomerPayment" => "boolean",
733 
734  "bodyVendorPayment" => "boolean",
735 
736  "bodyDeposit" => "boolean",
737 
738  "bodyBom" => "boolean",
739 
740  "bodyPrintStatement" => "boolean",
741 
742  "filterList" => "TransactionBodyCustomFieldFilterList",
743 
744  "accessLevel" => "CustomizationAccessLevel",
745 
746  "searchLevel" => "CustomizationSearchLevel",
747 
748  "roleAccessList" => "CustomFieldRoleAccessList",
749 
750  "deptAccessList" => "CustomFieldDepartmentAccessList",
751 
752  "subAccessList" => "CustomFieldSubAccessList",
753 
754  "translationsList" => "CustomFieldTranslationsList",
755 
756  "internalId" => "string",
757 
758  );
759 
760 }