"preferencesection" MDO List
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
MDO Provider that retrieves a list of preference sections
Preferences are described in the prefdesc table. This provider will retrieve descriptions for all sections.
Implemented by the
Sample Request
GET /api/v1/MDOList/preferencesection
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *
Sample Code
var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("preferencesection", 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 |
---|---|---|---|
1000003 | Customer Centre password policy | ccAuthentication | |
1000013 | Statistics | DataCollection | |
1000025 | Default values | Defaults | |
1000060 | Diary | DiaryView | |
1000085 | Filter Dialog | FilterDialog | |
1000087 | Freetext search | Freetext | |
1000095 | Functions | Functions | |
1000517 | In-app communication | InApp | |
1000149 | |||
1000211 | Marketing | Mailing | |
1000217 | Grouped lists | MDOList | |
1000514 | Data mirroring | Mirroring | |
1000288 | Web Services | NetServices | |
1000307 | Notifications via popup | notification | |
1000315 | Notifications via e-mail | notificationEmail | |
1000323 | Notifications via SMS | notificationSms | |
1000339 | Contact | Person | |
1000358 | Mobile CRM | PocketTasks | |
1000362 | Request | request | |
1000381 | Sale | Sale | |
1000398 | SuperOffice Service system settings | serviceSettings |
Related MDO Lists
- "preferencesectionheadings"
- "preferencesectionheadingswithallitem"
- "preferencesectionheadingswithallitemwithnoselection"
- "preferencesectionheadingswithnoselection"
- "preferencesectionwithallitem"
- "preferencesectionwithallitemwithnoselection"
- "preferencesectionwithnoselection"