fchierad / PRD

Repository to store ECMAScript code used in workflows created with the product NetIQ Identity Manager.
MIT License
2 stars 2 forks source link

Form: expose field and form objects for usage in form scripts #11

Closed fchierad closed 6 years ago

fchierad commented 6 years ago

since init() accepts field, form, IDVault, export at least field and form (maybe even IDVault) to PRD.exports. so that they can be used inside a form's script functions after init().

fchierad commented 6 years ago

Decided to use PRD.web.field and PRD.web.form instead. Both are made available upon using PRD.init() with the first 2 parameters not null.