getExtraParameterDetails

getExtraParameterDetails(parameterName:  String;
                         mandatoryValue: Boolean output;
                         userPrompt:     String output);

The getExtraParameterDetails method of the JadeReportWriterReport class obtains the following information for the parameter specified in the parameterName field.

Parameter Returns…
mandatoryValue Whether the entry of a value for the specified parameter is mandatory (that is, it is set to true)
userPrompt The required value that is to be displayed as a user prompt

You can use this method to check that a value has been entered for the specified parameter and what is displayed in bubble help.