Difference between revisions of "CATI getLinkToCATIForm"
Cg huyphong (talk | contribs) |
|||
Line 18: | Line 18: | ||
'''Example''' | '''Example''' | ||
− | string a = CATI_getLinkToCATIForm( | + | string a = CATI_getLinkToCATIForm(89716960); |
+ | |||
+ | print(a); | ||
+ | |||
+ | //Output : CommunicatorModule/Cati/CatiFormExpand.aspx?pid=6301 | ||
+ | |||
'''Availability''' | '''Availability''' |
Revision as of 06:08, 28 December 2011
CATI_getLinkToCATIForm
- This script is used to get the link for open cati work.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