GenericCustomField Data Type

GenericCustomField

Namespace
http://www.visionproject.se/service/VisionProjectService-v2/type
Schema
type.xsd
Version
$Revision$ $Date$
Properties
name data type type namespace min/max occurs constraints description
columnName string element 0/1   Get columnName
companyId int element 1/1 required Get companyId
customFieldType CustomFieldType element 0/1   Get customFieldType
defaultValue string element 0/1   Get defaultValue
fieldOrder string element 0/1   Get fieldOrder
genericCustomFieldSectionId int element 1/1 required Get genericCustomFieldSectionId
helpText string element 0/1   Get helpText
mandatory boolean element 1/1 required Get mandatory
mandatoryHasBeenSet boolean element 1/1 required Get mandatoryHasBeenSet
name string element 0/1   Get name
originalCheckSum string element 0/1   Method getOriginalCheckSum
primaryKey int element 1/1 required Get primaryKey
validationRegExp string element 0/1   Get validationRegExp
valueList string element 0/1   Get valueList

Example

<g----- xmlns="http://www.visionproject.se/service/VisionProjectService-v2/type">
  <columnName>...</columnName>
  <companyId>...</companyId>
  <customFieldType>
    <id>...</id>
    <value>...</value>
  </customFieldType>
  <defaultValue>...</defaultValue>
  <fieldOrder>...</fieldOrder>
  <genericCustomFieldSectionId>...</genericCustomFieldSectionId>
  <helpText>...</helpText>
  <mandatory>...</mandatory>
  <mandatoryHasBeenSet>...</mandatoryHasBeenSet>
  <name>...</name>
  <originalCheckSum>...</originalCheckSum>
  <primaryKey>...</primaryKey>
  <validationRegExp>...</validationRegExp>
  <valueList>...</valueList>
</g----->