Importing data in another company being in one company

navimbsnavimbs Member Posts: 137
There are A to F companies in my database.
I am logged in A company. I have a dataport to extract data from a 3rd party application. Being in company A i want to pull data for company C and push it to company C.

How can i do so?


Thanks in advance,

Comments

  • suvidhasuvidha Member Posts: 117
    Hi, The same dataport will be in Company C also so just go there n import the required data.
  • NagiNagi Member Posts: 151
    You can also see the CHANGECOMPANY function in the C/SIDE reference guide.
  • kinekine Member Posts: 12,562
    Nagi wrote:
    You can also see the CHANGECOMPANY function in the C/SIDE reference guide.

    But be careful! It will not work with the business logic of the Company C and if you do not know what you are doing, you can screw data...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • SavatageSavatage Member Posts: 7,142
    you can look at this - perhaps you can use it or modify it to fit your needs
    http://www.mibuso.com/dlinfo.asp?FileID=751
    Allows to transfer the data from one to other company inside or outside of a database. The user can choose tables and the companies for transfer of the data. The difference in structure of tables will be fixed in the log file. At export /import of the data it is desirable to use a computer with high Data Transfer Rate.
Sign In or Register to comment.