title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.CustomFieldPropertiesEx method (Project) |
vbapj.chm35 |
|
project-server |
|
3eac9820-848a-011a-96df-f752ea33f31f |
06/08/2017 |
medium |
Sets attributes associated with a custom field.
expression. CustomFieldPropertiesEx
( _FieldID_
, _Attribute_
, _SummaryCalc_
, _GraphicalIndicators_
, _Required_
, _AutomaticallyRolldownToAssn_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
FieldID | Required | Long | The custom field. Can be one of the PjCustomField constants. |
Attribute | Optional | Long | The attribute to associate with the field specified with FieldID. Can be one of the following PjCustomFieldAttribute constants: pjFieldAttributeNone, pjFieldAttributeFormula, or pjFieldAttributeValueList. |
SummaryCalc | Optional | Long | The calculation to be performed on the custom field for summary rows and grouping summary rows. Can be one of the PjSummaryCalc constants. |
GraphicalIndicators | Optional | Boolean | True if graphical indicators display instead of data for the custom field. |
Required | Optional | Boolean | True if the custom field is required. |
AutomaticallyRolldownToAssn | Optional | Boolean | True if the custom field automatically rolls down to assignments. |
Boolean
Changing the value of Attribute for a field only enables or disables the attribute. It does not remove any associated data.
[!includeSupport and feedback]