Tenant Branding Master
Introduction
The Tenant Branding Details sheet captures URL-based resources required for tenant-level branding, including banners, logos, and state emblems. These branding elements appear across citizen-facing and administrative modules, making correct URL formatting essential.
To ensure data quality, strict URL validation rules are applied across all fields.
Tenant Template: Tenant Master
Data Table
Note: This is a sample row only. Actual URLs must comply with the validation rules described below.
Procedure
Data Definition
1
Banner URL
Text (URL)
512
Yes
Public-facing banners displayed on landing screens. Must be a valid full URL.
2
Logo URL
Text (URL)
512
Yes
Primary tenant logo used across the application. Strict URL formatting required.
3
Logo URL (White)
Text (URL)
512
Yes
Light-theme version of the tenant logo. Must follow a valid URL structure.
4
State Logo
Text (URL)
512
No
Official country or state emblem associated with the tenant. Must be a valid website URL.
Steps to Fill Data
Download the Tenant Branding Details template.
Review all column headers and their definitions from the Data Definition section.
For each row:
Fill Banner URL (mandatory).
Fill Logo URL (mandatory).
Fill Logo URL (White) (mandatory).
Fill State Logo (optional).
Ensure every URL begins with:
http://
or https://
Do not enter:
Relative paths such as ./logo.png
Filenames such as logo.png
URLs without a protocol, such as www.example.com
Once all entries are filled, verify them against the Excel validations.
Save and share the sheet for MDMS ingestion.
Excel Validation Framework
The sheet uses uniform URL validation rules to maintain correctness and prevent ingestion failures.
Types of Validations Applied
URL Format Validation
Ensures values begin with http:// or https:// and follow proper URL structure.
Character Restriction
Prevents unsupported characters or incomplete URL formats.
Input Sanitization
Blocks entries such as raw text, file names, or relative paths.
Excel-Level Validation Rules
1. URL Format Validation
All URL fields must:
Start with http:// or https://
Contain no spaces
Be complete URLs (no relative or partial values)
Validation Type: Custom Formula Applied On: Columns A, B, C, D (Rows 2 to 2000)
2. Rejection of Unsupported Inputs
The sheet rejects:
Relative paths (./image.png)
File names (logo.png)
URLs without protocol (www.example.com)
Mandatory fields are validated again during MDMS/API ingestion.
Validation Row Mapping
Banner URL
Must be a full URL starting with http:// or https://
Logo URL
Must be a valid URL; malformed URLs not permitted
Logo URL (White)
Must follow the same strict URL validation as Logo URL
State Logo
Must be a full, valid URL (optional field)
Sample Data Row
Last updated
Was this helpful?