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

"preferencesection" MDO List

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.

Each item contains the programmatic section name in the extraInfo field.

Implemented by the PreferenceSectionProvider class. The name of the MDO list is 'preferencesection'.

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
1000010 Customer Centre password policy ccAuthentication
1000007 Client Client
1000020 Statistics DataCollection
1000032 Default values Defaults
1000067 Diary DiaryView
1000095 Filter Dialog FilterDialog
1000097 Freetext search Freetext
1000105 Functions Functions
1000542 In-app communication InApp
1000160 E-mail Mail
1000222 Marketing Mailing
1000229 Grouped lists MDOList
1000539 Data mirroring Mirroring
1000300 Web Services NetServices
1000328 Notifications via popup notification
1000336 Notifications via e-mail notificationEmail
1000344 Notifications via SMS notificationSms
1000360 Contact Person
1000379 Mobile CRM PocketTasks
1000383 Request request
1000404 Sale Sale

Related MDO Lists

  • "preferencesectionheadings"
  • "preferencesectionheadingswithallitem"
  • "preferencesectionheadingswithallitemwithnoselection"
  • "preferencesectionheadingswithnoselection"
  • "preferencesectionwithallitem"
  • "preferencesectionwithallitemwithnoselection"
  • "preferencesectionwithnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top