RavCOder
9th September 2019, 15:29
Hi,

I have this field created who represent a sum of order quantity for item and I want to add a report.
Obviously my session is a print session , so the session comes with a selection of sales orders.
My problem is how can I insert this field to be able to view it in the report?
P.S :
This field is not found in the table but is a field created with a domain.

Regards,
-RavCoder-

mark_h
10th September 2019, 17:35
I am not sure what you mean by the field is created with a domain. But in 4c4 I can modify a standard report, add a script to it(or edit the current script), and a before.layout section for like detail.1. Then in the before.layout I can go look up or build any information I want in that section.