Skip to Content
0
May 12, 2020 at 12:03 PM

odata Model

189 Views Last edit May 12, 2020 at 12:19 PM 3 rev

hello experts .

i am trying to use the unnamed odata model that i created in the manifest.json

i want to bind data from the default odata model to a smart form WITHOUT showing initial values and without using the CreateEntry("/entitySet("XXXX")).

i dont know how to get the default model and bind data .

i tried :

var oModel = this.getModel("unnamed"); but it is undefined

best regards