Tenant whitelabeling

From TempusServa wiki
Revision as of 12:08, 6 June 2024 by Kpe (talk | contribs) (Created page with " === Use and requiements === This feature will allow you to apply different styling for each ExclusiveGroup in the system. This is handled by injecting an extra stylesheet into the page, by including a special codeunit page inside ALL pages (displayed at the top). Limitations * Users without an ExclusiveGroup will have nos special styling * Only works with simple security (multiple ExclusiveGroups not possible) === Configuration === Do the following steps # Change the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Use and requiements

This feature will allow you to apply different styling for each ExclusiveGroup in the system.

This is handled by injecting an extra stylesheet into the page, by including a special codeunit page inside ALL pages (displayed at the top).

Limitations

  • Users without an ExclusiveGroup will have nos special styling
  • Only works with simple security (multiple ExclusiveGroups not possible)

Configuration

Do the following steps

  1. Change the configuration "doIncludeGlobalContent" to: true
  2. Change the configuration "globalContentCodeunit" to: dk.tempusserva.solution.whistleblow.ContentCustomerStylesheet
  3. Create a stylesheet including the "Group " and the ExclusiveGroup ID - example: GroupID 123