Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This step reinforces what you learnt in the previous tutorial Step 6. Edit the PRO_KEY Script.

Examine the auto generated script for CUS_KEY, the JUNCTION screen where we entered the customer number.

RAMP recorded exactly what we typed. In this case that we entered "1001" in the KEY field:

Image Modified

As in Step 6. Edit the PRO_KEY Script in which we changed the product number in the script, also in this case we need to make the value entered in the customer number field soft. For more information see The List Manager.

Replace:

Image RemovedImage Added

With:

SETVALUE("KEY" ,objListManager.NKey1[0]);


Save the script:

Image Modified