Netsutie PHP Toolkit
SearchRecordType.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const account = "account";
23 
30  const accountingPeriod = "accountingPeriod";
31 
38  const appDefinition = "appDefinition";
39 
46  const appPackage = "appPackage";
47 
54  const assemblyItem = "assemblyItem";
55 
62  const bin = "bin";
63 
70  const budget = "budget";
71 
78  const calendarEvent = "calendarEvent";
79 
86  const campaign = "campaign";
87 
94  const classification = "classification";
95 
102  const contact = "contact";
103 
110  const customer = "customer";
111 
118  const customerMessage = "customerMessage";
119 
126  const customRecord = "customRecord";
127 
134  const department = "department";
135 
142  const employee = "employee";
143 
150  const entityGroup = "entityGroup";
151 
158  const file = "file";
159 
166  const folder = "folder";
167 
174  const giftCertificate = "giftCertificate";
175 
182  const groupMember = "groupMember";
183 
190  const inventoryNumber = "inventoryNumber";
191 
198  const item = "item";
199 
206  const issue = "issue";
207 
214  const job = "job";
215 
222  const location = "location";
223 
230  const lotNumberedAssemblyItem = "lotNumberedAssemblyItem";
231 
238  const manufacturingCostTemplate = "manufacturingCostTemplate";
239 
246  const manufacturingOperationTask = "manufacturingOperationTask";
247 
254  const manufacturingRouting = "manufacturingRouting";
255 
262  const message = "message";
263 
270  const nexus = "nexus";
271 
278  const note = "note";
279 
286  const opportunity = "opportunity";
287 
294  const otherNameCategory = "otherNameCategory";
295 
302  const partner = "partner";
303 
310  const phoneCall = "phoneCall";
311 
318  const priceLevel = "priceLevel";
319 
326  const pricingGroup = "pricingGroup";
327 
334  const projectTask = "projectTask";
335 
342  const promotionCode = "promotionCode";
343 
350  const resourceAllocation = "resourceAllocation";
351 
358  const revRecSchedule = "revRecSchedule";
359 
366  const revRecTemplate = "revRecTemplate";
367 
374  const salesRole = "salesRole";
375 
382  const serializedAssemblyItem = "serializedAssemblyItem";
383 
390  const solution = "solution";
391 
398  const siteCategory = "siteCategory";
399 
406  const subsidiary = "subsidiary";
407 
414  const supportCase = "supportCase";
415 
422  const task = "task";
423 
430  const timeBill = "timeBill";
431 
438  const topic = "topic";
439 
446  const transaction = "transaction";
447 
454  const vendor = "vendor";
455 
456 }