new EmployeeName:

}


oModel.create.dData("/Employees", {success: mySuccessHandler, error:


myErrorHandler});  


, 2.

var oData = {

 EmployeeId: 5021,

 EmployeeName:


}


oModel.create("/Employees", oData, {success: mySuccessHandler, error:


myErrorHandler});  





, 3.

var oData = {

 EmployeeId = 5021,

 EmployeeName =


}


oModel.create(oData, "/Employees", success= mySuccessHandler, error=


myErrorHandler);


, 4.

var oData = {

 EmployeeId:5021;

 EmployeeName:


}


oModel.create("/Employees", {oData.success: mySuccessHandler, oData.error:


myErrorHandler});





">
MCQs > Softwares & Applications > SAP UI5 > In relation to SAPUI5 CRUD operations, which is the correct syntax for creating an entity Employees with entity data EmployeeId that has a value, 5021, and EmployeeName that has a value, Mathew?

SAP UI5 MCQs

In relation to SAPUI5 CRUD operations, which of the following is the correct syntax for creating an entity Employees with entity data EmployeeId that has a value, 5021, and EmployeeName that has a value, Mathew?


Answer

Correct Answer:

var oData = {

 EmployeeId: 5021,

 EmployeeName:


}


oModel.create("/Employees", oData, {success: mySuccessHandler, error:


myErrorHandler});  





Explanation:

Note: This Question is unanswered, help us to find answer for this one

SAP UI5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

SAP UI5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it