This guide describes how users and organisations may be managed using the Web Viewer administration pages.

Overview

Signifikant Information Platform has functionality to handle users and organisations. User database may be turned on and off. Organisations function may be turned on and off.

Users may belong to a company. This is typically used for users working at that particular company. For users connected to a company the following will apply:

Organisations may be structured in a hierarch and categorized. The available categories may be changed.

Organisations

The purpose of the organisations function is to build a service and reseller structure, e.g. as the structure below.

Organisations created with this information:

In the sample below, OEM, Reseller SE, Reseller DE, Reseller USA1 and Reseller USA2 all have "Accept orders"


Manage categories

The available categories are defined in the settings area. Sample categories are Manufacturer, Service Point, Reseller, Customer.

One category may be marked with "Is end client company". This will control which category is used when an end user registers.

Note that it is not possible to select an organisation which is an end customer as a parent organisation. So ensure to check category of the organisations before setting up a hierarchy.

Users

Users may be connected to a reseller and, if organisations function is on, to a company.

An user with permission to administer a company ("CompanyAdministration" resource) may invite new users to that company and change permissions on these users. If an user registers a company, that user will automatically get credentials to administer that company.


Configuration

Turn on organisations function using these settings.

profile.config

<!-- Turn on organisation function -->
<OrganizationEnabled>true</OrganizationEnabled>
<OrganizationAcceptDirectOrdersEnabled>true</OrganizationAcceptDirectOrdersEnabled>

<!-- Select format of the attachement sent to OEM or Reseller -->
<OrderAttachmentProviderToOEM>
  <OrderAttachmentProviderAsPdfToOEM>
  </OrderAttachmentProviderAsPdfToOEM>
</OrderAttachmentProviderToOEM>

<OrderManager>
  <OrderManager>       
    <!-- Enable to send orders to resellers -->    
    <OrderToReseller>true</OrderToReseller>
  </OrderManager>
</OrderManager>

Permissions

<ResourcePermission>
  <Id>4</Id>
  <Enabled>true</Enabled>
  <Name>CompanyAdministration</Name>
  <Note>Administrate Company and users of the company</Note>
  <Groups>
    <string>CompanyAdministrators</string>
  </Groups>
</ResourcePermission>

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.


Related issues