Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

CATI getLinkToCATIForm: Difference between revisions

From Catglobe Wiki
No edit summary
Nguyentanphong (talk | contribs)
No edit summary
Line 2: Line 2:
{{HelpFiles}}
{{HelpFiles}}


====CATI_getLinkToCATIForm====
==== CATI_getLinkToCATIForm ====


- This script is used to get the link for open cati work.'''Syntax'''
<br>
<br>


string CATI_getLinkToCATIForm(number rpqId)
'''Syntax'''


'''Arguments'''
string CATI_getLinkToCATIForm(number rpqId)


RPQId : resource project questionnaire id
'''Arguments'''


'''Return type'''
RPQId&nbsp;: resource project questionnaire id


String
'''Return type'''


'''Example'''
String


string a = CATI_getLinkToCATIForm(89716960);
'''Example'''


print(a);
string a = CATI_getLinkToCATIForm(89716960);  


//Output : CommunicatorModule/Cati/CatiFormExpand.aspx?pid=6301
print(a);


//Output&nbsp;: CommunicatorModule/Cati/CatiFormExpand.aspx?pid=6301


'''Availability'''
<br> '''Availability'''  


Version 5.8
Version 5.8 __NOTOC__ <!-- imported from file: 8042.htm-->
__NOTOC__
<!-- imported from file: 8042.htm-->

Revision as of 08:53, 1 February 2012



CATI_getLinkToCATIForm



Syntax

string CATI_getLinkToCATIForm(number rpqId)

Arguments

RPQId : resource project questionnaire id

Return type

String

Example

string a = CATI_getLinkToCATIForm(89716960);

print(a);

//Output : CommunicatorModule/Cati/CatiFormExpand.aspx?pid=6301


Availability

Version 5.8