Share via


Application.GoalAreaChange Method

Project Developer Reference

Changes goal areas by firing the WindowGoalAreaChange event. Script in the main.html page then looks up and loads the appropriate task list page for the new goal area.

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

See Also