SONumbers Methods |
The SONumbers type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Add | 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.) |
![]() ![]() | GetNext | GetNext - allocates one number in the sequence for the given field
Allocates one number in the sequence for the given field (Inherited from INumbers.) |
![]() ![]() | Remove | 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.) |