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 7 Next »

Overview


This structure represents the user defined fields associated with time cards or cost cards

Format


PwsCardUdf
  • PwsCardUdf
    • UdfDatatype: String
    • UdfRequiredFlag: Boolean
    • UdfValues: String (4000)
    • UdfIdentity: PwsUserDefinedFieldRef
    • UdfConnectorCode: String
    • UdfDetailSubstitutionCode: String
    • UdfItemDetailPageUrl: String
    • DecimalDigits: Byte

Elements


Element

Data Type

Required?

Default

Description

Sample Data

UdfDatatype

String

true


The UDF data type:

"D" for date

"I" for numeric

"R" for resource

"T" for text

"L" for text list

"Y" for boolean

"P" for relationshp type (i.e. JIRA and Zendesk)

I

UdfRequiredFlag

Boolean

false

false


false

UdfValues

String (4000)

true (if the UDFDatatype is 'L')


The values associated with a list type user defined field


UdfIdentity

PwsUserDefinedFieldRef

true


This structure represents the unique key fields associated with identifying a user defined field


UdfConnectorCode

String

false


The UDF connector code is associated with relationship type user defined fields. The UDF connector code is a unique identifier for an external connector


UdfDetailSubstitutionCode

String

false


The UDF detail substitution code is associated with relationship type user defined fields


UdfItemDetailPageUrl

String

false


The UDF item detail page URL is associated with relationship type user defined fields


DecimalDigits

Byte

false

0

The number of decimal places associated with a numeric type user defined field

0

Example(s)


Example 01
               <a:Udf1>
                  <a:UdfDatatype>I</a:UdfDatatype>
                  <a:UdfRequiredFlag>false</a:UdfRequiredFlag>
                  <a:UdfValues xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                  <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>
                  <a:UdfConnectorCode i:nil="true"/>
                  <a:UdfDetailSubstitutionCode i:nil="true"/>
                  <a:UdfItemDetailPageUrl i:nil="true"/>
                  <a:DecimalDigits>0</a:DecimalDigits>
               </a:Udf1>
  • No labels