Share via


ReleaseUpdateDB60_Retail.updateRetailConnOneCompanyTables Method [AX 2012]

Post-sync upgrade script for RetailConn tables.

Removes the records from the retailConnParameters table, if the DEL_RetailDefaultCompanyForParametersUpg.selectedDataAreaId is not equal to retailConnParameters.DEL_DataAreaId field.

Removes the records from the retailConnPreactionLog table, if the DEL_RetailDefaultCompanyForParametersUpg.selectedDataAreaId is not equal to retailConnPreactionLog.DEL_DataAreaId field.

Removes the records from the retailConnSchedulerLog table, if the DEL_RetailDefaultCompanyForParametersUpg.selectedDataAreaId is not equal to retailConnSchedulerLog.DEL_DataAreaId field.

Removes the records from the retailConnStoreConnectProfile table, if the DEL_RetailDefaultCompanyForParametersUpg.selectedDataAreaId is not equal to retailConnStoreConnectProfile.DEL_DataAreaId field.

Removes the records from the retailConnStoreConnectUploadOptions table, if the DEL_RetailDefaultCompanyForParametersUpg.selectedDataAreaId is not equal to retailConnStoreConnectUploadOptions.DEL_DataAreaId field.

Removes the records from the del_RetailConnChildLocations table, if the DEL_RetailDefaultCompanyForParametersUpg.selectedDataAreaId is not equal to del_RetailConnChildLocations.DEL_DataAreaId field.

Removes the records from the del_RetailConnDistributionIncExcList table, if the DEL_RetailDefaultCompanyForParametersUpg.selectedDataAreaId is not equal to del_RetailConnDistributionIncExcList.DEL_DataAreaId field.

Removes the records from the del_RetailConnInitialReplicationCounter table, if the DEL_RetailDefaultCompanyForParametersUpg.selectedDataAreaId is not equal to del_RetailConnInitialReplicationCounter.DEL_DataAreaId field.

Removes the records from the del_RetailConnSchedulerJobType table, if the DEL_RetailDefaultCompanyForParametersUpg.selectedDataAreaId is not equal to del_RetailConnSchedulerJobType.DEL_DataAreaId field.

Syntax

public void updateRetailConnOneCompanyTables()

Run On

Server

See Also

Reference

ReleaseUpdateDB60_Retail Class