Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.36 KB

Project.Application.GoalAreaChange.md

File metadata and controls

48 lines (28 loc) · 1.36 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.GoalAreaChange method (Project)
vbapj.chm51
vbapj.chm51
project-server
Project.Application.GoalAreaChange
84341db8-3f8e-44f3-4b34-e702ee2841dd
06/08/2017
medium

Application.GoalAreaChange method (Project)

Changes Project Guide goal areas by triggering the WindowGoalAreaChange event. Deprecated in Project.

Syntax

expression. GoalAreaChange( _goalArea_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
goalArea Required Integer An integer that corresponds to the new goal area to which you are changing. For example, setting the goalArea argument to 1 will switch to the first goal area in the Project Guide.

Return value

Boolean

Remarks

Note

The Project Guide is disabled by default in Project. Although you can create and display custom Project Guide pages, we recommend that you create a task pane app instead of the Project Guide for new development.

Script in the main.html page looks up and loads the appropriate task list page for the new goal area.

[!includeSupport and feedback]