Difference between revisions of "Adding models"

From OdataLink
Jump to navigation Jump to search
Line 1: Line 1:
ODataLink allows you to create as many [[Models|models]] as required.
OdataLink allows you to create as many [[Models|models]] as required.




Line 9: Line 9:
# Click on the '''Create Model''' button;
# Click on the '''Create Model''' button;
# Enter a '''Model Name''';
# Enter a '''Model Name''';
#: This is the display name of the model and is only used within the ODataLink website.
#: This is the display name of the model and is only used within the OdataLink website.
#: ODataLink will automatically generate a model code.
#: OdataLink will automatically generate a model code.
# 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]].  

Revision as of 18:26, 15 December 2020

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 Login Type required to access the data.
    Basic login will require the username and password of a user.
    Anonymous will not require any credentials.
  6. Ensure the Enabled checkbox is ticked;
  7. Click Create Model

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


Related Topic

Configuring models
Models