Difference between revisions of "Pandora Security Matrix"

From SmartWiki
Jump to: navigation, search
Line 11: Line 11:
 
These functions are general to the entire instance.
 
These functions are general to the entire instance.
  
{|Function|Description|
+
{|Function|Description
|Session_Login (Find)||Enables Login to the instance.
 
 
|-
 
|-
|Session_getCurrentUser (Find)||Enables retrieving the current user information.
+
Session_Login (Find)||Enables Login to the instance.
 +
Session_getCurrentUser (Find)||Enables retrieving the current user information.
 
|-
 
|-
|Session_getCurrentCompany (Find)||Enables retrieving the current user’s organisational information.
+
Session_getCurrentCompany (Find)||Enables retrieving the current user’s organisational information.
 
|-
 
|-
 
|Send Message (Add)||Enables sending a massage (email or quick message).
 
|Send Message (Add)||Enables sending a massage (email or quick message).
 
|-
 
|-
|Company (All)||Enables organisation search functions to retrieve all organisations.
+
Company (All)||Enables organisation search functions to retrieve all organisations.
 
|-
 
|-
|Company Below (Find,Update)||Enables organisation search functions to retrieve only organisations at the user’s hierarchical level and lower.
+
Company Below (Find,Update)||Enables organisation search functions to retrieve only organisations at the user’s hierarchical level and lower.
 
|-
 
|-
|Contact (All)||Enables contact search functions can retrieve all contacts.
+
Contact (All)||Enables contact search functions can retrieve all contacts.
 
|-
 
|-
|Contact Below (Find,Update)||Enables contact search functions to retrieve contacts at the user’s hierarchical level and lower|}
+
Contact Below (Find,Update)||Enables contact search functions to retrieve contacts at the user’s hierarchical level and lower
 +
|}
  
  

Revision as of 14:55, 9 July 2010

Setting the Pandora Security Matrix

The Pandora security matrix defines which system users can execute specific functions with using API enabled pages. So though program code can be created to use all these functions, only the functions authorized for a particular role would be able to execute these functions.

These functions consist of:

  • Eight general system level functions.
  • Eight specific functions for each UTA enabled within the instance.

General System Functions

These functions are general to the entire instance.

Session_Login (Find)||Enables Login to the instance. Session_getCurrentUser (Find)||Enables retrieving the current user information. Session_getCurrentCompany (Find)||Enables retrieving the current user’s organisational information. Company (All)||Enables organisation search functions to retrieve all organisations. Company Below (Find,Update)||Enables organisation search functions to retrieve only organisations at the user’s hierarchical level and lower. Contact (All)||Enables contact search functions can retrieve all contacts. Contact Below (Find,Update)||Enables contact search functions to retrieve contacts at the user’s hierarchical level and lower
Send Message (Add) Enables sending a massage (email or quick message).