Commit fe2cefb7 authored by kpandey's avatar kpandey

Added loginCode in order to fetch HCP Call Dasboard Result on basis of Login Code

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@201729 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8ee5ba42
......@@ -69,6 +69,10 @@ public class DashboardService {
System.out.println("Final File Path =" + dashboardMetadataFilePath);
DashboardUtil util = new DashboardUtil();
//TO SET LOGIN_CODE IN DEFAULT VALUE START
util.loginCode = userInfo.getLoginCode();
//TO SET LOGIN_CODE IN DEFAULT VALUE END
// Commented by Prajyot on 29-Dec-2018
userEventLogEJB.setEventLog(userInfo.getLoginCode(), dashboardFileName, sessionID,editorId,"Dashboard Metadata Retrive","Dashboard Metadata Retrive", startTime,
null, argParam,"" , "Pending", "Dashboard","" ) ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment