RetailOfflineDefaultProfileCreator.addDBOSchemaTableToScope Method [AX 2012]

Adds a given DBO Schema table to an existing offline scope.

private void addDBOSchemaTableToScope(RetailOfflineScopeTableName _table, RetailOfflineScopeDescription _scope)

Run On

Called

Parameters

_table
Type: RetailOfflineScopeTableName Extended Data Type
The table to be added to the offline scope with DBO Schema.
_scope
Type: RetailOfflineScopeDescription Extended Data Type
The offline scope the table should be added to.

Format table name and then call addTableToScope to rest.

Community Additions

ADD
Show: