Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Line number 2 can be removed to remove the "help" icon.
  2. The list of published apps is loaded by AppCenter.loadPublishedApps method. This method has extra 2 arguments to customize the published app list.

    Code Block
    AppCenter.loadPublishedApps(container, customUrl, excludes);   
    container : This is the container to populate the app list
    customUrl : This can change to a custom url to load the app list instead of the default url eg. /web/json/apps/published/userviews?appCenter=true
    excludes : This is used to exclude the unwanted userview from populate in the app center list. It is an array of string in syntax of "appId:userviewId"
     
    Example: AppCenter.loadPublishedApps(container, null, ["isr:isr", "crm:view"]);  

Disabling the "help" (Hint/Guide) 

  1. To disable the Hint pop-up, edit the App Center Userview.
  2. Navigate to Settings.
  3. Under Settings navigate to "Configure Layout > Configure Universal Theme > Advanced".
    Image Added
  4. Scroll down to the bottom of the page and check the box, "Disable help guide feature?"
    Image Added
  5. Then click on the "OK" to close the window.
  6. Then click on "SAVE" to save the whole userview.

Related Tutorial