Hi Frank,
I am learning oDataModel. your code is very helpful. can you explain these two lines
- var oText = new sap.ui.commons.TextView("l1", {text: "{CompanyName}"});
- oText.bindElement("/Customers('ALFKI')");
What is companyName? and
what is Customers('ALFKI')