PwsUserDefinedFieldRef

Overview


This structure represents the unique key fields associated with identifying a user defined field. User-defined fields (UDFs) allow you to track custom attributes of clients, engagements, projects, roles, tasks, project issues, resources, time cards, and cost cards that are specific to your business. These attributes can be displayed in reports and in other places in Projector.  You can define UDFs as you discover the need for them. You do not need to define them when you initially configure Projector. There is no limit to the number of UDFs you can define for clients, engagements, projects, roles, tasks, project issues, and resources. There is a limit of two UDFs each for time cards and cost cards.

Format


PwsUserDefinedFieldRef
  • PwsUserDefinedFieldRef
    • UdfId: Int32
    • UdfName: String (32)
    • UdfUid: Int64

Elements


Element

Data Type

Description

Sample Data

UdfId

Int32

The user defined field Id is a unique identifier for a user defined field. For internal use only.


UdfName

String (32)

The user defined field name.

Attendees

UdfUid

Int64

The user defined field Uid is a unique and immutable identifier for a user defined field.

1152921504606860180

User Example(s)


Example 01
                  <a:UdfIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                     <b:UdfId i:nil="true"/>
                     <b:UdfName>Attendees</b:UdfName>
                     <b:UdfUid>1152921504606860180</b:UdfUid>
                  </a:UdfIdentity>