Customer Interface and TCA API(s)
I am using Customer Interface for conversion of the customers in R12 Receivables upgrade ... but can not convert the value created_by_module - no such a column in ra_customers_interface_all and other interface tables, as a result the value of created_by_module='CUST_INTERFACE' gets inserted on all related tables.... but when we need to use TCA API(s) FROM A DIFFERENT MODULE to update customer/contact etc. - we are getting this java.sql.SQLException: You cannot update column created_by_module. So, somehow I need to pass my own created_by_module value that we setup for the custom interfaces ... Is it the only way to update after it is inserted? Help