Click or drag to resize

SONumbers Methods

The SONumbers type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAdd
Add - creates a new counter for a field. e.g: Add('contact.number2') Creates a new counter for a field. e.g: Add('contact.number2'). The example with add a counter to one of the fields created in the SODictionarySDK examples.
(Inherited from INumbers.)
Public methodCode exampleGetNext
GetNext - allocates one number in the sequence for the given field Allocates one number in the sequence for the given field
(Inherited from INumbers.)
Public methodCode exampleRemove
Remove - removes a counter from a field Removes a counter from a field, if you later decide to add a counter to this field again the counter will start from the beginning. The example with remove the added counter from one of the fields created in the SODictionarySDK examples.
(Inherited from INumbers.)
Top
See Also