Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new offline scope with the given description, sync frequency and direction and associates it with the default offline profile.
Syntax
private void createScope(
int _syncFrequency,
RetailOfflineScopeDescription _scopeDescription,
RetailOfflineSyncDirectionBase _direction)
Run On
Called
Parameters
- _syncFrequency
Type: int
The scope's synchronization frequency.
- _scopeDescription
Type: RetailOfflineScopeDescription Extended Data Type
The scope's description.
- _direction
Type: RetailOfflineSyncDirectionBase Enumeration
The scope's synchronization direction.