I tried using input.nameOfParameter but i get a “input is not defined” error. I didn’t find help within the docs Create Client-Side Business Objects
Can someone help me please?
Hello Chris,
you can access the input parameter with oPayload.nameOfParameter.
For output parameters you have to return an Object.
Example: return {nameOfOutputParameter: “someString”}
If you have no ouput parameters you have to return an empty object like this return {}.
You must be logged in to reply to this topic.
Enter the destination URL
Or link to existing content