Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.15 KB

Project.Application.CustomFieldRename.md

File metadata and controls

41 lines (26 loc) · 1.15 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.CustomFieldRename method (Project)
vbapj.chm2378
vbapj.chm2378
project-server
Project.Application.CustomFieldRename
0ca77914-1881-eee5-a8ec-7b47c6464969
06/08/2017
medium

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

[!includeSupport and feedback]