• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

"importproductfields" MDO List

Some tooltip text!
• 1 minute to read
 • 1 minute to read

MDO provider for column headers used in import

Implemented by the ImportProductFieldsProvider class. The name of the MDO list is 'importproductfields'.

Sample Request

GET /api/v1/MDOList/importproductfields
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("importproductfields", forceFlatList: true);
foreach (var item in listProvider.RootItems) {
    Console.WriteLine("{0} {1} {2} {3}", 
         item.Id, ResourceManager.ParseInlineResources(item.Name), item.StyleHint, item.ExtraInfo);
}

Sample Output

Id Name StyleHint ExtraInfo
0 Product: Name
1 Product: Description
2 Product: Code
3 Product: Unit
4 Product: Subscription
5 Product: Subscription unit
6 Product: Subscription quantity
7 Product: Item number
8 Product: Web address
9 Product: Product category
10 Product: Product family
11 Product: Product type
12 Product: VAT info
13 Product: VAT
14 Product: Cost
15 Product: Unit minimum price
16 Product: List price
17 Product: Extra info
18 Product: In assortment
19 Product: Supplier
20 Product: Supplier's code

Related MDO Lists

  • "importproductfieldsheadings"
  • "importproductfieldsheadingswithallitem"
  • "importproductfieldsheadingswithallitemwithnoselection"
  • "importproductfieldsheadingswithnoselection"
  • "importproductfieldswithallitem"
  • "importproductfieldswithallitemwithnoselection"
  • "importproductfieldswithnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top