...
When using pjs.call(), the use of pjs.refParm() is optional. When a declared field is passed as a parameter to pjs.call(), it is automatically converted to use pjs.refParm() internally. The explicit use of pjs.refParm() may be more efficient in some cases.
Parameters1.
- Name - The name of the field to pass. The field must already be defined usingĀ pjs.define().
Return Value
An object that is used to pass the value by reference
...