This documentation is archived and is not being maintained.
PrintMgmtSetupDoc.moveInstance Method [AX 2012]
Moves a document instance in the collection.
public void moveInstance(int _docInstanceIdx, boolean _moveUp)
Run On
Called
Parameters
-
_docInstanceIdx
- Type: int
The index of instance to move.
-
_moveUp
- Type: boolean
true if the instance is moved up; otherwise, false.
If an instance cannot move, for example, trying to move the top instance up, no failure is noted.