Skip to main content Skip to complementary content

Editing the form to transfer data back to Talend MDM

Availability-noteDeprecated

Procedure

  1. At the bottom of the form designer, remove the variable formInput.
  2. 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.

  3. 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.
  4. After you have done your changes, click Save.
  5. If needed, click Preview to have a preview of the customized form.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!