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 :
Microsoft Dynamics AX (Archived)

crossCompany from update_recordset

(0) ShareShare
ReportReport
Posted on by

Hi

How can i use crossCompany from update_recordset? I want to update my temptable record with custTrans table
My temptable, I already inserted records using crosscompany.

Relation
MyTempTabel.voucher == custTrans.voucher

I nead to update MyTempTabel.invoiceid=custTrans.Invoice

both tables I need to get all crosscompany records. I used the following script but I am getting blank 


ttsBegin;
while select crossCompany custTrans

{
changecompany(custTrans.dataAreaId)
{
TmpTaxTransactionRDP = null;

select forUpdate TmpTaxTransactionRDP
where TmpTaxTransactionRDP.voucher == custTrans.Voucher;
if (TmpTaxTransactionRDP)
{
TmpTaxTransactionRDP.SourceInvoiceNo=custTrans.Invoice;

TmpTaxTransactionRDP.update();
}
}
}
ttsCommit;

Thanks & Regards

Avinash Moosa

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Mea_ Profile Picture
    60,284 on at

    Hi Avinash Moosa ,

    If TmpTaxTransactionRDP has "savedatapercompany" property = "No"  then you can use next script:

    ttsBegin;

    while select crossCompany custTrans

    {

       select forUpdate TmpTaxTransactionRDP

           where TmpTaxTransactionRDP.voucher == custTrans.Voucher;

       if (TmpTaxTransactionRDP)

       {

           TmpTaxTransactionRDP.SourceInvoiceNo=custTrans.Invoice;

            TmpTaxTransactionRDP.update();

        }

    }

    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

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 > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans