Make UI pages public or private

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • You can make pages public if you want your users to see the pages without logging in.

    始める前に

    Role required: admin

    このタスクについて

    Most pages are only viewable by logged in users. A limited number of pages are public so that users do not have to log in to view them, such as the welcome page, the front page, and the login and logout pages.
    警告:
    Several base system public pages are required for the functionality of many features. Do not disable base system public pages.

    手順

    1. In the application navigator filter, type sys_public.list.
    2. Click New.
    3. In the sys_public table, create a record with the following values.
      Field Description
      Page The name of the page. For example: $sp
      Active When selected, the page is publicly accessible. Deselect the Active option when you want the page to be private.
    4. Click Save.
      By setting active to true, the page is public, so anyone visiting <instance_name>/sp or <instance_name>/$sp.do can access the page.