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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
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;
I have the same question (0)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 510 Super User 2026 Season 1

#2
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 399

#3
Adis Profile Picture

Adis 251 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans