LogoLogo
  • Introduction
    • 👋Overview
    • 🤷Target Audience
    • ✨Features
  • Getting started
    • 🖥️System Requirements
    • 📦Installation
    • ⚙️Configuration
    • 🔧Setup Routine
  • Fundementals
    • 🎎Roles
    • 🌏Countries and time zones
    • ♻️Scheduletask concept
    • 💰Payment Service Provider
    • ✏️Administration
      • 🔵Sales
        • 👥Customers
        • 📥Invoices
        • 📋Plans
        • 🧊Modules
      • 🟢System
        • 🎛️System settings
        • ⛓️API Settings
        • 🌐Languages
        • 🪙Currencies
        • 🏳️Countries
        • 📂Mappings
        • 💬Translations
        • 🪧Widgets
    • 🖱️User guide
      • 🔐Customer rights
      • 🔗Customer Navigation
      • 📃Edit profile
      • 🔑Reset password
      • 🏨Edit company
      • ⚡Manage users
      • 👔Manage tenants
      • 📨View invoices
      • 💸Add payment method
      • 🪧Manage plans
      • 📦Manage modules
      • 🔔Notifications
  • Development
    • 🛠️Local development
    • 📂Folder structure
      • 🗄️Application.cfc
    • 💡Develop with saaster
      • 🎇General services
        • 💼Mappings and rigths management
        • ↩️Redirects
        • 👤Customer specific sessions
        • 〽️Global variable "getCustomerData"
      • 🌐Global functions
        • ⚙️getTrans()
        • ⚙️getAlert()
        • ⚙️logWrite()
        • ⚙️getTime()
      • 🧊Developing the main application
      • 📦Developing modules
  • API
    • ⚒️API: Get started
    • 📂Resources
      • 📄authenticate
      • 📄getCurrentModules
      • 📄getCurrentPlan
      • 📄getPlanFeatureSetting
Powered by GitBook
On this page
  • Custom mappings
  • Add new mapping
  • System Mappings
  1. Fundementals
  2. Administration
  3. System

Mappings

Settings regarding the mappings of saaster

PreviousCountriesNextTranslations

Last updated 2 years ago

The mappings are used to make the URL readable. At the same time, they are used for rights management and security measures.

They are divided into Custom mappings and System mappings. Each mapping points to the corresponding path without showing the path in the URL.

Custom mappings

Custom mappings are used by SaaS providers who develop an application using saaster. These mappings should never be touched by any updates.

Add new mapping

Field
Description

Mapping

The desired display in the URL, beginning at the root.

Path

The file that must be called with the mapping, beginning at the root.

Users

If this flag is set, users and every following user can access this page.

Only Super Admins

If this flag is set, Super Admins and Sys Admins can access this page.

Only Sys Admins

If this flag is set, only Sys Admins can access this page.

System Mappings

The system mappings are used by developers of the saaster project. Please never change these values, as these mappings are used directly in the code. If you change the system mappings, saaster may no longer run properly.

✏️
🟢
📂