AppAction URL Codes
AssetNow NX processed all requests via the index.cfm
template located in the site root. This template is a controller that routes the request to the required handler based on the passed application action (AppAction). AppActions are numerically coded and are the first number in the AssetNow NX url.
For example the url index.cfm/1,2,0,0,html
has the AppAction value set to 1.
The following table lists the AppAction numeric value and their corresponding string value. There are 30 AppActions with values 0 through 17 allocated, and values 18 through 30 reserved for future additions.
| Value | AppAction | Description |
|---|---|---|
| 0 | tools | Access tools |
| 1 | display | Display category and page content |
| 2 | logoff | Sign user out |
| 3 | download | Download asset (file) |
| 4 | outbound | Track outbound link |
| 5 | login | Sign In |
| 6 | search | Search |
| 7 | sitemap | Sitemap |
| 8 | libdownload | Download a library asset |
| 9 | feed | Site category/page feed format depends on url and system settings (RSS, ATOM etc.) |
| 10 | toolfeed | Tool comment and approval feeds |
| 11 | profile | User profile edit form |
| 12 | custom | Custom template processing |
| 13 | register | Member registration form |
| 14 | datadownload | Download data asset |
| 15 | redirect | Redirect request to a different URL |
| 16 | commentfeed | Content comment feed |
| 17 | subscribe | Newsletter / Mailing List subscription form |
| 18 - 30 | Reserved | Reserved for future AssetNow requirements |
| 31 + | Unassigned | Available for customization |