Values are obtained for a single-valued parameter, based on the name. If the named parameter value does not exist, return null.
The parameter value can be entered on the command line or through the Custom Update parameter gathering screen in EPM Workspace
Example using getParameterValue():
var strVal = env.getParameterValue(strName)
Parameter | Description |
---|---|
strName | The name of the parameter as supplied in the command file. For example, script.js –param:document=c:\docs\myBqy –param:type=Query In this case, strName is either document or type. |