Configuring Optiva for Secured Scripting
You can execute Optiva Scripting functions in a secured mode. This feature limits the amount of damage a malicious user can inflict should they gain access to your scripts. You run all scripting in a sandbox environment that has limited permissions.
Customers who are concerned about security or who are exposing Optiva to the internet should consider running in this mode.
In the Web.config file, a parameter controls whether you run Scripting in a secured or unsecured environment. See the Infor PLM for Process Installation Guide.
Script hook considerations
DataRowCurrent
and DataRowProposed
are not available
in the secured scripting environment. They have been replaced by
GetCurrentRowValue
, GetProposedRowValue
, and
SetProposedRowValue
. The new script hooks allow access to a single
value on the row, not the entire row.