Subversion Repositories SmartDukaan

Rev

Rev 5791 | Rev 6104 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5791 Rev 5909
Line 162... Line 162...
162
    //Method to change CRM agent role
162
    //Method to change CRM agent role
163
    void changeAgentRole(1:i64 id, 2:list<string> role);
163
    void changeAgentRole(1:i64 id, 2:list<string> role);
164
    
164
    
165
    //Method to get openTicketCount for any agent
165
    //Method to get openTicketCount for any agent
166
    i32 getOpenTicketCountForAgent(1:i64 agentId);
166
    i32 getOpenTicketCountForAgent(1:i64 agentId);
-
 
167
    
-
 
168
    //Method to get all open tickets grouped by categories
-
 
169
    map<string,i64> getOpenTicketsMap();
167
}
170
}