Hello, does anybody know how to refresh the deprec...
# fixed-assets-mgmt
l
Hello, does anybody know how to refresh the depreciation schedule for an asset (no depreciation journals created yet)?
j
go to customisation / scripting / script deployments Find the script deployment FAM Trigger Pre-Compute SS Edit, then save and execute. It looks like the process finishes just about instantly, but it actually takes about 3-4 mins to jump through all your assets and recalc. You can also create a copy depreciation method (e.g. Straight Line Copy) and switch it to that, which seems to fire this script too.
l
Great, thanks for your help 🙂 So this works even If a record has already a depreciation history but no depreciation journals?
j
yes. Should fire for all assets except those that are fully depreciated, I think
l
great, it worked 🙂 Thanks a lot!