Name
global.AddressMgmtConstantsSNC
Description
Address management related constants
Script
var AddressMgmtConstantsSNC = Class.create();
AddressMgmtConstantsSNC.prototype = {
initialize: function() {
},
type: 'AddressMgmtConstantsSNC'
};
AddressMgmtConstants.TABLE_ACCOUNT_ADDRESS_RELATIONSHIP = 'account_address_relationship';
AddressMgmtConstants.TABLE_LOCATION = 'cmn_location';
AddressMgmtConstants.PROPERTY_ENABLE_ACCOUNT_ADDRESS_SHARING = 'enable_account_address_sharing';
AddressMgmtConstants.ADDRESS_MGMT_EXTENSION_POINT = 'global.AddressMgmtExtensionPoint';
AddressMgmtConstants.TABLE_CONSUMER_PROFILE_LOCATION = 'sn_csm_consumer_profile_location';
AddressMgmtConstants.MULTIPLE_ACCOUNT_ASSOCIATION_WARN = gs.getMessage('Multiple accounts are associated with this location; any change to the location fields will affect these accounts.');
AddressMgmtConstants.MULTIPLE_CONSUMER_PROFILE_LOCATION_ASSOCIATION_WARN = gs.getMessage('Multiple consumer profiles are associated with this location; any change to the location fields will affect these consumer profiles.');
Sys ID
0e749597532101100f16ddeeff7b1252