Versions Compared

Key

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

...

  1. Delete the CUSTOMER_NAME_XREF field from DICT.CUSTOMERS.  From the System Editor and at the Exec: line, type:

    Code Block
    run delete_row 'DICT.CUSTOMERS','CUSTOMER_NAME_XREF'.
  2. A  A pointer to to CUSTOMER_NAME_XREF exists  exists in the CUSTOMER_NAME field of  field of DICT.CUSTOMERS.   This pointer is in Field 22.  Edit the the CUSTOMER_NAME field in  field in DICT.CUSTOMERS.  In Field 22, you should see the text text CUSTOMER_NAME_XREF.  Delete this text (don't delete any carriage returns, just the text!) and save the record.

...