Parameters
AuthenticationTicket
string The name of the propertyset
PropertySetName
string The name of the propertyset
FieldName
string The name of the custom property field. This name will be a field name in the database.
FieldCaption
string The caption of the field that will be displayed to the users.
FieldType
string The available field types are CHAR, NUMBER, DATE, BOOLEAN
FieldLength
int For the CHAR type fields, a number between 1 to 255. This information will be ignored for other field types.
isRequired
bool is this field Required or not, TRUE, FALSE field.
ControlSize
int For the CHAR and NUMBER type fields and if the ControlType is TEXTBOX, a number between 1 to 255. This information will be ignored for other field types.
ControlOrder
int The display order of the control when the property set is displayed as a form.
ControlType
int 'Text box', 'Combo box', 'List box', 'Radio Button', 'Check Box', 'LOOKUP' are the options.
Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the field has been added to the property set.
if success attribute is "false", the error attribute indicates the encountered error.