GetNext - allocates one number in the sequence for the given field
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring GetNext(
string TableAndFieldName
)
Function GetNext (
TableAndFieldName As String
) As String
Dim instance As INumbers
Dim TableAndFieldName As String
Dim returnValue As String
returnValue = instance.GetNext(TableAndFieldName)
String^ GetNext(
[InAttribute] String^ TableAndFieldName
)
Parameters
- TableAndFieldName
- Type: SystemString
Return Value
Type:
String
See Also