You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Scope

  • Customizations are a powerful means to create and manage custom filters that are availabe for any list view with the JOC Cockpit.
  • By default customizations are private, however, they can be shared across teams.
  • Permissions can be managed to allow specific roles to manage shared customizations.
  • Shared customizations are stored centrally and are provided for any device that a user will use.

Management of Customizations

 

  • Shared customizations are updated when loading the respective view in the JOC Cockpit.

Permissions

For details on permission sets see Authentication and Authorization - Permissions for the JOC Cockpit Web Service

Private Customizations

  • By default customizations created by a user are private, i.e. they are accessible exclusively for the given account.
  • By default users dispose of all required permissions to manage private customizations, i.e. create, view, edit, delete and share:
    • Permission sos:products:joc_cockpit:customization:private:view
    • Permission sos:products:joc_cockpit:customization:private:edit_content
    • Permission sos:products:joc_cockpit:customization:private:delete
    • Permission sos:products:joc_cockpit:customization:private:make_shared allows to share a private customization

Shared Customizations

  • By default exclusively the application_manager roles is granted permissions to manage shared customizations.
  • With the respective permissions being granted a user can managed shared customizations:
    • Permisison sos:products:joc_cockpit:customization:share allows to create a shared customization.
    • Permission sos:products:joc_cockpit:customization:share:view 
    • Permission sos:products:joc_cockpit:customization:share:edit_content
    • Permission sos:products:joc_cockpit:customization:share:delete
    • Permission sos:products:joc_cockpit:customization:share:make_private allows to make a shared customization private.

 

  • No labels