<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Note > Method >GetParameterSetName |
Gets the parameter set name of a note.
Prototype :
string GetParameterSetName
(
No Arguments
)
Reference :
Note must have the 'parameter' data type.
Returns ODI name if the parameter note is ODI parameter field and returns the string "OZFormParam" if the parameter note is form parameter field.
Example :
_TraceLn(This.GetParameterSetName());
Available Events :
All Events