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

Notifications

Announcements

No record found.

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

Responsible AI policies

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

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
Martin Dráb Profile Picture

Martin Dráb 660 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 512 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 291 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans