Difference between revisions of "Static content pages"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
(Created page with " == Option 1: Dashboard page == Dashboard pages are preferred as you can easily control access via groups # Add a new dashboard # Add a wiget in the dashboard #* Choose type...")
 
m (2 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 16: Line 16:


     main?command=dk.p2e.blanket.codeunit.common.PageStaticContentNoMenu
     main?command=dk.p2e.blanket.codeunit.common.PageStaticContentNoMenu
Page content can be configured in: Modules > Static content

Latest revision as of 11:55, 10 December 2021

Option 1: Dashboard page

Dashboard pages are preferred as you can easily control access via groups

  1. Add a new dashboard
  2. Add a wiget in the dashboard
    • Choose type HTML
    • Copy/paste HTML code into content
    • Set width to 12 (full width)


Option 2: Using a codeunit

Make a call to the static page codeunit

   main?command=dk.p2e.blanket.codeunit.common.PageStaticContent
   main?command=dk.p2e.blanket.codeunit.common.PageStaticContentNoMenu

Page content can be configured in: Modules > Static content