Difference between revisions of "Address Types"

From SmartWiki
Jump to: navigation, search
Line 24: Line 24:
 
* If User selects Addresses they can enter the details of the new address type into a number of available fields.  
 
* If User selects Addresses they can enter the details of the new address type into a number of available fields.  
  
[[image:NewAddressTypePage.png|link=]]
+
[[image:New Multiple Address Settings.PNG|link=]]
  
  
Line 43: Line 43:
 
If an Address Type is made a "Default Type for Users," all roles will have access to this Address Type.
 
If an Address Type is made a "Default Type for Users," all roles will have access to this Address Type.
 
If an Address Type is made a "Default Type for Companies," all categories will have access to this Address Type.</pre>
 
If an Address Type is made a "Default Type for Companies," all categories will have access to this Address Type.</pre>
 +
 +
:* '''Maximum Number of Addresses''' - The maximum quantity of this type of address allowed.
 +
:* '''Address Book Template''' - This setting can be used to personalize the block of text that is returned when using the @addressbook@ [[variable]]. See the [[Address Book Template]] page for configuration instructions.
 +
 +
 +
[[image:New Multiple Address Permissions.PNG|link=]]
 +
 
:* '''Roles Available to''' - User Roles that will be able to access and complete the specific address type from within their User Profile
 
:* '''Roles Available to''' - User Roles that will be able to access and complete the specific address type from within their User Profile
 
:* '''Categories Available To''' - Organization Categories that will be able to access and complete the specific address type from within their Organization Profile
 
:* '''Categories Available To''' - Organization Categories that will be able to access and complete the specific address type from within their Organization Profile
:* '''Address Book Template''' - This setting can be used to personalize the block of text that is returned when using the @addressbook@ [[variable]]. See the [[Address Book Template]] page for configuration instructions.
 
  
 
* Once the fields are populated as required then click Save.  
 
* Once the fields are populated as required then click Save.  

Revision as of 07:44, 15 June 2017

The Address Types setting in the Business & System Configuration section of the Global Settings page allows you to define a number of different address types to be used elsewhere in the system.

Address Types.png

In order to use this feature, you must first go to Global Settings > Business & System Configuration and check off the "Enable Multiple Address" option.


  • IMPORTANT: when enabling you must follow the instructions on the Importing Address Wiki article to ensure the existing addresses are retained. If the Enable Multiple Address option is turned on without importing addresses from existing profiles or loading a new set of addresses, whenever a new address is added to a profile, the original data stored in the profile address will be lost.


Creating New Address Type

  • User can click on New to use the Import and Export options to copy across address types from other instances or can click on Addresses to manually enter new address type details.

NewAddressType.png


  • If User selects Addresses they can enter the details of the new address type into a number of available fields.

New Multiple Address Settings.PNG


  • The fields available include:
  • Name - text used to identify an address type
  • Caption - used if you want to have a label for the address that is different than the name
  • Display Order - address types will be displayed in the drop-down with regards to the "Display Order", with lowest value appearing first in the drop-down list.
  • Description - a general description for the address type.
  • Color Code- an optional color code for the address type when displayed.
  • Default Type - In order to use the Multiple Address feature, a default address must be selected.
  • As Default Type for Users - Select this option to make this Address Type the default type for user records.
  • As Default Type for Companies - Select this option to make this Address Type the default type for company records.
Notes: If a Default Type is not set on an Address Type, the combo box for Address Types will not be displayed when adding/editing an address record.
If an Address Type is made a "Default Type for Users," all roles will have access to this Address Type.
If an Address Type is made a "Default Type for Companies," all categories will have access to this Address Type.
  • Maximum Number of Addresses - The maximum quantity of this type of address allowed.
  • Address Book Template - This setting can be used to personalize the block of text that is returned when using the @addressbook@ variable. See the Address Book Template page for configuration instructions.


New Multiple Address Permissions.PNG

  • Roles Available to - User Roles that will be able to access and complete the specific address type from within their User Profile
  • Categories Available To - Organization Categories that will be able to access and complete the specific address type from within their Organization Profile
  • Once the fields are populated as required then click Save.


  • The Address Type will now be visible in the list of available address types.

Address Types Saved.png


Add Custom Fields to Address Type

  • Click on the Fields button to the right of the Address Type name you wish to add custom fields against.

AddessTypeNewField.png


  • Click on the New Field tab at the top of the screen.

AddessTypeNewField2.png




Add Standard Fields to Address Type

  • Click on the name of the Address Type as displayed in the Name column.

AddessTypeStandard2.png


  • Click on the Standard Fields tab at the top of the screen.

AddessTypeStandardNew.png


AddessTypeStandardOptions.png


  • Click on the hyperlink for a standard field and configure the visibility and validation that you wish to apply for that specific field.
  • Click Save

Referencing Address Types

  • The @primaryaddress@ and @addressbook@ variables can be used to reference addresses when multiple address types are enabled. See Address Book Template for more information.
  • Individual Address Type values can be referenced using the list syntax [#(?object=address) ... #] under a user or company.

See Also