Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 1.77 KB

selectionmembertype.md

File metadata and controls

71 lines (55 loc) · 1.77 KB
uid title keywords so.generated so.date so.topic so.envir
selectionmembertype
selectionmembertype
mdo
provider
mdo provider
selectionmembertype
true
03.19.2021
reference
onsite
online

"selectionmembertype" MDO List

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 SelectionMemberTypeList class. The name of the MDO list is 'selectionmembertype'.

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
10 Documents document
9 Follow-ups appointment
13 Sales sale
11 Projects project
127 Products quoteline
262 Requests ticket
5 Companies/Contacts contact

Related MDO Lists

  • "selectionmembertypeheadings"
  • "selectionmembertypeheadingswithallitem"
  • "selectionmembertypeheadingswithallitemwithnoselection"
  • "selectionmembertypeheadingswithnoselection"
  • "selectionmembertypewithallitem"
  • "selectionmembertypewithallitemwithnoselection"
  • "selectionmembertypewithnoselection"