SOAP API method ChangeMiniCondition_setField
Description
The collectionfield who's values had to be changes. Only when the type of the condition meets 'field'
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object ChangeMiniCondition. The method only applies to the changeminicondition with this id.
- Parameter 'collectionfield' : Structure of type 'collectionfield'
- Parameter 'field' : boolean
- Parameter 'login' : Structure of type 'login'
- Optional login data
Structure 'collectionfield'
This structure collectionfield was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the collectionfield.
- Property 'name' : string
- The name of the collectionfield.
- Property 'weight' : int
- The weight of the collectionfield.
- Property 'displayed' : boolean
- Is this collectionfield displayed?.
- Property 'indatatable' : boolean
- Is this field added to the data table?
- Property 'type' : string
- The type of this collectionfield.
- Property 'value' : string
- The default value of this collectionfield.
- Property 'specialcontent' : string
- The special content of this collectionfield.
- Property 'big' : boolean
- Is this field a big field?
- Property 'pixelwidth' : int
- The width of this collectionfield.
- Property 'ordered' : boolean
- Is this collectionfield ordered by default?.
- Property 'length' : integer
- Get the length of the collection field
- Property 'lines' : integer
- Get the number of lines of the collection field
- Property 'hidden' : boolean
- Is this a hidden field?
- Property 'index' : boolean
- Is this field indexed?
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt