Inter Company Transactions

ebrahmaebrahma Member Posts: 36
edited 2004-03-27 in Navision Attain
If i create a intercompany transaction for a company in the same database i want to create a entry in the books of the other company also automatically.

Is is possible.

Comments

  • wonmowonmo Member Posts: 139
    Write some code on the OnInsert() trigger of the table, use TRANSFERFIELDS to a temporary table variable of the same type and then CHANGECOMPANY AND TRANSFERFIELDS from the temporary table to the target table. This is probably the fastest way to do this.
  • Peter_WillemsePeter_Willemse Member Posts: 8
    or upgrade to 4.0 in a couple of months, and use the standard intercompany funcitonality...
Sign In or Register to comment.