Share via


Application.CustomFieldRename Method (Project)

Defines a friendly name for a custom field.

Syntax

expression .CustomFieldRename(FieldID, NewName, Phonetic)

expression A variable that represents an Application object.

Parameters

Name

Required/Optional

Data Type

Description

FieldID

Required

Long

The field to be renamed. Can be one of the PjCustomField constants.

NewName

Optional

String

The friendly name for the custom field. A value of Null removes the friendly name.

Phonetic

Optional

String

The phonetic equivalent of the friendly name. The Phonetic argument is ignored unless the Japanese version of Project is used.

Return Value

Boolean