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.
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.
Comments