FieldFieldName
A field to edit that is associated with the specified agent. Use the following format to edit the field:
FieldFieldName
=FieldValue
where,
FieldName
|
is the name of the field. This name must begin with a letter and cannot contain any spaces. |
FieldValue
|
is the value to store in the field. |
NOTE: You must list any field that you want to add to the agent index in the value of the AgentIndexFieldCSVs configuration parameter.
You can specify fields to include as AgentGetResults action parameters for this agent by including the string DRE
at the start of the field name. For example:
FieldDREMaxResults=20
In this example, DREMaxResults=20
is included in all AgentGetResults actions (unless you override the value by using the DREQueryParameter action parameter). Fields that you specify in this way must have the name of a Query
action parameter.
In the AgentEdit action, you can delete the DREDatabaseMatch
field from an agent by passing an empty string for this field. For example:
action=AgentEdit&AID=4&FieldDREDatabaseMatch=
This action removes the DREDatabaseMatch
field from the agent whose ID
is 4
.
Actions: | AgentAdd
AgentEdit |
Type: | String |
Default: | |
Example: | FieldAlert=True
|
See Also: | AgentIndexFieldCSVs |