Customer/CSI/Unit Commissioning.CSICategory: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Customer/CSI/Unit Commissioning|Customer/CSI/Unit Commissioning}} ===XML Element=== <'''CSICategory'''> : <CategoryData> :: <CategoryI…')
 
No edit summary
Line 30: Line 30:
* If neither value matches an existing category the category will not be inserted.  
* If neither value matches an existing category the category will not be inserted.  


  Categories:
  '''Categories:'''
  CategoryID  CategoryName                                              Category Type
  '''CategoryID  CategoryName                                              Category Type'''
   5                   Customer                                                   Customer
   5                 Customer                                         Customer
   6                   Owner                                                       Company
   6                 Owner                                           Company
   7                   Contact                                                     Customer
   7                 Contact                                         Customer
   9                   Authorized Service Provider (ASP)                 Company  
   9                 Authorized Service Provider (ASP)               Company  
   10                ASP Field Technician                                   Customer
   10                ASP Field Technician                             Customer
   11                Service Manager                                         Customer
   11                Service Manager                                   Customer
   12                Alternate Lead                                             Customer  
   12                Alternate Lead                                   Customer  
   13                External User                                               Customer
   13                External User                                     Customer
   14                Distributor                                                   Company
   14                Distributor                                       Company
   16                Course Instructor                                         Customer
   16                Course Instructor                                 Customer


* The Customers or Companies element is required depending on the the Category Type refer to the table above.
* The Customers or Companies element is required depending on the the Category Type refer to the table above.

Revision as of 16:52, 11 October 2013

XML Element

<CSICategory>

<CategoryData>
<CategoryID />
<CategoryName />
</CategoryData>
<Companies>
<Company>
<CompanyID />
<CompanyName />
</Company>
</Companies>
<Customers>
<Customer>
<CustomerID />
<FirstName />
<LastName />
<Email />
</Customer>
</Customers>

</CSICategory>



Description

  • The CategoryData element is required. If the CategoryID element value matches an existing category that category will be used.
  • If the CategoryID element is not present the CategoryName element value will be used to match an existing category.
  • If neither value matches an existing category the category will not be inserted.
Categories:
CategoryID   CategoryName                                              Category Type
  5                  Customer                                         Customer
  6                  Owner                                            Company
  7                  Contact                                          Customer
  9                  Authorized Service Provider (ASP)                Company 
  10                 ASP Field Technician                              Customer
  11                 Service Manager                                   Customer
  12                 Alternate Lead                                    Customer 
  13                 External User                                     Customer
  14                 Distributor                                       Company
  16                 Course Instructor                                 Customer
  • The Customers or Companies element is required depending on the the Category Type refer to the table above.