Netsutie PHP Toolkit
LotNumberedAssemblyItem.php
Go to the documentation of this file.
1 <?php
9 
18  public $createdDate;
19 
29 
38  public $customForm;
39 
48  public $itemId;
49 
58  public $upcCode;
59 
68  public $displayName;
69 
78  public $vendorName;
79 
88  public $parent;
89 
98  public $printItems;
99 
108  public $isOnline;
109 
119 
129 
139 
148  public $isInactive;
149 
159 
169 
178  public $department;
179 
189 
198  public $class;
199 
208  public $location;
209 
219 
228  public $description;
229 
238  public $cogsAccount;
239 
249 
259 
269 
279 
289 
299 
309 
319 
329 
339 
349 
359 
369 
379 
388  public $taxSchedule;
389 
398  public $scrapAcct;
399 
409 
418  public $wipAcct;
419 
429 
438  public $weight;
439 
448  public $weightUnit;
449 
459 
468  public $isTaxable;
469 
479 
488  public $rate;
489 
498  public $unitsType;
499 
508  public $stockUnit;
509 
519 
528  public $saleUnit;
529 
539 
549 
559 
569 
579 
588  public $producer;
589 
599 
608  public $mpn;
609 
619 
629 
639 
649 
659 
669 
679 
689 
699 
709 
718  public $itemCarrier;
719 
729 
739 
749 
759 
769 
779 
789 
799 
809 
819 
829 
839 
849 
859 
869 
879 
889 
899 
909 
919 
929 
939 
949 
959 
968  public $cost;
969 
979 
989 
998  public $hazmatId;
999 
1009 
1019 
1029 
1039 
1049 
1059 
1069 
1079 
1089 
1099 
1108  public $vsoePrice;
1109 
1119 
1129 
1139 
1149 
1159 
1169 
1179 
1188  public $totalValue;
1189 
1198  public $useBins;
1199 
1209 
1219 
1229 
1238  public $leadTime;
1239 
1249 
1258  public $buildTime;
1259 
1269 
1279 
1289 
1299 
1309 
1319 
1329 
1339 
1349 
1359 
1369 
1379 
1389 
1399 
1409 
1419 
1429 
1439 
1449 
1459 
1469 
1478  public $supplyType;
1479 
1489 
1499 
1509 
1519 
1529 
1539 
1549 
1559 
1569 
1579 
1589 
1599 
1609 
1619 
1629 
1639 
1648  public $pageTitle;
1649 
1659 
1669 
1679 
1689 
1699 
1709 
1719 
1729 
1739 
1749 
1759 
1769 
1779 
1789 
1799 
1809 
1819 
1828  public $onSpecial;
1829 
1839 
1849 
1859 
1869 
1879 
1889 
1898  public $memberList;
1899 
1909 
1919 
1929 
1939 
1949 
1959 
1969 
1979 
1988  public $internalId;
1989 
1998  public $externalId;
1999 
2000 
2001 
2002  static $paramtypesmap = array(
2003 
2004  "createdDate" => "dateTime",
2005 
2006  "lastModifiedDate" => "dateTime",
2007 
2008  "customForm" => "RecordRef",
2009 
2010  "itemId" => "string",
2011 
2012  "upcCode" => "string",
2013 
2014  "displayName" => "string",
2015 
2016  "vendorName" => "string",
2017 
2018  "parent" => "RecordRef",
2019 
2020  "printItems" => "boolean",
2021 
2022  "isOnline" => "boolean",
2023 
2024  "isGcoCompliant" => "boolean",
2025 
2026  "offerSupport" => "boolean",
2027 
2028  "useComponentYield" => "boolean",
2029 
2030  "isInactive" => "boolean",
2031 
2032  "availableToPartners" => "boolean",
2033 
2034  "subsidiaryList" => "RecordRefList",
2035 
2036  "department" => "RecordRef",
2037 
2038  "includeChildren" => "boolean",
2039 
2040  "class" => "RecordRef",
2041 
2042  "location" => "RecordRef",
2043 
2044  "costCategory" => "RecordRef",
2045 
2046  "description" => "string",
2047 
2048  "cogsAccount" => "RecordRef",
2049 
2050  "incomeAccount" => "RecordRef",
2051 
2052  "intercoIncomeAccount" => "RecordRef",
2053 
2054  "assetAccount" => "RecordRef",
2055 
2056  "matchBillToReceipt" => "boolean",
2057 
2058  "billQtyVarianceAcct" => "RecordRef",
2059 
2060  "billPriceVarianceAcct" => "RecordRef",
2061 
2062  "billExchRateVarianceAcct" => "RecordRef",
2063 
2064  "gainLossAccount" => "RecordRef",
2065 
2066  "salesTaxCode" => "RecordRef",
2067 
2068  "purchaseTaxCode" => "RecordRef",
2069 
2070  "prodQtyVarianceAcct" => "RecordRef",
2071 
2072  "prodPriceVarianceAcct" => "RecordRef",
2073 
2074  "purchasePriceVarianceAcct" => "RecordRef",
2075 
2076  "wipVarianceAcct" => "RecordRef",
2077 
2078  "taxSchedule" => "RecordRef",
2079 
2080  "scrapAcct" => "RecordRef",
2081 
2082  "shippingCost" => "float",
2083 
2084  "wipAcct" => "RecordRef",
2085 
2086  "handlingCost" => "float",
2087 
2088  "weight" => "float",
2089 
2090  "weightUnit" => "ItemWeightUnit",
2091 
2092  "costingMethod" => "ItemCostingMethod",
2093 
2094  "isTaxable" => "boolean",
2095 
2096  "costingMethodDisplay" => "string",
2097 
2098  "rate" => "float",
2099 
2100  "unitsType" => "RecordRef",
2101 
2102  "stockUnit" => "RecordRef",
2103 
2104  "purchaseUnit" => "RecordRef",
2105 
2106  "saleUnit" => "RecordRef",
2107 
2108  "trackLandedCost" => "boolean",
2109 
2110  "billingSchedule" => "RecordRef",
2111 
2112  "deferredRevenueAccount" => "RecordRef",
2113 
2114  "revRecSchedule" => "RecordRef",
2115 
2116  "stockDescription" => "string",
2117 
2118  "producer" => "boolean",
2119 
2120  "manufacturer" => "string",
2121 
2122  "mpn" => "string",
2123 
2124  "multManufactureAddr" => "boolean",
2125 
2126  "manufactureraddr1" => "string",
2127 
2128  "manufacturerCity" => "string",
2129 
2130  "manufacturerState" => "string",
2131 
2132  "manufacturerZip" => "string",
2133 
2134  "countryOfManufacture" => "Country",
2135 
2136  "effectiveBomControl" => "AssemblyItemEffectiveBomControl",
2137 
2138  "manufacturerTaxId" => "string",
2139 
2140  "defaultRevision" => "string",
2141 
2142  "defaultItemShipMethod" => "RecordRef",
2143 
2144  "itemCarrier" => "ItemCarrier",
2145 
2146  "roundUpAsComponent" => "boolean",
2147 
2148  "purchaseOrderQuantity" => "float",
2149 
2150  "purchaseOrderAmount" => "float",
2151 
2152  "purchaseOrderQuantityDiff" => "float",
2153 
2154  "receiptQuantity" => "float",
2155 
2156  "receiptAmount" => "float",
2157 
2158  "receiptQuantityDiff" => "float",
2159 
2160  "itemShipMethodList" => "RecordRefList",
2161 
2162  "scheduleBNumber" => "string",
2163 
2164  "scheduleBQuantity" => "integer",
2165 
2166  "scheduleBCode" => "RecordRef",
2167 
2168  "manufacturerTariff" => "string",
2169 
2170  "preferenceCriterion" => "ItemPreferenceCriterion",
2171 
2172  "issueProduct" => "RecordRef",
2173 
2174  "minimumQuantity" => "integer",
2175 
2176  "enforceMinQtyInternally" => "boolean",
2177 
2178  "softDescriptor" => "RecordRef",
2179 
2180  "isSpecialWorkOrderItem" => "boolean",
2181 
2182  "pricesIncludeTax" => "boolean",
2183 
2184  "quantityPricingSchedule" => "RecordRef",
2185 
2186  "buildEntireAssembly" => "boolean",
2187 
2188  "quantityOnHand" => "float",
2189 
2190  "useMarginalRates" => "boolean",
2191 
2192  "reorderMultiple" => "integer",
2193 
2194  "cost" => "float",
2195 
2196  "costEstimateType" => "ItemCostEstimateType",
2197 
2198  "isHazmatItem" => "boolean",
2199 
2200  "hazmatId" => "string",
2201 
2202  "hazmatShippingName" => "string",
2203 
2204  "hazmatHazardClass" => "string",
2205 
2206  "hazmatPackingGroup" => "HazmatPackingGroup",
2207 
2208  "hazmatItemUnits" => "string",
2209 
2210  "hazmatItemUnitsQty" => "float",
2211 
2212  "costEstimate" => "float",
2213 
2214  "transferPrice" => "float",
2215 
2216  "overallQuantityPricingType" => "ItemOverallQuantityPricingType",
2217 
2218  "pricingGroup" => "RecordRef",
2219 
2220  "intercoCogsAccount" => "RecordRef",
2221 
2222  "vsoePrice" => "float",
2223 
2224  "vsoeSopGroup" => "VsoeSopGroup",
2225 
2226  "vsoeDeferral" => "VsoeDeferral",
2227 
2228  "vsoePermitDiscount" => "VsoePermitDiscount",
2229 
2230  "vsoeDelivered" => "boolean",
2231 
2232  "unbuildVarianceAccount" => "RecordRef",
2233 
2234  "dropshipExpenseAccount" => "RecordRef",
2235 
2236  "preferredLocation" => "RecordRef",
2237 
2238  "totalValue" => "float",
2239 
2240  "useBins" => "boolean",
2241 
2242  "averageCost" => "float",
2243 
2244  "lastPurchasePrice" => "float",
2245 
2246  "purchaseDescription" => "string",
2247 
2248  "leadTime" => "integer",
2249 
2250  "autoLeadTime" => "boolean",
2251 
2252  "buildTime" => "integer",
2253 
2254  "safetyStockLevel" => "float",
2255 
2256  "safetyStockLevelDays" => "integer",
2257 
2258  "seasonalDemand" => "boolean",
2259 
2260  "serialNumbers" => "string",
2261 
2262  "reorderPoint" => "float",
2263 
2264  "preferredStockLevel" => "float",
2265 
2266  "expirationDate" => "dateTime",
2267 
2268  "lastInvtCountDate" => "dateTime",
2269 
2270  "nextInvtCountDate" => "dateTime",
2271 
2272  "invtCountInterval" => "integer",
2273 
2274  "invtClassification" => "ItemInvtClassification",
2275 
2276  "demandModifier" => "float",
2277 
2278  "autoReorderPoint" => "boolean",
2279 
2280  "autoPreferredStockLevel" => "boolean",
2281 
2282  "preferredStockLevelDays" => "float",
2283 
2284  "shipIndividually" => "boolean",
2285 
2286  "shipPackage" => "RecordRef",
2287 
2288  "defaultReturnCost" => "float",
2289 
2290  "supplyReplenishmentMethod" => "RecordRef",
2291 
2292  "alternateDemandSourceItem" => "RecordRef",
2293 
2294  "fixedLotSize" => "float",
2295 
2296  "supplyType" => "RecordRef",
2297 
2298  "demandTimeFence" => "integer",
2299 
2300  "supplyTimeFence" => "integer",
2301 
2302  "rescheduleInDays" => "integer",
2303 
2304  "rescheduleOutDays" => "integer",
2305 
2306  "supplyLotSizingMethod" => "RecordRef",
2307 
2308  "demandSource" => "RecordRef",
2309 
2310  "quantityCommitted" => "float",
2311 
2312  "quantityAvailable" => "float",
2313 
2314  "quantityBackOrdered" => "float",
2315 
2316  "quantityOnOrder" => "float",
2317 
2318  "storeDisplayName" => "string",
2319 
2320  "storeDisplayThumbnail" => "RecordRef",
2321 
2322  "storeDisplayImage" => "RecordRef",
2323 
2324  "storeDescription" => "string",
2325 
2326  "storeDetailedDescription" => "string",
2327 
2328  "storeItemTemplate" => "RecordRef",
2329 
2330  "pageTitle" => "string",
2331 
2332  "metaTagHtml" => "string",
2333 
2334  "excludeFromSitemap" => "boolean",
2335 
2336  "sitemapPriority" => "SitemapPriority",
2337 
2338  "urlComponent" => "string",
2339 
2340  "searchKeywords" => "string",
2341 
2342  "isDonationItem" => "boolean",
2343 
2344  "showDefaultDonationAmount" => "boolean",
2345 
2346  "maxDonationAmount" => "float",
2347 
2348  "dontShowPrice" => "boolean",
2349 
2350  "noPriceMessage" => "string",
2351 
2352  "outOfStockMessage" => "string",
2353 
2354  "shoppingDotComCategory" => "string",
2355 
2356  "outOfStockBehavior" => "ItemOutOfStockBehavior",
2357 
2358  "shopzillaCategoryId" => "integer",
2359 
2360  "nexTagCategory" => "string",
2361 
2362  "productFeedList" => "ProductFeedList",
2363 
2364  "relatedItemsDescription" => "string",
2365 
2366  "onSpecial" => "boolean",
2367 
2368  "specialsDescription" => "string",
2369 
2370  "featuredDescription" => "string",
2371 
2372  "itemOptionsList" => "ItemOptionsList",
2373 
2374  "itemNumberOptionsList" => "RecordRefList",
2375 
2376  "itemVendorList" => "ItemVendorList",
2377 
2378  "pricingMatrix" => "PricingMatrix",
2379 
2380  "memberList" => "ItemMemberList",
2381 
2382  "accountingBookDetailList" => "ItemAccountingBookDetailList",
2383 
2384  "locationsList" => "LotNumberedInventoryItemLocationsList",
2385 
2386  "siteCategoryList" => "SiteCategoryList",
2387 
2388  "binNumberList" => "InventoryItemBinNumberList",
2389 
2390  "numbersList" => "LotNumberedInventoryItemNumbersList",
2391 
2392  "translationsList" => "TranslationList",
2393 
2394  "presentationItemList" => "PresentationItemList",
2395 
2396  "customFieldList" => "CustomFieldList",
2397 
2398  "internalId" => "string",
2399 
2400  "externalId" => "string",
2401 
2402  );
2403 
2404 }
Definition: Record.php:8