Post Transfer with not enough quantity in Transfer-from loc.

elma
Member Posts: 12
Hello,
we have problem with customer who insist to post Transfer Orders in case that there is not enough quantity on Location that is Transfer-from.
We can modify Codeunit 22, just to ignore that original ERROR:
...
WITH ItemJnlLine DO BEGIN
IF ItemLedgEntry.Open THEN BEGIN
IF (((ItemLedgEntry."Entry Type" IN
[ItemLedgEntry."Entry Type"::"Negative Adjmt.",
ItemLedgEntry."Entry Type"::Consumption]) AND
("Source Type" = "Source Type"::Item)) OR
(ItemLedgEntry."Entry Type" = ItemLedgEntry."Entry Type"::Transfer)) AND
(ItemLedgEntry.Quantity < 0)
THEN
// ERROR(Text005,ItemLedgEntry."Item No.");
MESSAGE('Warning...!'); //we can use dialog too...
...
but we find out, in that case there is no posting in G/L Account for that Inventory.
(Every location is posted on the same G/L Account)
We are affraid to do this modification. We are worry about next posting of sales from that new location (Transfer-to).
We are not sure what would be after "Adjust. Cost-Item Entries"-periodic activity - we are testing it now...
PS
Customer works on Navision 3.60
Please send us some suggestions?
Maybe there is a simple solutions that you know, but we don't.
Thanks everyone in advance!
Best regards,
Elma
we have problem with customer who insist to post Transfer Orders in case that there is not enough quantity on Location that is Transfer-from.
We can modify Codeunit 22, just to ignore that original ERROR:
...
WITH ItemJnlLine DO BEGIN
IF ItemLedgEntry.Open THEN BEGIN
IF (((ItemLedgEntry."Entry Type" IN
[ItemLedgEntry."Entry Type"::"Negative Adjmt.",
ItemLedgEntry."Entry Type"::Consumption]) AND
("Source Type" = "Source Type"::Item)) OR
(ItemLedgEntry."Entry Type" = ItemLedgEntry."Entry Type"::Transfer)) AND
(ItemLedgEntry.Quantity < 0)
THEN
// ERROR(Text005,ItemLedgEntry."Item No.");
MESSAGE('Warning...!'); //we can use dialog too...
...
but we find out, in that case there is no posting in G/L Account for that Inventory.
(Every location is posted on the same G/L Account)
We are affraid to do this modification. We are worry about next posting of sales from that new location (Transfer-to).
We are not sure what would be after "Adjust. Cost-Item Entries"-periodic activity - we are testing it now...
PS
Customer works on Navision 3.60
Please send us some suggestions?
Maybe there is a simple solutions that you know, but we don't.
Thanks everyone in advance!
Best regards,
Elma
0
Comments
-
You want to enable such a transfer??? NO! Please do not do it [-o<
How you can transfer something, you do not have? In this way it will be create some quantity without physical inventory- all tracking etc. will be corrupted...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