Customizing Cost Adjustment

Hello all,

I am having a hard time customizing the Cost Adjustment form. I’ve added columns to Part_UD and i cannot find my fields in EpiBinding. I’ve also tried adding them to the PartCost_UD table with no luck. Can someone point me in the right direction?
If I add a custom view via Data Tools, I then can see my new fields but they are not displaying properly.When I look at the field help, none of the properties are displaying (Field Name, EpiBinding, Format, etc)

Am i missing something?
Any help is appreciated. Thanks!

I am assuming you regenned the data model and all that jazz?
If you did then that means that the PartCost view in that screen is not a direct pull from the DB (on the fly calc sort of deal)
You’ll have to do some pretty heavy BPM’s or customizations to copy the fields to the right place. Assign your fields to the CallContextBPMDataView and then use a BPM to copy them to the PartCost table.

Thank You! Yes i’ve regened and retsarted the app pool.
How can i assign my fields to the CallContextBPMDataView?