The following table summarizes data objects used to add/remove categories to records or populate/update/clear custom field values in records using TeamConnect Web Services.
Categories and Custom Field Data Objects
Data Object |
Description |
booleanCustomField |
Provides a method for identifying the existing boolean custom field (property) to update (populate). Also provides a method to set the value of a boolean custom field. |
dateTimeCustomField |
Provides a method for identifying the existing date/time custom field (property) to update (populate). Also provides a method to set the value of a date/time custom field. |
decimalCustomField |
Provides a method for identifying the existing decimal custom field (property) to update (populate). Also provides a method to set the value of a decimal custom field. |
involvedCustomField |
Provides a method for identifying the existing involved party custom field (property) to update (populate). Also provides a method to set the value of a involved party custom field. |
noteCustomField |
Provides a method for identifying the existing note custom field (property) to update (populate). Also provides a method to set the value of a note custom field. |
projectCustomField |
Provides a method for identifying the existing project custom field (property) to update (populate). Also provides a method to set the value of a project custom field. |
textCustomField |
Provides a method for identifying the existing text custom field (property) to update (populate). Also provides a method to set the value of a text custom field. |