...
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. If you want to track the health of a project or client over time, consider using stoplight UDFs.
Format
Panel | ||
---|---|---|
| ||
|
...
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)
...