User Guide
file 163
field
Description
Container tag; contains information about a new custom field.
Attributes
field-id
The ID of the field.
account-id The ID of the account.
acl-id The ID of the ACL.
custom-seq The custom field number.
type The type of the custom field. It must be one of the following values:
Note: Not all attributes are returned by all APIs.
Note: The self-registration feature is obsolete in Breeze 5.
Contained tags
comment
, name, value
Note: Not all tags are returned by all APIs.
Returned by
acl-field-info
, custom-field-update
Example
<field field-id="1562" account-id="7" custom-seq="4"
type="optional">
<comments>none</comments>
<name>Manager</name>
<value>411</value>
</field>
file
Description
Container; contains information about uploaded SCO files.
Attributes
None.
Value Description
required
Required account custom field.
optional
Optional and show during self-registration.
optional-no-self-reg
Optional and hide during self-registration.