Application.Organizer Method
Project Developer Reference |
Displays the Organizer dialog box, which prompts the user to manage calendars, views, toolbars, maps, forms, tables, filters, reports, and modules.
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
See Also