We are trying to make a Loss report which seemed fairly easy with the information that Epicor provides, but I am having trouble locating a specific EpiBinding field in my BAQ to provide me with the information. Our “Job Tracker” provides us with our “Estimated Total” and “Actual Total” which are defined within “SubAsmblyCostHours.TActTotalCost”. Does anyone know where this would be located within the BAQ Phrase Build Section?
Field Help gives us this;
Field Name: TActTotalCost
EpiBinding: SubAsmblyCostHours.TActTotalCost
DB Field: BLANK
When the “DB Field” is blank in the field help, that means the control is bound to a data view (often calculated on the fly at run time). You’ll have to reverse engineer how Epicor calculates that value yourself.