EdiRuntimeHelper.GetNextX12TScn 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 System::String ^ GetNextX12TScn(int onewayAgreementId, int st02MinVal, int st02MaxVal, System::String ^ st02Prefix, System::String ^ st02Suffix, bool bSt02RollOver, bool bAckGeneration);
public static string GetNextX12TScn (int onewayAgreementId, int st02MinVal, int st02MaxVal, string st02Prefix, string st02Suffix, bool bSt02RollOver, bool bAckGeneration);
static member GetNextX12TScn : int * int * int * string * string * bool * bool -> string
Public Shared Function GetNextX12TScn (onewayAgreementId As Integer, st02MinVal As Integer, st02MaxVal As Integer, st02Prefix As String, st02Suffix As String, bSt02RollOver As Boolean, bAckGeneration As Boolean) As String
Parameters
- onewayAgreementId
- Int32
- st02MinVal
- Int32
- st02MaxVal
- Int32
- st02Prefix
- String
- st02Suffix
- String
- bSt02RollOver
- Boolean
- bAckGeneration
- Boolean