Skip navigation

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.

ValueAppActionDescription
0toolsAccess tools
1displayDisplay category and page content
2logoffSign user out
3downloadDownload asset (file)
4outboundTrack outbound link
5loginSign In
6searchSearch
7sitemapSitemap
8libdownloadDownload a library asset
9feedSite category/page feed format depends on url and system settings (RSS, ATOM etc.)
10toolfeedTool comment and approval feeds
11profileUser profile edit form
12customCustom template processing
13registerMember registration form
14datadownloadDownload data asset
15redirectRedirect request to a different URL
16commentfeedContent comment feed
17subscribeNewsletter / Mailing List subscription form
18 - 30ReservedReserved for future AssetNow requirements
31 +UnassignedAvailable for customization
Location

http://www.assetnow.com/index.cfm/1,84,285,0,html