Changing dates on orders by keeping the status 'released'

karimmahrady
Member Posts: 8
Hi everyone,
I'm working on a modification to do a batch update of shipment and receipt dates for sales and purchase line.
The problem is that, status of orders are released, and Navision don't allows to update some information on lines if the statusof the order is not open.
Also, it will be painfull to reopen all the orders that need to be updated, change all the dates, restart navision approbation process to release the orders.
There is a function on sales line and purchase line that checks the status of the order, and i can bypass this verification. But i want to be sure that this change will not affect the MRP or any other stuff in Navision.
Thanks for Help
I'm working on a modification to do a batch update of shipment and receipt dates for sales and purchase line.
The problem is that, status of orders are released, and Navision don't allows to update some information on lines if the statusof the order is not open.
Also, it will be painfull to reopen all the orders that need to be updated, change all the dates, restart navision approbation process to release the orders.
There is a function on sales line and purchase line that checks the status of the order, and i can bypass this verification. But i want to be sure that this change will not affect the MRP or any other stuff in Navision.
Thanks for Help
0
Comments
-
Why don't you do something like?:
WasReleased := (salesheader.status=salesheader.status::released);
if WasReleased then
releaseCodeunit.reopen(salesheader);
changeDates;
if WasReleased then
releaseCondeunit.run(salesheader);
Sergi Navarro
MCTS: Microsoft Dynamics™ NAV 2009 C/SIDE Solution Development
Visit my Navision Spanish Blog here: http://www.sergisoft.com0
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