web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

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

(0) ShareShare
ReportReport
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

I have the same question (0)
  • Neville Foyn Profile Picture
    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
    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
    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
    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
    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Mansi Soni – Community Spotlight

We are honored to recognize Mansi Soni as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics NAV (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans