FAM Depreciation History Saved Search
Hi,
I need your help. I´m trying to build a FAM Depreciation History Saved Search where I would like to pull the information from the FAM depreciation history (the page you enter when you press edit on the depreciation history).
I would like to pull the transaction amount when the transaction type is Disposal (7) and this is my attempt:
CASE WHEN {custrecord_deprhisttype} = 7 THEN {custrecord_deprhistamount.ID} END
Any suggestions?