Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Unanswered

charges is not add to the total charges in order totals

(1) ShareShare
ReportReport
Posted on by 5
Hi,
 
select firstonly localsalesTable where localsalesTable.SalesId == salesId;
{
    select firstonly forupdate markUpTrans
           where markUpTrans.TransTableId == localSalesTable.TableId &&
                 markUpTrans.TransRecId   == localSalesTable.RecId   &&
                 markUpTrans.MarkupCode   == 'FRIEGHT';
    if(markupTrans)
    {
    
        markUpTrans.Value  = localSalesTable.DESShippingAmount;
        markupTrans.update();
    }
    else if(IsNew)
    {
        select firstonly localMarkUpTrans
                   where localMarkUpTrans.TransTableId == localSalesTable.TableId &&
                         localMarkUpTrans.TransRecId   == localSalesTable.RecId   &&
                         localMarkUpTrans.MarkupCode   == 'FRIEGHT';
        {
            markUpTrans.LineNum = localMarkupTrans.LineNum + 1;
        }
        localMarkupTrans.initFromSalesTable(localSalesTable);
        localMarkupTrans.initFromMarkupTable(markupTable);
        localMarkupTrans.MarkupCode = "FRIEGHT";
        localMarkupTrans.Txt = "Freight";
        localMarkupTrans.Value = localsalesTable.DESShippingAmount;
        markupValue = localMarkupTrans.Value;

        localMarkupTrans.insert();
 
I have requirement to add shipping amount to total charges in order totals. the above code(highlighted) is added to the markup trans. but shipping amount is not refleted in the total charges. kindly help me for above requirement
 

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

News and Announcements

Announcing Category Subscriptions!

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 Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,370 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans