/
Importing sales orders via XML for child accounts is not updating the parent debtor record
Importing sales orders via XML for child accounts is not updating the parent debtor record
Problem
Importing XML sales orders for child accounts is not updated into the parent account when the sales order is processed. This applies to version 7.00.175 and earlier.
Solution
SQL skills are required
Basic SQL skills are required to complete this task.
This script updates the records in the DB_Trans table linking the child / branch transactions to the parent / office account
UPDATE DB_Trans SET DebtorID = (SELECT ParentDebtorID FROM DB_Main WHERE DB_Main.DebtorID = DB_Trans.DebtorID)
Related articles
, multiple selections available,
Related content
Archiving sales orders errors
Archiving sales orders errors
More like this
Deleting back orders on a warehouse transfer outwards form
Deleting back orders on a warehouse transfer outwards form
More like this
Does taking a parent / head office account off 'On Hold' take the child / branch office accounts off 'On Hold'
Does taking a parent / head office account off 'On Hold' take the child / branch office accounts off 'On Hold'
More like this
BookIn Activation can sometimes result in an error - "Add failed. Duplicate key value supplied"
BookIn Activation can sometimes result in an error - "Add failed. Duplicate key value supplied"
More like this
Display a running balance column in General Ledger Maintenance Transactions grid
Display a running balance column in General Ledger Maintenance Transactions grid
More like this
SOINF082 - Sales Listing Report
SOINF082 - Sales Listing Report
More like this