LookupTableValue Element

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Specifies the lookup table value to change with a status update and contains the new value.

<LookupTableValue
  Guid = "Text">
    UpdateDetails
</LookupTableValue>

Attributes

Attribute

Description

Guid

Required Text. Specifies the globally unique identifier (GUID) of the lookup table value. Values must be in the form "FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF" where "F" represents a hexadecimal digit between "0" and "F".

Child Elements

None

Parent Elements

LookupTableCustomFieldChange

Occurrences

Minimum: 0

Maximum: Unbounded

Text Value

A text value is optional. This text specifies the text to display in the Details row of the Transaction Comments and Task History section of the Assignment Details page in Project Web Access.

Example

The following example uses the LookupTableValue element to update the value for the Health lookup table custom field to the value Completed. After this update is executed, the Transaction Comments and Task History sections of the Assignment Details page in Project Web Access display the following information in the Details row:

Health › Fully Completed.

<Changes>
  <Proj ID="3f8568c2-66ed-46b8-93ba-cf104c734cef">
    <Assn ID="352eb69a-a915-4849-b9f0-3d26d0d6e0a8">
      <LookupTableCustomFieldChange IsMultiValued="false" CustomFieldType="Text" CustomFieldGuid="00004f6d-90a2-439a-8cc2-1c1ef6d2da4f" CustomFieldName="Health">
        <LookupTableValue Guid="00001db0-125e-4641-b5fc-2a52ba36e278">Fully Completed</LookupTableValue>
      </LookupTableCustomFieldChange>
    </Assn>
  </Proj>
</Changes>