Difference between revisions of "Adding models"

From OdataLink
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 [[Data File Type|Data File Type]] to which this model will connect.
# 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.

  1. Click on Models on the menu in the left-hand side.
  2. Click on the Create Model button.
  3. 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.
  4. 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.
  5. Choose the Model File Type to which this model will connect.
  6. 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.
  7. 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.
  8. Ensure the Firewall Enabled is ticked.
  9. Ensure the Enabled checkbox is ticked.
  10. Click Create Model

Once created, you will be able to configure additional settings, see configuring models for more information.


Related Topic

Configuring models
Models