"selectionmembertype" MDO List
Some tooltip text!
• 1 minute to read
• 1 minute to read
MDO provider for the selection archive providers types. The items will be added by scanning ArchiveProviderFactory.KnownArchiveProviders for this pattern; [TableName]Selection. If the prefix is a known table, the tablename will be added to list with the TableNumber as the ID.
Implemented by the
Sample Request
GET /api/v1/MDOList/selectionmembertype
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *
Sample Code
var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("selectionmembertype", 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 |
---|---|---|---|
9 | Follow-ups | appointment | |
5 | Companies/Contacts | contact | |
10 | Documents | document | |
11 | Projects | project | |
127 | Products | quoteline | |
13 | Sales | sale | |
262 | Requests | ticket |
Related MDO Lists
- "selectionmembertypeheadings"
- "selectionmembertypeheadingswithallitem"
- "selectionmembertypeheadingswithallitemwithnoselection"
- "selectionmembertypeheadingswithnoselection"
- "selectionmembertypewithallitem"
- "selectionmembertypewithallitemwithnoselection"
- "selectionmembertypewithnoselection"