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

"ticketselectionwithstaticmenu" MDO List

Some tooltip text!
• 1 minute to read
 • 1 minute to read

Provider for selecting ticket selections

Sentry rights are honoured; if you do not have Read acces the selection will not be listed here. Additionally, selections with empty names are not listed; such selections are the result of bugs and are not visible anywhere else either.

Implemented by the TicketSelectionWithStaticMenuProvider class. The name of the MDO list is 'ticketselectionwithstaticmenu'.

Sample Request

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

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("ticketselectionwithstaticmenu", 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
1 Last requests soprotocol:last&provider:LastTickets
2 Own open requests soprotocol:open&provider:UserOpenTickets
3 Unassigned requests soprotocol:unassigned&provider:UnassignedTickets
4 My favourites soprotocol:favourites&provider:FavouriteTickets
6 separatorLine

Related MDO Lists

  • "ticketselectionwithstaticmenuheadings"
  • "ticketselectionwithstaticmenuheadingswithallitem"
  • "ticketselectionwithstaticmenuheadingswithallitemwithnoselection"
  • "ticketselectionwithstaticmenuheadingswithnoselection"
  • "ticketselectionwithstaticmenuwithallitem"
  • "ticketselectionwithstaticmenuwithallitemwithnoselection"
  • "ticketselectionwithstaticmenuwithnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top