Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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, 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, and resources. There is a limit of two UDFs for time cards and cost cards.  If you want to track the health of a project or client over time, consider using stoplight UDFs.

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 billing 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>
  • No labels