Posting of Item Ledger Entry and Value Entry
RudraKandpal
Member Posts: 24
Hi All,
I have created three new fields in Item Ledger Entry and Value Entry and i want to post the value in ILE and VE when I Post the Sales Invoices.
Regards
I have created three new fields in Item Ledger Entry and Value Entry and i want to post the value in ILE and VE when I Post the Sales Invoices.
Regards
0
Comments
-
Welcome to Mibuso.

What did you try till now to achieve your requirement?0 -
I have create three fields in Sales Header, ILE and Value Entry and Item Journal Line and the In code unit 80 in function PostItemJnlLine
I have written a Code
ItemJnlLine."Field 1" := SalesHeader."Field 1" ;
ItemJnlLine."Field 2" := SalesHeader."Field 2";
ItemJnlLine."Field 3" := SalesHeader."Field 3";0 -
Your goal is to transfer values to ILE and VLE..where did you do that?
Check InitValueEntry and InitItemLedgEntry in CU 220 -
my first target is to post the value from sales header to Item ledger entry...and then value entry.. how do I go about it...0
-
Did you try by adding code in InitValueEntry and InitItemLedgEntry functions in CU 22?0
-
Yes,
I have created a rec variable of SalesHeader in CU 22 and the written a code in function InitItemLedgEntry like
ItemLedgerEntry."Field 1" := SalesHeader."Field 1";
but still not posting the value in Item ledger entry..0 -
Your value is alteady in ItemJnlLine
use
ItemLedgerEntry."Field 1" := "Field 1";0 -
=D> Thanks!!!!! It is done.....0
-
WelcomeRudraKandpal wrote:=D> Thanks!!!!! It is done.....
0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
