"preferencesearch" MDO List
• 2 minutes to read
• 2 minutes to read
MDO Provider that retrieves a list of preference keys corresponding to a given keyword.
Preferences are described in the prefdesc table. This provider will retrieve descriptions for all keys for a given keyword. A search for the keyword, passed in as the additionalInfo to the constructor, is preformed in both name and descriptio fields.
Each item contains the programmatic key name in the extraInfo field.
Implemented by the
Additional Attributes
Description | Name | Example Value |
---|---|---|
Preference section name | Functions |
Sample Request
GET /api/v1/MDOList/preferencesearch
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *
Sample Code
var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("preferencesearch", 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 |
---|---|---|---|
5495 | Visible follow-ups per day view | Defaults | |
5500 | Diary autorefresh interval | DiaryView | |
5502 | Diary start time | bold | DiaryView |
5528 | Maximum number of hits (multi-word) | Freetext | |
5530 | Maximum number of hits (single word) | Freetext | |
5534 | Archive page size | Functions | |
5536 | Limit for auto-loading | Functions | |
5609 | IMAP Server name | ||
5616 | Attachment size-threshold | ||
5633 | Fax no. format in e-mail address. | ||
5637 | SMTP Server name | ||
5642 | Timeout | ||
5660 | Enable long list names and tooltips | MDOList | |
5691 | Maximum list size | MDOList | |
5793 | Autologout time | PocketTasks | |
5939 | JPEG quality | bold | Visual |
5940 | Status image transparency | Visual |
Related MDO Lists
- "preferencesearchheadings"
- "preferencesearchheadingswithallitem"
- "preferencesearchheadingswithallitemwithnoselection"
- "preferencesearchheadingswithnoselection"
- "preferencesearchwithallitem"
- "preferencesearchwithallitemwithnoselection"
- "preferencesearchwithnoselection"