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

"filterassociates" MDO List

Some tooltip text!
• 2 minutes to read
 • 2 minutes to read

Associate list for the Filter dialog. This associate list differs from the standard list in two ways: a) It contains even former employees (you may wnat to filter in our out their activites, even though they have gone); and b) It is of type Selectable, with the currently selected associates marked as such.

Implemented by the FilterAssociateProvider class. The name of the MDO list is 'filterassociates'.

Additional Attributes

Description Name Example Value
Associates linked to this heading heading_id 2
Associates belonging to this user group (primary or secondary groups) group_idx 2
Associates that are members of this project project_id 231

Separator: ;

Sample Request

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

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("filterassociates", 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
11 Adm0 person_id=147&contact_id=2
12 Adm1 person_id=148&contact_id=2
13 Adm2 person_id=149&contact_id=2
14 Adm3 person_id=150&contact_id=2
15 Adm4 person_id=151&contact_id=2
16 Adm5 person_id=152&contact_id=2
106 Adm6 person_id=223&contact_id=2
1 Admin Adminson person_id=9&contact_id=2
63 AdmNS02 NetServer person_id=183&contact_id=2
2 Arne Arnesen person_id=10&contact_id=2
3 Brede Bredesen person_id=11&contact_id=2
4 Cato Carlsson person_id=12&contact_id=2
5 Donald Duck person_id=13&contact_id=2
6 Erik Eide person_id=14&contact_id=2
7 Frode Freestad person_id=15&contact_id=2
8 Geir Grønbeck person_id=16&contact_id=2
9 Hans Hansen person_id=17&contact_id=2
10 Ingrid Istad person_id=18&contact_id=2
86 Johan Jensen person_id=198&contact_id=21
87 Kjell Jensen person_id=199&contact_id=21
81 Listadm Listadm person_id=190&contact_id=2

Related MDO Lists

  • "filterassociatesheadings"
  • "filterassociatesheadingswithallitem"
  • "filterassociatesheadingswithallitemwithnoselection"
  • "filterassociatesheadingswithnoselection"
  • "filterassociateswithallitem"
  • "filterassociateswithallitemwithnoselection"
  • "filterassociateswithnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top