"importfields" MDO List
Some tooltip text!
• 1 minute to read
• 1 minute to read
MDO provider for column headers used in import
Implemented by the
Sample Request
GET /api/v1/MDOList/importfields
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *
Sample Code
var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("importfields", 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 |
---|---|---|---|
520 | Company: companyshorttext | [SR_UDEF_TEXT_SHORT] | |
521 | Company: companylongtext | [SR_UDEF_TEXT_LONG] | |
522 | Company: companynumber | [SR_UDEF_NUMBER] | |
523 | Company: companydate | [SR_UDEF_DATE] | |
524 | Company: companyunlimiteddate | [SR_UDEF_UNLIMITEDDATE] | |
525 | Company: companycheckbox | [SR_UDEF_CHECKBOX] | |
526 | Company: companydropdownlistbox | [SR_UDEF_LIST] | |
527 | Company: companydecimal | [SR_UDEF_FLOAT] | |
528 | Company: page1saleonly | [SR_UDEF_TEXT_SHORT] | |
529 | Company: page1marketingonly | [SR_UDEF_TEXT_SHORT] | |
530 | Company: page1adminonly | [SR_UDEF_TEXT_SHORT] | |
531 | Company: Udlist one | [SR_UDEF_LIST] | |
532 | Company: Udlist two | [SR_UDEF_LIST] | |
0 | Company: Business | ||
1 | Company: Category | ||
2 | Company: Country | ||
3 | Company: Department | ||
4 | Company: Info | ||
5 | Company: Name | ||
6 | Company: E-mail | multiple | |
7 | Company: Telephone | multiple |
Related MDO Lists
- "importfieldsheadings"
- "importfieldsheadingswithallitem"
- "importfieldsheadingswithallitemwithnoselection"
- "importfieldsheadingswithnoselection"
- "importfieldswithallitem"
- "importfieldswithallitemwithnoselection"
- "importfieldswithnoselection"