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

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Copy Customer Account from one LE to Another

(2) ShareShare
ReportReport
Posted on by 49
Hello,
 
We have just brought on another legal entity and we want to be able to copy new customer accounts from LE to the new LE as they are created. 
 
We use dual write, so we can not use cross company data sharing. We did turn off dual write and we did an initial push from one LE to the other using CCDS. 
We are using the Data Management copy once per week, but because it takes over 7 hours to run we can not run it more often.
 
What we'd like to do is insert or update the customer account at the time it is created or updated in the primary LE. 
I have been looking at an extension class on the CustTable, but it does not seem that we can update the dataareaid through code.
 
Does anyone have any input on how this might be able to accomplished?
 
Thank you.
 
 
 
 
Categories:
I have the same question (0)
  • Layan Jwei Profile Picture
    8,165 Super User 2026 Season 1 on at
    Hi,

    what do you mean you can't update dataAreaId through code? can you share with us what you tried?

    i think you should use buf2buf(source, target) with changeCompany() then insert
  • Elonna Profile Picture
    49 on at
    I was trying to create an on_inserted event:
     
    public static void CustTable_onInserted(Common sender, DataEventArgs e)
    {
        CustTable ct = sender as CustTable;
        ct.DataAreaId = 'NewDataAreaID';
        ct.insert();
    }
    And it tells me that DataAreaID is read only and can not be updated. 
  • Layan Jwei Profile Picture
    8,165 Super User 2026 Season 1 on at
    Ok did u try my suggestion?
  • Elonna Profile Picture
    49 on at
    I am trying to figure out how to use the changecompany and buf2Buf. I will let you know if I get it to work.
     
    Thank you.
  • Elonna Profile Picture
    49 on at
    It seems like this should work, but am getting a duplicate record error. It's like the commit on the original account isn't happening until after the oninserted event happens so the company is the same for both. Yet neither record is actually being inserted.
     
  • Layan Jwei Profile Picture
    8,165 Super User 2026 Season 1 on at
    Hi,

    can you show us the code and the error?


    maybe it will not work with buf2buf, instead u will need to use change company then fill the fields one by one
  • Elonna Profile Picture
    49 on at

    When I debug, it shows the dataareaid set to the new company code, get two duplicate record error messages, well it says the record already exists, but it doesn't. 
     
    I thought the onInserted event happened after the initial insert of the record but that record is not in CustTable either.
     
    Thank you for your input.
     
    public static void CustTable_onInserted(Common sender, DataEventArgs e)
    {
        CustTable ct = sender as CustTable;
        CustTable                CustTableTarget;
    
        changecompany('NewCompanyID')
        {
    
            CustTableTarget = null;
    
            ttsbegin;
            buf2Buf(ct,CustTableTarget);
            CustTableTarget.insert();
            ttscommit;
        }
    
        changecompany('OriginalCompanyID'){}
    
    }
     
     
     
  • Elonna Profile Picture
    49 on at
    Sorry, forgot error message, but this account does not exist already:

  • Suggested answer
    BillurSamdancioglu Profile Picture
    20,430 Most Valuable Professional on at
    Are you sure tht thıs doesn't exıst? Dıd you control form the form or the table? Please check from the table level.
  • Verified answer
    Elonna Profile Picture
    49 on at
     
    I appreciate your response, but I do not understand what you mean.
    I'm sorry.

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... 592 Super User 2026 Season 1

#2
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 311

#3
Diego Mancassola Profile Picture

Diego Mancassola 269

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans