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.
Adds a given table to an existing offline scope.
Syntax
private void addTableToScope(RetailOfflineScopeTableName _table, RetailOfflineScopeDescription _scope)
Run On
Called
Parameters
- _table
Type: RetailOfflineScopeTableName Extended Data Type
The table to be added to the offline scope.
- _scope
Type: RetailOfflineScopeDescription Extended Data Type
The offline scope the table should be added to.
Remarks
If the given offline scope doesn't exist, nothing is done.
If the given table is already mapped to another scope, the mapping will be updated to the given scope.