Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

Transfer Orders, planning worksheet, carry out action message creates on Transfer Order per item

Posted on by 834

In Microsoft Dynamics NAV 2009 R2, Verison US Dynamics NAV 6.01 SP1 (6.00.33046)

When you create transfer orders by running the Carry Out Action Message function in the Requisition Worksheet dialog box, transfer orders are created that have only one line. That means, a transfer order is created for each item that is listed as a transfer to the same location. However, only one transfer order that has multiple lines should be created.

Is there a setting that will result to a single transfer order?  Or, is this by design?

*This post is locked for comments

  • Neville Foyn Profile Picture
    Neville Foyn 4,320 on at
    RE: Transfer Orders, planning worksheet, carry out action message creates on Transfer Order per item

    Happy to help, let me know if your guys run into any trouble implementing it

  • John Bellinger Profile Picture
    John Bellinger 834 on at
    RE: Transfer Orders, planning worksheet, carry out action message creates on Transfer Order per item

    Thanks!

  • Verified answer
    Neville Foyn Profile Picture
    Neville Foyn 4,320 on at
    RE: Transfer Orders, planning worksheet, carry out action message creates on Transfer Order per item

    Sure,

    In Codeunit:

    99000813 - Carry Out Action

    Function:

    InsertTransLine(ReqLine : Record "Requisition Line";VAR TransHeader : Record "Transfer Header")

    Add the following right to the beginning of the function:

    //EBS:NJF - Consolidate Documents per day

    TransLineRec.SETRANGE("Shipment Date",ReqLine."Transfer Shipment Date");

    TransLineRec.SETRANGE("Transfer-from Code",ReqLine."Transfer-from Code");

    TransLineRec.SETRANGE("Transfer-to Code",ReqLine."Location Code");

    IF TransLineRec.FINDSET(FALSE,FALSE) THEN

     TransHeader.GET(TransLineRec."Document No.");

    //EBS:NJF - Consolidate Documents per day

    No warranty on the code but shout if you have any questions and i would be happy to help,

    Cheers

    Nev

  • John Bellinger Profile Picture
    John Bellinger 834 on at
    RE: Transfer Orders, planning worksheet, carry out action message creates on Transfer Order per item

    Nev,

    Thanks for the reply.  Would you be willing to share your customization?    

  • Suggested answer
    Neville Foyn Profile Picture
    Neville Foyn 4,320 on at
    RE: Transfer Orders, planning worksheet, carry out action message creates on Transfer Order per item

    Hi

    This is by design, we found the same thing when creating transfers from full manufacturing, it required a customization to our clients system to have them consolidate by day,

    Cheers

    Nev

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans