FormAllItems.Move

Syntax:

Move(<Item>, <Parent>, <Location>)

Parameters:

<Item> (required)

Type: FormDecoration; FormGroup; FormButton; FormTable; FormField.
Item to be moved.

<Parent> (required)

Type: FormGroup; FormTable; ManagedForm.
New parent of the item. May be the same as the old one.

<Location> (optional)

Type: FormGroup; FormDecoration; FormButton; FormTable; FormField.
Item before which the moved item should be placed. If it is not specified, the item is moved to the collection end.

Description:

Moves a collection item.

Availability:

Server, Mobile application (server).

    

1C:Enterprise Developer's Community