Procedure
- At the bottom of the form designer, remove the variable formInput.
-
Edit the variable formOutput and add the following
information that must match the contract requirements:
return { 'c_productPrice': $data.productPrice.value };
In this example, the new product price entered by the form user will be sent back to Talend MDM.
- Make sure the Submit BUTTON has the action of Submit task, and the data sent on click is formOutput so that all data required by the contract is sent back to Talend MDM.
- After you have done your changes, click Save.
- If needed, click Preview to have a preview of the customized form.