Populate the FA_TAX_INTERFACE Table
Hi
We need to update over 200 assets in our tax book. We need to update the Ytd Dep colum and Dep reserver column. I found the below example of a script on how to process these updates. Is anybody able to provide me with a sample script of how it would look if if I have over 200 assets to update? I am not a deveolper and have no access to SQL, I would like to make sure I have the information in the correct format before I send to our developrs
insert into fa_tax_interface (asset_number, book_type_code, cost, posting_status)values (’12345’,’ABCTAX’,80, ’POST’);