Service Studio 6.0 Help
ListAppend Action
The ListAppend action is a System Action that adds a record to the end of a record list. The input record list is effectively modified but the current record of this list is not changed.
Input parameters
Animation Effect: the kind of animation for the added/removed record when refreshing a record list widget using Ajax.
Text Type. Optional.
The possible values are: None, Highlight or Fade.
RecordList: the record list that the Record is appended to.
Record List Type. Mandatory.
Record: element that is inserted at the end of the Record List.
Record Type. Mandatory.
Output parameters
None
Remarks
You cannot execute this action when you are managing the Record List inside a For Each loop. The following runtime error is displayed:
"Append is not a valid operation inside a StartIteration/EndIteration block."
See Also
ListAppendAll Action | ListClear Action | ListDuplicate Function | ListInsert Action | ListRemove Action | About Record List Type | About Record Lists | Refresh Record List Widgets Using Ajax | Overview of System Actions and Functions