Dimension Synchronization (to or from the Shared Library)

Synchronizes a dimension to or from the Shared Library

Execute Dimensionsynchronization
Parameters(SourceApplicationName, DestApplicationName, DestDimensionName, ReplaceMode)
Values('appName', 'DestAppName', 'DimName', 'true');

ApplicationName—The name of an existing application. You cannot use #Shared as the application name for a dimension synchronization.

DimensionName—The name of an existing dimension in the application.

SharedDimensionName—The name of an existing dimension in the Shared Library.

SyncToApp—A value of true indicates the shared dimension is synchronized to the application, while a value of false indicates that application is synchronized to the Shared Library. Allowed values:

  • True

  • False

ReplaceMode—A value of true indicates that the dimension synchronization will use Replace mode, while a value of false indicates that it will use Merge mode. Allowed values:

  • True

  • False