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

"project_new" MDO List

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

Provider for selecting a project. Returns search results in rank order Supports searching across project text fields. Respects the Project.SkipCompletedProjects user preference.

Returns project items only: Id = project-id, Name = Project name, Type = "Project", IconHint="deleted_item", ExtraInfo= project-id

Completed/Done projects are marked with stylehint = "deleted_item" (but item.deleted = false)

Implemented by the ProjectListProvider class. The name of the MDO list is 'project_new'.

Sample Request

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

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("project_new", 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
15 Prasjaakt 15
16 BBoBBeeBB 16
17 Ccocceecc 17
18 ddoddeedd 18
19 presjeekt 19
20 ffoffeeff 20
21 ggoggeegg 21
22 hhohheehh 22
23 prisjiikt 23
24 Jjojjeejj 24
25 Kkokkeekk 25
26 Llolleell 26
27 Mmommeemm 27
28 Nnonneenn 28
29 Prosjookt 29
30 Ppoppeepp 30
31 Qqoqqeeqq 31
32 Rrorreerr 32
33 Ssosseess 33
34 Ttotteett 34
35 Prusjuukt 35

Related MDO Lists

  • "project_newheadings"
  • "project_newheadingswithallitem"
  • "project_newheadingswithallitemwithnoselection"
  • "project_newheadingswithnoselection"
  • "project_newwithallitem"
  • "project_newwithallitemwithnoselection"
  • "project_newwithnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top