Difference between revisions of "Models"

From OdataLink
Jump to navigation Jump to search
Line 4: Line 4:


Models are used to control:
Models are used to control:
* to which [[Data Files|data files]] users will have access;
* which [[Users|users]] can access the model;
* to which [[Endpoints|endpoints]] users will have access;
* to which [[Data Files|data files]] [[Users|users]] will have access;
* and secure which [[IP Addresses]] are valid to access this data;
* to which [[Endpoints|endpoints]] [[Users|users]] will have access;
* secure which [[IP Addresses]] are valid to access this data;


We recommend you create a new model each time these requirements differ.  
We recommend you create a new model each time these requirements differ.  

Revision as of 19:34, 12 January 2021

Models are used as the security layer protecting your data and tying all OdataLink functionality together.

Each model has a unique Model Code which forms part of the OData Feed URLs.

Models are used to control:

We recommend you create a new model each time these requirements differ.

Examples

You could create different models for Accounts Receivables, Accounts Payables or Payroll staff. Doing so would ensure that sales staff cannot see sensitive payroll information.

Related Topics