cancel
Showing results for 
Search instead for 
Did you mean: 

In fiori Webide sap.ca.ui.quickoverview.EmployeeLaunch");

Former Member
0 Kudos

I am trying to extend  standard fiori app..in controller.js i found the below codes

jQuery.sap.require("sap.ca.ui.quickoverview.EmployeeLaunch");

and

   var E = {
   title: T,
   name: h,
   imgurl: P,
   department: c,
   contactmobile: C,
   contactphone: b,
   contactemail: d,
   contactemailsubj: "",
   companyname: g,
   companyaddress: f
   };
   var i = new sap.ca.ui.quickoverview.EmployeeLaunch(E);

where it is defined! how can i modify the fields in it!how it works

Accepted Solutions (0)

Answers (1)

Answers (1)

cguttikonda24
Participant
0 Kudos

Hi Sam,

Did u get to the path where this is available.

I too have the Same issue.

Can you let me know asap.