Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.