Share via


RetailOfflineDefaultProfileCreator.createScope Method [AX 2012]

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.

See Also

Reference

RetailOfflineDefaultProfileCreator Class