Difference between revisions of "Contact and Account Standard Fields"

From SmartWiki
Jump to: navigation, search
(Account Standard Fields)
Line 40: Line 40:
 
*Web Site
 
*Web Site
 
*Zip / Postal Code
 
*Zip / Postal Code
 
+
*Activity List
 +
*Credit Limit
 +
*Outstanding Amount
 +
*Work In Progress
 +
*Taxable
  
 
==Contact Standard Fields==
 
==Contact Standard Fields==

Revision as of 16:05, 6 March 2018

The Office/Company Standard Fields Terminology and User/Contact Standard Fields Terminology settings on the Global Settings page allow to define your own names for the standard Company/Account and User/Contact fields.

Note: The terms Company and Account, as well as User and Contact may have been renamed in your instance of SmartSimple, via the Global Settings page.


  • Unlike the UTA Standard Field Settings, leaving a Label blank does not mean that the field will not be used. Any blank Label fields will use the default value listed to the left. If you wish to completely remove one of these fields from use you can put 1=0 into the Visibility Condition.
  • You can also use the Visibility Condition section to control when each field is displayed using logic.

Account Standard Fields

1. Go to Global Settings - Organizations - Standard Fields.

2. The following account standard fields are available:

  • Associations
  • Address
  • Address 2
  • City
  • Company Workflow
  • Contacts
  • Country
  • Created By
  • Created Date
  • Fax
  • Last Updated
  • Latitude
  • Longitude
  • Name
  • Owner
  • Parent Company
  • Phone
  • Primary Contact (note: Primary Contact field will only be visible once a new account record has been saved)
  • Profile Image (linked to a "Display Only - Image" custom field)
  • Related Companies
  • State / Province
  • Status
  • Transactions
  • Updated By
  • User Workflow
  • Web Site
  • Zip / Postal Code
  • Activity List
  • Credit Limit
  • Outstanding Amount
  • Work In Progress
  • Taxable

Contact Standard Fields

1. Go to Global Settings - Users - Standard Fields.

2. The following account standard fields are available:

  • Resume File
  • Address
  • Address 2
  • City
  • Company (if condition failed, readonly)
  • Country
  • Created By
  • Created Date
  • Email
  • First Name
  • Last Name
  • Last Updated
  • Latitude
  • Longitude
  • Middle Name
  • Phone
  • Phone Ext.
  • Prefix
  • Primary Contact
  • Profile Image (linked to a "Display Only - Image" custom field)
  • State / Province
  • Status
  • Suffix
  • Title
  • Updated By
  • Zip / Postal Code


Settings

The following settings are available for each standard field.

Language

When a new language is selected, you will have the option to enter new values for the Caption, Tool Tip and Validation Messages.

https://wiki.smartsimple.com/index.php?title=Template:StandardFieldSettings&action=edit

Caption

  • All fields with a name in this field have been enabled.

Mandatory

  • The Mandatory option will ensure that a value has been input into the field before the record can be saved.
  • This validation is not performed when if the Save Draft button (if enabled) is used to save the record.

Read Only

  • The Read Only option prevents the value in the field from being changed by the user.
  • The field can still be updated programmatically through the use of Template / Type Formulas or Browser Scripts.

Track Changes

  • The Track Changes option enables tracking of any changes made to the standard field.
  • Fields that have "Track Changes" enabled will be displayed with an icon to indicate this.
  • Users that have been given the relevant Manager Permission will be able to view the field history.

Server Validation

Tool Tip

  • Allows you to define "mouse-over" help text.
  • When the user hovers their mouse pointer over the caption, the text in the Tool Tip section will appear.
  • See Tool Tip for additional detail.

Validation

  • Allows you to define custom validation for the page, based on the values entered into this field. See JavaScript Validation for detailed instructions.

Validation Message

  • This box is used to control the message that is displayed when the user does not complete a Mandatory field and attempts to save the record.
  • See Validation Message for more information.

Phone Number Format

  • Available for the Phone and Fax standard fields.
  • These settings determine how numbers entered into this field will be formatted.
  • See Phone Number Format for details.

Enable Status Duration Log

  • Available for the 'Status' standard field. This selector will appear if "Track Changes" is enabled. When the "Enable Status Duration Log" is enabled, each status change will update the Duration field on the current log record. The Duration (in days) can be exported using a report from the system.
  • The options to "Populate Historical Data" and "Status for Daily Increment of Duration Log" will appear if "Enable Status Duration Log" is enabled. Clicking "Populate Historical Data" will complete a batch update status change history log of all existing records on the UTA to populate the Duration field. The "Status for Daily Increment of Duration Log" can select specific statuses where the daily increments of the Duration field applies.

Permissions & Availability

Visibility Condition

  • Whether or not the Standard Field is visible can be controlled using conditional statements in this box.

Edit Condition

  • Whether or not the Standard Field is treated as read-only or not can be controlled using conditional statements in this box.

Role - Field Permissions

These settings allow you to control by Role who is allowed to view and/or modify the field.

Status - Field Permissions

These settings allow you to control by the Status of the record whether or not the field can be viewed and/or modified.

Category Type - Field Availability

These settings allow you to control by the category of the organization record whether or not the field can be viewed. Only available against organization specific fields.

Role Type - Field Availability

These settings allow you to control by the role of the user record whether or not the field can be viewed. Only available against user specific fields.


See Also