I have extended the SLCoitems IDO to add a derived field for ECN status so that when new estimates or customer orders are created the user can see if there is a pending ECN.
I'm using the same implementation on the SLItems IDO: dbo.CheckIfEcnPending(itm.job,itm.suffix,itm.item).
I have this working on an extended SLPOitems IDO as well. So its working on Purchase Order Lines, Customer Order Lines, Customer Order Blanket Releases.
However, when I add the new field to the Estimate Lines form I am getting the error: The multi-part identifier "itm.job" could not be bound.
I have verified on the other forms that I do not receive this error even when its a non-inventory or non-existent items. I cannot figure out what would be different with the Estimate Lines form that would cause this error any time I am trying to retrieve data in the Estimate Lines form.
Any suggestions or ideas would be extremely helpful as I am at a road block right now.