Click or drag to resize

INumbers Methods

The INumbers 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.
Public methodCode exampleGetNext
GetNext - allocates one number in the sequence for the given field Allocates one number in the sequence for the given field
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.
Top
See Also