Future asset period - Concurrent request for end users
The issue we have currently is that each month Finance users are receiving an error "APP-OFA-48678: Date must be in a future asset period." IT then applies a datafix referencing doc id: 261215.1.
I wonder if anyone has created a concurrent request or program for the end users to do the update themselves instead of askin IT?
Currently IT process is
first dropping the backup table we previously created and
creating a backup table and using the following query to update
update fa_mass_additions
set transaction_type_code = null,
transaction_date = null
where transaction_type_code='FUTURE ADD'
AND POSTING_STATUS <> 'POSTED';