Skip to main content

Notifications

Announcements

No record found.

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

Transfer purchase requisition lines from old purchase requistion to new one.

(0) ShareShare
ReportReport
Posted on by
Hi 
I am trying to insert all purchase requisition lines of my older purchase requisition  to a new purchase requisition i have written the code which is below but i am getting logical error my product category field and purch price fields are not getting populated it remains empty in the new Purch requisition but it is populated in the older one..
 
 
 select * from purchReqLine 
    where purchReqLine.purchreqtable == purchReqTable.RecId  // older purchreqID
{
    //Purchase requisition lines
   purchReqLineNew.initValue();
   purchReqLineNew.initFromPurchReqTable(purchReqTableNew);
    purchReqLineNew.ItemId              = purchReqLine.ItemId; //Replace ItemId according to your system's data
    purchReqLineNew.BuyingLegalEntity   = purchReqLine.BuyingLegalEntity;
    purchReqLineNew.SequenceNumber      = purchReqLine.SequenceNumber;
    purchReqLineNew.InventDimIdDataArea = purchReqLine.InventDimIdDataArea;
    purchReqLineNew.PurchQty            = purchReqLine.PurchQty;
    purchReqLineNew.Requisitioner       = purchReqLine.Requisitioner ;
    purchReqLineNew.BuyingLegalEntity   = purchReqLine.BuyingLegalEntity;
    purchReqLineNew.ProcurementCategory = purchReqLine.ProcurementCategory;      
    purchReqLineNew.InventDimIdDataArea = purchReqLine.InventDimIdDataArea;
    purchReqLineNew.InventDimId         = purchReqLine.InventDimId ;
    purchReqLineNew.PurchUnitOfMeasure  = purchReqLine.PurchUnitOfMeasure ;
    purchReqLineNew.LineAmount          = purchReqLine.LineAmount;
    purchReqLineNew.CurrencyCode        = purchReqLine.CurrencyCode;
    purchReqLineNew.CurrentStep         = purchReqLine.CurrentStep ;
    purchReqLineNew.VendAccount         = purchReqLine.VendAccount;
    purchReqLineNew.PurchReqTable       = purchReqTableNew.RecId;
    purchReqLineNew.modifiedField(fieldNum(purchReqLine,ItemId));
    purchReqLineNew.insert();
   }
ttscommit;

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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey Pt 2

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,540 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans