Share via


ReqTransPoMarkFirm.getLastOnServer Method [AX 2012]

Calls the getLastRunOnServer method on the server and marks the getLast method has been called to prevent the duplicate calling.

Syntax

public void getLastOnServer([boolean _needToBePacked])

Run On

Called

Parameters

  • _needToBePacked
    Type: boolean
    A boolean value that specifies whether the ReqTransPoMarkFirm class instance should be packed and pass to getLastRunOnServer method; optional.

Remarks

The _needToBePacked should be set to false when the ReqTRansPoMarkFirm class instance is just constructed to save one pack on the client side and one unpack on the server side.

See Also

Reference

ReqTransPoMarkFirm Class