NumberSequence.getNextNumber Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static int getNextNumber(Dynamics::AX::Application::Connection ^ _connection, long _numbersequencerecordid, long _globaltransid, System::String ^ _userid, int _sessionid, Microsoft::Dynamics::Ax::Xpp::AxShared::utcdatetime _sessionLoginDateTime, long _numberSequenceDeploymentRecordId);
public static int getNextNumber (Dynamics.AX.Application.Connection _connection, long _numbersequencerecordid, long _globaltransid, string _userid, int _sessionid, Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime _sessionLoginDateTime, long _numberSequenceDeploymentRecordId);
static member getNextNumber : Dynamics.AX.Application.Connection * int64 * int64 * string * int * Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime * int64 -> int
Public Shared Function getNextNumber (_connection As Connection, _numbersequencerecordid As Long, _globaltransid As Long, _userid As String, _sessionid As Integer, _sessionLoginDateTime As utcdatetime, _numberSequenceDeploymentRecordId As Long) As Integer
Parameters
- _connection
- Connection
- _numbersequencerecordid
- Int64
- _globaltransid
- Int64
- _userid
- String
- _sessionid
- Int32
- _sessionLoginDateTime
- Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime
- _numberSequenceDeploymentRecordId
- Int64