Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hi All,
I am on the initial learning curve of web methods. I wanted to store the old values of the row in another table when that particular row is updated and I wanted to do this task on update notification. Please help. Thanks in advance.
Hi,
you can approach this way…
whenever u need to update row in Table A , call a select to retrive the row from Table A and use that output of AS as input to inserting into Table B… then do update the row in Table A…
Regards Shaik