cancel
Showing results for 
Search instead for 
Did you mean: 

Master-Detail CRUD template - Hide Master List View on Create Entity View

Private_Member_14913
Contributor

Hello Experts,

I'm developing custom Fiori application using Master-Detail CRUD project template in WEBIDE.

I have successfully hide master list view on detail view but i'm facing difficulty hiding master list view on create entity view.

I have tried below approach in "Master list view" but none of them worked.

  1. In "onAdd" Method: sap.ui.getCore().byId("idAppControl").hideMaster(); but this thorws error.
  2. In "onAdd" Method: sap.ui.getCore().byId("idAppControl"); but this returned as undefined.
  3. In "Init" Method: this._oListSelector = this.getOwnerComponent().oListSelector; & "OnAdd" Method: this._oListSelector.selectAListItem(sPath); Before calling CreateEntity View.

Thanks in advance for your help & inputs.

Regards,

Sameer

Accepted Solutions (0)

Answers (0)