Difference between revisions of "CATI getLinkToCATIForm"
Cg huyphong (talk | contribs) |
|||
Line 2: | Line 2: | ||
{{HelpFiles}} | {{HelpFiles}} | ||
− | ====CATI_getLinkToCATIForm==== | + | ==== CATI_getLinkToCATIForm ==== |
− | + | <br> | |
+ | <br> | ||
− | + | '''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''' | + | <br> '''Availability''' |
− | Version 5.8 | + | Version 5.8 __NOTOC__ <!-- imported from file: 8042.htm--> |
− | __NOTOC__ | ||
− | <!-- imported from file: 8042.htm--> |
Revision as of 09: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