E
egarcia
Guest
Hello Jorge, Just some quick feedback. Is this a Business Entity generated by default from Developer Studio? One that inherits from "BusinessEntity"? Do you have a BEFORE-TABLE for the temp-table? The key is that for this type of Business Entity, the primary key is used to identify the record to be updated. You would need to specify the previous values of the primary key in the before-table and the new values in the after-table so that you can update the key. Otherwise, the might be specifying key fields for a record that may not exist. I hope this helps, Edsel
Continue reading...
Continue reading...