Name |
Type |
Comment |
sid | string | The serial id of this service type |
isLock | boolean | Determines if the column can be edited |
tag | string | Used by OfficeClip to pass specific information |
metaInformationId | int | The unique id of the meta attribute in the OfficeClip database |
metaBasicType | int | The type of the field, The following are the field types: 0=unknown, 1=list, 2=text, 3=number, 4=float, 5=date, 6=boolean |
internalName | string | The internal name of the attribute, this is how it is represented internally in OfficeClip, so can be used for identification. |
schemaName | string | The schema name of the attribute, It matches the column name of the respective schema, for example Contact.xsd column name will match this field. |
externalName | string | The user provided name of the attribute, this is how it is shown to the user on the screen. |
sectionName | string | The section name where the attributes reside |
listChoices | string | The list choices for the list type entry. List choices are represented in the format: text1~text2~text3... |
defaultValue | string | The default value of the attribute, date will be encoded in the sortable format. The default value, if present, will be used in all the input forms |
isPreferred | boolean | Preferred fields are shown on the list screen |
isRequired | boolean | Determines if the value of the attribute is mandatory. If this is true then in any input and edit forms, this value needs to be supplied. If the attribute type is a list, then the list text should not be empty. |
isReadonly | boolean | Determines if the value of the attribute is read only. This attribute should not show up in the input screen and should not be editable in the edit screen. Note that both isRequired and isReadOnly cannot be true at the same time. If the client program finds such a case it should immediately throw an exception saying that inconsistent web services values. |
isVisible | boolean | Determines if the attribute is visible. This will always be set to true in the current release |