|
instance.append-field
|
| |
|
description
Append a value to the field of an instance.
Type and format of parameter can be specified (see parameter documentation).
privilege-required
anyone
tx-support
true
|
| |
|
INSTRUCTION
|
|
name
|
type
|
default-value
|
required
|
description
|
| id |
integer |
none |
true |
Id of the concerned instance. |
| field |
string |
none |
true |
Concerned field. |
| locale |
string |
none |
false |
Locale (language-country) of the content. |
|
| |
|
PARAMETER
|
|
name
|
type
|
default-value
|
required
|
description
|
| value |
string|number |
none |
false |
Value appended. |
|
| |
|
EXAMPLE
|
|
|
example 1
|
<nvd:command name="instance.append-field" id="{$id}" field="myfield" locale="en-US">
<nvd:parameter name="value">blabla</nvd:parameter>
</nvd:command>
|
|