Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 2.08 KB

Project.Application.SetResourceFieldByID.md

File metadata and controls

49 lines (31 loc) · 2.08 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SetResourceFieldByID method (Project)
vbapj.chm96
vbapj.chm96
project-server
Project.Application.SetResourceFieldByID
1309ee61-6b66-db45-ed69-b0b3dd9b8dda
06/08/2017
medium

Application.SetResourceFieldByID method (Project)

Sets the value of a resource field specified by the field identification number.

Syntax

expression. SetResourceFieldByID( _FieldID_, _Value_, _AllSelectedResources_, _Create_, _ResourceID_, _ProjectName_ )

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
FieldID Required PjField Field identification number. Can be one of the resource fields specified by a PjField constant or a number returned by the FieldNameToFieldConstant method.
Value Required String The value of the resource field.
AllSelectedResources Optional Boolean True if the value of the field is set for all selected resources. False if the value is set for the active resource. The default value is False.
Create Optional Boolean True if Project should create a resource if the active cell is on an empty row. The default value is True.
ResourceID Optional Long The identification number of the resource containing the field to set. If AllSelectedResources is True, ResourceID is ignored.
ProjectName Optional String If the active project is a consolidated project, specifies the name of the project for the resource specified by ResourceID. If ResourceID is not specified, ProjectName is ignored. The default value is the name of the active project.

Return value

Boolean

Remarks

To set a resource field by name, use the SetResourceField method.

[!includeSupport and feedback]