NOTE: Inline messages and message pages are not displayed in secondary browser windows.
Alert Window Title Bar |
||
Error Type | Syntax | Examples |
Single Type | {Error Type} |
Format Error
Missing Required Field |
Multiple Types | {Error Type} and {Error Type} | Format Error and Missing Required Field |
Alert Window Body |
||
Error Type | Syntax | Examples |
Format Error |
Correct the Following:
{Field Label}- "{invalid input string}" is not a valid format. |
Correct the Following:
Need-By Date - "May 8" is not a valid format. |
Missing Required Field |
Correct the Following:
{Field Label} - Must not be blank. |
Correct the Following:
Deliver-To Location - Must not be blank. |
Multiple Types/Errors |
Correct the Following:
{Error Message} {Error Message} {Error Message} {Continue listing until all errors listed.} |
Correct the Following:
Need-By Date - "May 8" is not a valid format. Deliver-To Location - Must not be blank. Receiving Contact - Must not be blank. |
Notes: {Error Message} variable in Multiple Types syntax, above, represents messages defined by the Syntax statements in Format Error and Missing Required Field rows. Multiple messages should be placed on separate rows, as shown above. |
Is the change resulting from the user action clearly visible on the page? |
||
Options: | Use If: | |
If Yes: | No confirmation message needed. The changed status or data is easy to see and notice. | n/a |
If No: | Confirmation Message Box on page where update was made. |
User wants to print in context of changed item. Item is typically in view-only mode. Information on page is dense, and user wants to continue to update. |
Confirmation Message Box on page where user initially launched action/function. | User wants to continue with tasks on page where action was launched. | |
Full Confirmation Message Page |
Master page is very dense. Change in UI may be difficult to see.
After completing task user may want to branch somewhere else. Very clear confirmation is needed, separated from context. |
NOTE: NOTE: Page level buttons may be used instead of Return to X" when a confirmation page allows the user to navigate to different pages.
NOTE: The Javascript Alert Window method is used ONLY for field formatting and blank required field errors.
Javascript Alert - Single Error - Format
Javascript Alert - Single Error - Missing Required Field
Javascript Alert - Multiple Errors - Format and Missing Required Fields