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 '''Login Type''' required to access the data. | |||
#: '''Basic''' login will require the username and password of a [[Users|user]]. | |||
#: '''Anonymous''' will not require any credentials. | |||
# Ensure the '''Enabled''' checkbox is ticked; | # Ensure the '''Enabled''' checkbox is ticked; | ||
# Click '''Create Model''' | # Click '''Create Model''' |
Revision as of 18:42, 17 June 2020
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 Login Type required to access the data.
- Basic login will require the username and password of a user.
- Anonymous will not require any credentials.
- 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.