Action Page-
A single ASP (Active Server Pages) file that delivers specific functionality within a module of the Commerce Server Business Desk.
Key Characteristics:
- Purpose-Specific: Each action page performs a particular task, such as defining properties of a product, managing users, or setting up discounts.
- Module-Scoped: It operates within a module—a logical grouping of related features in Business Desk (e.g., Product Catalog , User Management).
- Navigation Triggered: These pages are accessed by:
- Clicking a module name in the navigation pane, or
- Clicking a task button within another action page of the same module.
- Chained Interactions: Often, one action page leads to another, forming a chain of task-specific interfaces.