cancel
Showing results for 
Search instead for 
Did you mean: 

How to calculate Acquisition Value?

Former Member
0 Kudos
118

Does anyone know how Acquisition Value is calculated in Business One? I have to create a report and need to show the Acquisition Value.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Acquisition value is not calculated, but is a value stored in the BA_OAMD3 table

Former Member
0 Kudos

Can you show me the correct query to retrieve the acquisition value?

Thanks in advance.

Former Member
0 Kudos

This should be a good start:

SELECT T0.[U_AsstNum], T0.[U_Desc], T1.[U_DprArID],T1.[U_APC], T1.[U_APCHist] FROM [dbo].[@BA_OAMD] T0 INNER JOIN [dbo].[@BA_OAMD3] T1 ON T0.[U_AsstNum] = T1.[U_AsstNum]

Former Member
0 Kudos

Hi,

Welcome you post on the forum.

Do you use Fixed Asset add-on?

Thanks,

Gordon

Former Member
0 Kudos

Yes, we use the Fixed Asset add-on.