Hi Fernando,
I think when you set the model in component.js you should use this:
sap.ui.getCore().setModel(oModel,"SoGetModel");
This is because in the detail view ,that name is used for the model:
"{SoGetModel>/SoId}"
"{SoGetModel>/GrossAmount}"
Hi Fernando,
I think when you set the model in component.js you should use this:
sap.ui.getCore().setModel(oModel,"SoGetModel");
This is because in the detail view ,that name is used for the model:
"{SoGetModel>/SoId}"
"{SoGetModel>/GrossAmount}"