Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.21 KB

Project.Application.Organizer.md

File metadata and controls

45 lines (27 loc) · 1.21 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.Organizer method (Project)
vbapj.chm126
vbapj.chm126
project-server
Project.Application.Organizer
4269290c-7be9-a0af-526d-bde73114c24b
06/08/2017
medium

Application.Organizer method (Project)

Displays the Organizer dialog box, which enables the user to manage views, reports, modules, tables, filters, calendars, maps, fields, and groups.

Syntax

expression. Organizer( _Type_, _Task_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Type Optional Long The type of item to manage. Can be one of the PjOrganizer constants. The default value is pjViews.
Task Optional Boolean True if the item applies to tasks. False if the item applies to resources. The default value is True.

Return value

Boolean

Remarks

If Type is set to pjToolbar, that maps to the Modules tab in the Organizer dialog box.

[!includeSupport and feedback]