We are using the Mongoose PaaS environment (Infor OS) to create a custom form as a widget. When deploying our custom form using the Mongoose Widget (Widget ID = infor.mongoose.form), we are trying to configure it so that it passes values through using the "Params" field on the Settings page of the Mongoose Widget.
We have tried the following syntax in this field and reviewed the Infor Docs for Mongoose, but unfortunately have had no success in passing the value "Test99" through to our form:
- SETVARVALUES(POD=Test99)
- PARAMS(POD=Test99)
- POD=Test99
At the moment we just have a simple edit box on our Mongoose form which is bound to the variable POD, to indicate that the value is being passed through.
Is anyone able to point us in the right direction on how we should pass parameter values through to our form please?