G/L entry and G/L Register

hhhhhhhqat
Member Posts: 111
URGENT
i want to export G/L entry records for specific period , i create the data port and add all items i need from G/L fields , How can i add also the Register ( "No." ) from G/L Register table against each entry No.
i want to export G/L entry records for specific period , i create the data port and add all items i need from G/L fields , How can i add also the Register ( "No." ) from G/L Register table against each entry No.
0
Comments
-
If you need to export only this time,will be easy if you use SQL query direct from DB.0
-
Yes phondaj ,
i need only for this time ,, if you please can help me for script can get these information by SQL query
Thanks0 -
Create a global field RegisterNo (Type Integer)
Add this to the Dataport field list
create a global record variable Register for the G/L Register table
Code something like this is in OnBeforeExportRecord trigger for the G/L Entry table:
Register.setfilter("To Entry No.",'%1..',"Entry No."); // This will return the associated Register record
Register.find('-');
RegisterNo := Register."No.";0 -
thanks eyolftho
its give me what i expect ... thanks again ....0 -
can we add some keys to speed the export , because it take more time specially if i apply filter on posting date for long period.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K 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
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions