Difference between revisions of "User getCommunicationHistory"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
'''User_getCommunicationHistory'''  
 
'''User_getCommunicationHistory'''  
  
&nbsp;&nbsp; Get all communication history of user. <br>  
+
&nbsp;&nbsp;&nbsp;Get&nbsp;all communication history of user which are displayed in communication history tab.&nbsp;Such as: CATI, EMail...&nbsp;&nbsp;<br>  
  
 
'''Syntax&nbsp;<br>'''&nbsp; User_getCommunicationHistory (User Resource Id); <br><br>'''Arguments<br>'''&nbsp; User Resource Id: is a number.&nbsp;<br> <br>'''Return type'''<br>&nbsp;&nbsp; Array.  
 
'''Syntax&nbsp;<br>'''&nbsp; User_getCommunicationHistory (User Resource Id); <br><br>'''Arguments<br>'''&nbsp; User Resource Id: is a number.&nbsp;<br> <br>'''Return type'''<br>&nbsp;&nbsp; Array.  
Line 7: Line 7:
 
<br>'''Examples'''  
 
<br>'''Examples'''  
  
array userCommunicate= User_getCommunicationHistory(25455);<br>print (userCommunicate);<br><br>  
+
array userCommunicate= User_getCommunicationHistory(25455);<br>print (userCommunicate);<br>
 +
 
 +
//{{26161,{2011,8,23,9,45,0,0,34},1,Administrator,1,Administrator,37245142,ApplicationContactGroup_DeletedItems,Man_usertest_02,User,Hi&nbsp; - Invitation for Qnaire Man_Test_02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;,Informer}, 14599775,{2011,7,19,10,43,5,800,29},1,Administrator,9608998,JetteLorenzen,37041790,CATINET\Projekt\Temopary test folder Martin\Loc_Test_CATI_questionnaire,Loc_Test_CATI_questionnaire,ProjectQuestionnaire,Jul-19, 10:43 : Busy,CATI}}<br>  
  
 
[[Category:User_Functions]]
 
[[Category:User_Functions]]

Revision as of 11:13, 11 October 2011

User_getCommunicationHistory

   Get all communication history of user which are displayed in communication history tab. Such as: CATI, EMail...  

Syntax 
  User_getCommunicationHistory (User Resource Id);

Arguments
  User Resource Id: is a number. 

Return type
   Array.


Examples

array userCommunicate= User_getCommunicationHistory(25455);
print (userCommunicate);

//{{26161,{2011,8,23,9,45,0,0,34},1,Administrator,1,Administrator,37245142,ApplicationContactGroup_DeletedItems,Man_usertest_02,User,Hi  - Invitation for Qnaire Man_Test_02&nbsp;&nbsp;&nbsp;&nbsp;,Informer}, 14599775,{2011,7,19,10,43,5,800,29},1,Administrator,9608998,JetteLorenzen,37041790,CATINET\Projekt\Temopary test folder Martin\Loc_Test_CATI_questionnaire,Loc_Test_CATI_questionnaire,ProjectQuestionnaire,Jul-19, 10:43 : Busy,CATI}}