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

"serviceassociate" MDO List

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

MDO provider for associates that are allowed to approve a quote.

Implemented by the ServiceAssociateMDOProvider class. The name of the MDO list is 'serviceassociate'.

Additional Attributes

Description Name Example Value
Flag to include defaul values (currentUser, autoAssign = int.maxValue, unAssigned = 0) IncludeDefaultItems False
Flag to add related user's 'not present' status message to fullname AddNotPresentStatus False

Sample Request

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

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("serviceassociate", 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
106 Adm6 person_id=223&contact_id=2
17 Sal0 person_id=153&contact_id=2
29 Ser0 person_id=165&contact_id=2
30 Ser1 person_id=166&contact_id=2
31 Ser2 person_id=167&contact_id=2
32 Ser3 person_id=168&contact_id=2
33 Ser4 person_id=169&contact_id=2
34 Ser5 person_id=170&contact_id=2
64 SerNS03 NetServer person_id=184&contact_id=2
23 Tje0 person_id=159&contact_id=2
24 Tje1 person_id=160&contact_id=2
25 Tje2 person_id=161&contact_id=2
26 Tje3 person_id=162&contact_id=2
27 Tje4 person_id=163&contact_id=2
28 Tje5 person_id=164&contact_id=2
99 Tjeneste Sjef person_id=205&contact_id=2
65 TjeNS04 NetServer person_id=185&contact_id=2

Related MDO Lists

  • "serviceassociateheadings"
  • "serviceassociateheadingswithallitem"
  • "serviceassociateheadingswithallitemwithnoselection"
  • "serviceassociateheadingswithnoselection"
  • "serviceassociatewithallitem"
  • "serviceassociatewithallitemwithnoselection"
  • "serviceassociatewithnoselection"
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top