Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

create salesline through x++

(0) ShareShare
ReportReport
Posted on by 6

Hi Team,

I have a sales order in invoiced status. It is having already 4 lines.

*** Customer asked me to insert more 3 lines. I wrote below code

static void Job18(Args _args)
{
    SalesLine salesLine;
    ;
    salesLine.clear();
    salesLine.SalesId = "SO-00033417";
    salesLine.ItemId = "72202616";
    salesLine.createLine(NoYes::Yes, // Validate
    NoYes::Yes,       // initFromSalesTable
    NoYes::Yes,       // initFromInventTable
    NoYes::Yes,       // calcInventQty
    NoYes::Yes,       // searchMarkup
    NoYes::Yes);      // searchPrice
}

I saw, the existing item has LOT ID. Can you please let me know how i will insert lot ids for new 3 lines ?

is above code is ok? If I missed anything please let me know.

  • ergun sahin Profile Picture
    8,816 Moderator on at
    RE: create salesline through x++

    Set qty/amount values

  • @rp@n Profile Picture
    6 on at
    RE: create salesline through x++

    Thanks Ergun,

    What about the Lot I'd?

    I need this because I need to update SALESID and LotId in some other form for reference after successfully done sakeline

  • Suggested answer
    ergun sahin Profile Picture
    8,816 Moderator on at
    RE: create salesline through x++

    You need to fill InvenDim with correct values and set in salesLine.

    There are many examples of this on the Internet. I have shared the two below, but the important thing for you is to set the correct values and get the correct InventDimId with InventDim::findOrCreate().

    community.dynamics.com/.../proper-way-of-adding-salesline-using-x

    community.dynamics.com/.../create-sales-order-using-x

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,998 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,850 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans