Difference between revisions of "Adding models"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
# Override the '''Model Code''' if required. | # Override the '''Model Code''' if required. | ||
#: The ''secret'' code which will form part of the [[OData Feed URLs|OData feed url]]. It must be unique for your [[Account|account]]. | #: The ''secret'' code which will form part of the [[OData Feed URLs|OData feed url]]. It must be unique for your [[Account|account]]. | ||
# Choose the [[ | # Choose the [[Model File Type|Model File Type]] to which this model will connect. | ||
# Choose the [[Model Login Type|Login Type]] required to access the data. | # Choose the [[Model Login Type|Login Type]] required to access the data. | ||
#: '''Basic''' login will require the username and password of a [[Users|user]] when accessing data. | #: '''Basic''' login will require the username and password of a [[Users|user]] when accessing data. |
Revision as of 18:24, 2 August 2021
OdataLink allows you to create as many models as required.
Steps
To add a new model, follow these steps.
- Click on Models on the menu in the left-hand side.
- Click on the Create Model button.
- Enter a Model Name.
- This is the display name of the model and is only used within the OdataLink website.
- OdataLink will automatically generate a model code.
- Override the Model Code if required.
- The secret code which will form part of the OData feed url. It must be unique for your account.
- Choose the Model File Type to which this model will connect.
- Choose the Login Type required to access the data.
- Basic login will require the username and password of a user when accessing data.
- Anonymous will not require any credentials when accessing data.
- Enter a Default Start Date and End Date to control how much data is retrieved.
- These dates will apply when no date filters are applied via the OData client.
- Ensure the Firewall Enabled is ticked.
- Ensure the Enabled checkbox is ticked.
- Click Create Model
Once created, you will be able to configure additional settings, see configuring models for more information.