More actions
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Questionnaire_Functions]] | [[Category:Questionnaire_Functions]] | ||
[Will obsolete soon and replace by [[GetReturnToQuestionnaireId|GetReturnToQuestionnaireId]]. More detail at [[ConversionMethods|ConversionMethods]] ] | |||
====getReturnToProjectQuestionnaireId==== | ====getReturnToProjectQuestionnaireId==== |
Latest revision as of 02:33, 13 May 2022
[Will obsolete soon and replace by GetReturnToQuestionnaireId. More detail at ConversionMethods ]
getReturnToProjectQuestionnaireId
Returns the id of the questionnaire which function returnFromGoTo() would return the user to when executed.
Syntax
getReturnToProjectQuestionnaireId()
Arguments
None
Return type
number
Example
number pqId = getReturnToProjectQuestionnaireId();
print(pqId);
Availability
Version 5.2