Dear All experts,
I have create a new field and I want it could be posted to capacity ledger entry. And it will be posted using output journal, but I can't put the new field in the field menu table when I open output journal form. COuld you please let me know if there is a certain table for output journal ? or how to put the new field to output journal form ?
I appreciate so much for your answer.
rgds,
Mark
0
Comments
You also have to put the field in 5832:"Capacity Ledger Entry" and put it on the form where you want to see it (probably form 5832:"Capacity Ledger Entries").
Now you have also to move the field from table 83 to table 5832. This you have to program in Codeunit 22:"Item Jnl.-Post Line".
Search for function "InsertCapLedgEntry". In this function you have to pass the field from table 83 to table 5832. The code will be like this:
And that is it.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
I will try to apply your sugestion. I appreciate it so much.I have created in the machine card some fields relate to lean metric. I think it is possible to do that.
rgds,
mark
The only tables that go automatically are T36,T37,T38,T39 to their posted document-tables.
But if you want a field from those to G/L entries or Item ledger Entries or other entry-tables, you have to do it manually. And you have to do it twice.
-Sales/Purchase Line => item journal Line => item ledger entry.
-Sales/Purchase header => General journal line => G/L Entry.
And so on...
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
rgds,
Mark