Hello,
Still learning how Epicor handles reports. I am looking to add the CustomerCustID field to our QuotForm. We currently have this on our Sales Order Acknowledgement form with the expression of =First(Fields!Customer_CustID.Value, “OrderHed”) however when trying this on the QuotForm in similar fashion (looking at the dataset and fields) with =First(Fields!CustID.Value, “Quote”), nothing returns, likely because this isn’t explictly called out in the SQL Query for Quote like it is in the Sales Order Acknowledgement. I have been looking at data definition maintenance trying to figure out how to add this via a linked table or something of the sort but am coming up empty though it seems like Customer is already linked to the data definition. What am I missing or doing wrong? Any help is appreciated.
Thank you.