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 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
    • 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 yes/no

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

I

UdfRequiredFlag

Boolean

false

false


false

UdfValues

String[]

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


???


UdfDetailSubstitutionCode

String

false


???


UdfItemDetailPageUrl

String

false


???


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