6.7 Configuring Additional Addresses

The CTR Person Address Master Configuration parameter allows you to configure whether or not users may add, remove or display additional addresses which may be associated with a Persons Involved record. The default value for this parameter is “Y”. To disable the parameter, execute the following query in the Atomic schema:

update kdd_install_param set param_value_tx ='N' where param_id=2004
/ commit
 
/