The ACTION tag builds links to perform certain actions and display certain forms based on the variables included with the tag. This is how ILLiad can allow you to customize what links are available throughout the system or even outside of the ILLiad web pages themselves. The possible tag variables are listed below.
Action Variable
The action number designates what kind of action ILLiad should perform. The only action numbers you will be able to edit are action="2" for RSS links and action="10" for displaying specific forms within the web interface.
Type Variable
The type specifies if a particular form number should be used or if a particular type of action should be performed. The only editable links that use Type are RSS links - where a type of 40 is for the Alerts feed and a type of 41 is for the Notifications feed. Type and form are mutually exclusive within the ACTION tag.
Description |
Type |
Sample HTML |
---|---|---|
RSS Alerts |
40 |
|
RSS Notifications |
41 |
|
Form Variable
The form specifies which form should display for the given action. Type and form are mutually exclusive within the ACTION tag. Below is a list of all the possible form ACTION tags with sample HTML code for creating the links.
Description | Form | Sample HTML/Email Tag |
---|---|---|
About | 1 |
|
Custom | 2 |
|
Main Menu | 10 |
|
Generic Request | 20 |
|
Loan Request |
21 |
|
Article Request | 22 |
|
Book Chapter Request |
23 |
|
Conference Paper Request |
24 |
|
Patent Request | 25 |
|
Report Request | 26 |
|
Thesis Request | 27 |
|
Standards Document Request |
28 |
|
Other Request | 29 |
|
View All | 60 |
|
View Outstanding | 62 |
|
Detailed Information | 63 |
Replace "TN" in action tag with specific transaction number (e.g., 12).
|
View Electronic Delivery | 64 |
|
View Electronic Delivery Undelete |
65 |
|
View Checked Out | 66 |
|
View History | 68 |
|
View Cancelled | 70 |
|
View Default Detailed | 72 |
Replace "TN" in action tag with specific transaction number (e.g., 12).
|
View Notifications | 73 |
|
View PDF | 75 |
Replace "TN" in action tag with specific transaction number (e.g., 12).
|
User Registration | 80 |
|
User Information | 81 |
|
User Accounts | 82 |
|
User Password Change | 83 |
|
User Password Forgot | 84 |
|
User Password New | 85 |
*This would be a tag in a password reset email template |
Logoff | 99 |
|
Value Variable
For both Type and Form, there also needs to be a value set to describe which type to perform or form to display. The exception to this is the Logoff action, which only has an action and no value.
ValueType Variable
ValueType is used to specify if a value is of the type lookup. If the ValueType is lookup, ILLiad knows to look up the value specified within the ACTION tag. While you can specify a ValueType of value, it's not required.
IncludeSessionID Variable
This determines if the SessionID should be included within the link. Valid values for this variable are either true or false.
AbsolutePath Variable
This determines if the WebURL customization key is prepended to the link or if it is relative to its current location. Valid values for this variable are either true or false.