Module Terms Flashcards
Runs across the top of every page and contains a logo and global navigation controls
Banner Frame
Provides links to all Application Menus and Modules
Application Navigator
These contain modules and organize related information
Applications
Displays information such as lists, forms, homepages, and wizards
Content Frame
Shows the name of the current user and provides a link to the user’s profile
Welcome Message
(Admin only) Allows the admin to switch user views without logging out
Impersonate
(Admin only) Allows user to elevate to a higher security role when needed and then return to their normal role
Elevated Privileges
Searches for text in multiple applications
Global Text Search
Alters the amount of space the banner frame occupies
Collapse/Expand Banner
Returns to the Welcome page for subsequent login
Logout
Which icon allows you to: Access homepages, use application picker, select update sets, change themes…
System Menu Gear
a type of field that lets the user select from a pre-defined set of configurable choices
Choice list Field
a type of field that specifies when to run business logic such as a business rule or workflow. Adds the condition builder to a form. You must specify a dependent field that references the table name.
Condition Field
Field that allows the selection of one of the following data structures and entry of values to organize particular information in the record. String Boolean Integer Decimal Object Array
Data Structure Field
A field type that can perform common database transformations and calculations.
Function Field
String field with a built-in HTML editor.
HTML Field
field that enables you to add images to forms
Image Field
field type stores valid IPv4 and IPv6 addresses
IP address field
Field that accepts text entries and displays previous entries with a user name and time stamp.
Journal Field
You can access the values stored in a ___________ in scripts using the name
Name-value pairs field
accept decimal input and appear as progress bars when displayed in lists.
Percent complete field
String field that provides E164-compliant formatting and validation for telephone numbers.
Phone number field
stores a reference to a field on another table. For example, the Caller field on the Incident table is a reference to the User [sys_user] table
Reference Field
String field that provides suggested values but accepts free-form text.
Suggestion Field
use the basic wiki markup language and support links to external URLs and to sources within the system
Wiki Field
A client script executes client-side script logic when forms are:
loaded
changed
submitted
______ Client Scripts execute script logic when forms are loaded. Use ______ Client Scripts to manipulate a form’s appearance or content. For example, setting field or form-level messages based on the presence of a value. Use _______ Client Scripts sparingly as they impact form load times.
OnLoad