How to: |
Create Synonym for the Adapter for OData creates the metadata used for WebFOCUS reporting against data returned from the REST API calls.
To create a synonym, you must have previously configured the adapter.
The Connect to Data page opens.
The Create Synonym for OData pane opens, as shown in the following image.
This parameter ensures that names adhere to specifications. For more information, see Validation for Special Characters and Reserved Words. When the Validate option is unchecked, only the following characters are converted to underscores: '-'; ' '; ' \'; '/'; ','; '$'. No checking is performed for names.
You can change the name of the synonym to be created by typing over the default synonym name.
The metadata is created and added under the specified application directory.
The following is the generated Master File for the CustomerDemographics entity. The suffix value is ODATAV4:
FILENAME=M6ILO, SUFFIX=ODATAV4 , $ SEGMENT=CUSTOMERDEMOGRAPHICS, SEGTYPE=S0, $ FIELDNAME=CUSTOMERDEMOGRAPHICS, ALIAS=value, USAGE=A1, ACTUAL=A1, ACCESS_PROPERTY=(INTERNAL), $ FIELDNAME=CUSTOMERTYPEID, ALIAS=CustomerTypeID, USAGE=A30, ACTUAL=A30, MISSING=ON, REFERENCE=CUSTOMERDEMOGRAPHICS, $ FIELDNAME=CUSTOMERDESC, ALIAS=CustomerDesc, USAGE=A30, ACTUAL=A30, MISSING=ON, REFERENCE=CUSTOMERDEMOGRAPHICS, $ SEGMENT=CUSTOMERS, SEGTYPE=S0, PARENT=CUSTOMERDEMOGRAPHICS, $ FIELDNAME=CUSTOMERS, ALIAS=Customers, USAGE=A1, ACTUAL=A1, ACCESS_PROPERTY=(INTERNAL), REFERENCE=CUSTOMERDEMOGRAPHICS, $ FIELDNAME=CUSTOMERID, ALIAS=CustomerID, USAGE=A30, ACTUAL=A30, MISSING=ON, REFERENCE=CUSTOMERS, $ FIELDNAME=COMPANYNAME, ALIAS=CompanyName, USAGE=A30, ACTUAL=A30, MISSING=ON, REFERENCE=CUSTOMERS, $ FIELDNAME=CONTACTNAME, ALIAS=ContactName, USAGE=A30, ACTUAL=A30, MISSING=ON, REFERENCE=CUSTOMERS, $ FIELDNAME=CONTACTTITLE, ALIAS=ContactTitle, USAGE=A30, ACTUAL=A30, MISSING=ON, REFERENCE=CUSTOMERS, $ FIELDNAME=ADDRESS, ALIAS=Address, USAGE=A30, ACTUAL=A30, MISSING=ON, REFERENCE=CUSTOMERS, $ FIELDNAME=CITY, ALIAS=City, USAGE=A30, ACTUAL=A30, MISSING=ON, REFERENCE=CUSTOMERS, $ FIELDNAME=REGION, ALIAS=Region, USAGE=A30, ACTUAL=A30, MISSING=ON, REFERENCE=CUSTOMERS, $ FIELDNAME=POSTALCODE, ALIAS=PostalCode, USAGE=A30, ACTUAL=A30, MISSING=ON, REFERENCE=CUSTOMERS, $ FIELDNAME=COUNTRY, ALIAS=Country, USAGE=A30, ACTUAL=A30, MISSING=ON, REFERENCE=CUSTOMERS, $ FIELDNAME=PHONE, ALIAS=Phone, USAGE=A30, ACTUAL=A30, MISSING=ON, REFERENCE=CUSTOMERS, $ FIELDNAME=FAX, ALIAS=Fax, USAGE=A30, ACTUAL=A30, MISSING=ON, REFERENCE=CUSTOMERS, $
The following is the generated Access File for the CustomerDemographics entity:
SEGNAME=CUSTOMERDEMOGRAPHICS, CONNECTION=CON01, TABLENAME=CustomerDemographics, OBJECT_URL=CUSTOMERTYPEID, EXTCALL=YES, $ FIELD=CUSTOMERTYPEID, TYPE=ID, IN_URL=TRUE, $ SEGNAME=CUSTOMERS, OBJECT_URL=CUSTOMERID, EXTCALL=NO, $ FOREIGN_KEY=Customers, PRIMARY_KEY_TABLE=Customer, FOREIGN_KEY_COLUMN=CustomerID, PRIMARY_KEY_COLUMN=CustomerID, $ FIELD=CUSTOMERID, TYPE=ID, IN_URL=TRUE, $
WebFOCUS | |
Feedback |