Difference between revisions of "Models"
Jump to navigation
Jump to search
(Created page with "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...") |
|||
Line 10: | Line 10: | ||
We recommend you create a new model each time these requirements differ. | 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. | 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. | ||
Revision as of 00:14, 14 May 2020
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:
- to which data files users will have access;
- to which endpoints users will have access;
- and secure which IP Addressess are valid to access this data;
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.