web
You’re offline. This is a read only version of the page.
close
Skip to main content
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 22
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)
  • Waed Ayyad Profile Picture
    8,893 Super User 2025 Season 2 on at
    Copy Customer Account from one LE to Another

    Hi, 

    Is your issue resolved? If yes, mark the answers that helped you as verified. 

    Thanks,

    Waed Ayyad

  • Verified answer
    ET-29012149-0 Profile Picture
    22 on at
    Copy Customer Account from one LE to Another
     
    I appreciate your response, but I do not understand what you mean.
    I'm sorry.
  • Suggested answer
    BillurSamdancioglu Profile Picture
    18,630 Most Valuable Professional on at
    Copy Customer Account from one LE to Another
    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.
  • ET-29012149-0 Profile Picture
    22 on at
    Copy Customer Account from one LE to Another
    Sorry, forgot error message, but this account does not exist already:

  • ET-29012149-0 Profile Picture
    22 on at
    Copy Customer Account from one LE to Another

    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'){}
    
    }
     
     
     
  • Layan Jwei Profile Picture
    8,023 Super User 2025 Season 2 on at
    Copy Customer Account from one LE to Another
    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
  • ET-29012149-0 Profile Picture
    22 on at
    Copy Customer Account from one LE to Another
    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.
     
  • ET-29012149-0 Profile Picture
    22 on at
    Copy Customer Account from one LE to Another
    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.
  • Layan Jwei Profile Picture
    8,023 Super User 2025 Season 2 on at
    Copy Customer Account from one LE to Another
    Ok did u try my suggestion?
  • ET-29012149-0 Profile Picture
    22 on at
    Copy Customer Account from one LE to Another
    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. 

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…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

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

#1
Sohaib Cheema Profile Picture

Sohaib Cheema 886 User Group Leader

#2
André Arnaud de Calavon Profile Picture

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

#3
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 697

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans