EpBinding issue in Method Tracker - App Studio

Hi all,

We have an issue when trying to bind a UD field (ECOMtl.AltMaterial_c) to a text box in a Erp.UI.MethodTracker layer.

Even though ECOMtl.AltMaterial_c definitely exists, here in Method Tracker, it doesn’t see it to bind.

However, when we mapped this in Engineering Workbench, this binding had no issues seeing ECOMtl.AltMaterial_c

Has anyone else successfully been able to bind a UD field to the method tracker please?

Thank you so much for the help!!

Ecomtl is for the material records of a checked out revision. There is probably no ecomtl view in method tracker, since method tracker is for viewing any revision. You have to see which views are actually in that application, most likely partmtl.

2 Likes

Thank you so much Alisa, I checked PartMtl but it doesn’t exist as a standalone view, there’s a EngMethodTree.PartMtl but the AltMaterial_c doesn’t exist there either

EcoMtl, JobMtl, and PartMtl are all separate tables. If you add a field to one, and you want it to flow through, you have to add the field on all of them and then set up UD column mapping so that it copies from EcoMtl to PartMtl when you check the revision in, and from PartMtl To JobMtl when you engineer the job.

4 Likes

Thank you so much Alisa! This has given us exactly what we were looking for! :slight_smile:

1 Like