The enterprise version of Deputy allows users to run custom web applications on top of the main Deputy framework.

Custom web applications are built in HTML5. Several advantages of custom web apps in Deputy are:

  • Operates with the Deputy login so you do not need to implement you're own login or the Oauth process.
  • Allows full access to the Deputy API from within the Deputy front end
  • Can inherit and offer hierarchical and subordinate level permissions if required. Enterprise offers a more in-depth system for role-based permissions than the premium product.

With Custom Web Apps you can utilise the following technologies:

  • HTML
  • CSS
  • JavaScript
  • DeXML

Once you create an application, you can structure permissions within Deputy so that only specific employee role types have access to it. On top of this it is possible to expose a custom web application publically, for example perhaps a dashboard or a schedule for your customers or clients to see.

When you have a public application available, it will always appear at https://{install}.{geo}.deputy.com/public where the install is the customers install name and geo is the geographical location of the install, for example au.

It is important to note that you can only have one public application at a time