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

"appointmenttextid" MDO List

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

Special case of appointment list where we get the id value from the Text table. For use when we want to represent an appointment with the text.

Implemented by the AppointmentListTextIdProvider class. The name of the MDO list is 'appointmenttextid'.

Sample Request

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

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("appointmenttextid", 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
8 AMøte inneABB
9 BTelefon utBBB
10 IMøte inneIBB
11 EMøte inneEBB
12 MMøte inneMBB
13 PPrivatPBB
14 QMøte inneQBB
15 TPrivatTBB
16 XPrivatXBB
17 ØPrivatØBB
18 ÜTilbudÜBB
19 ÄPrivatÄBB
20 2Tilbud2BB
21 6Tilbud6BB
23 &Telefon ut&BB
24 =Tilbud=BB
25 Møte inneBB
26 CTilbudCCC
27 FTelefon utFCC
28 GTilbudGCC
29 JTelefon utJCC

Related MDO Lists

  • "appointmenttextidheadings"
  • "appointmenttextidheadingswithallitem"
  • "appointmenttextidheadingswithallitemwithnoselection"
  • "appointmenttextidheadingswithnoselection"
  • "appointmenttextidwithallitem"
  • "appointmenttextidwithallitemwithnoselection"
  • "appointmenttextidwithnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top