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

"selectionmembertypev2" 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 SelectionMemberTypeListV2 class. The name of the MDO list is 'selectionmembertypev2'.

Sample Request

GET /api/v1/MDOList/selectionmembertypev2
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("selectionmembertypev2", 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
5 Find Company contact
6 Find Contact person
9 Find Follow-up appointment
13 Find Sale sale
11 Find Project project
23 Find Selection selection
10 Find Document document
127 Find Product QuoteLine
262 Find Request ticket
332 Find Chat conversation chat_session
485 Find Form submission form_submission
334 Find Mailing s_shipment

Related MDO Lists

  • "selectionmembertypev2headings"
  • "selectionmembertypev2headingswithallitem"
  • "selectionmembertypev2headingswithallitemwithnoselection"
  • "selectionmembertypev2headingswithnoselection"
  • "selectionmembertypev2withallitem"
  • "selectionmembertypev2withallitemwithnoselection"
  • "selectionmembertypev2withnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top