I would like to display the Profit Magin % on the page that list all the service orders. I tried adding the FS.FSProfitability table and pulling the field to appear on the results grid in the Service Order GI. Since these fields are listed as “not in the database”, I get an error. Can anyone provide some guidance?
Solved
Displaying a field from the profitability tab on the service order list screen
Best answer by johnw51
The answer is not going to be in the FSProfitability data. You need to link to the FSAppointment table and calculate the Profit Margin %.
= ( [FSServiceOrder.CuryDocTotal] - Sum( [FSAppointment.CostTotal] ) * 100 / [FSServiceOrder.CuryDocTotal]
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.