add distribution details to the RA_INTERFACE_... tables before autoinvoice process for OM transact
I try to force the autoinvoice process to use the accounting details i added into the "RA_INTERFACE_DISTRIBUTIONS_ALL " for transactions created by the OM import.
Basically saying: Create a sales order ; book the sales order ; --> this only create a line in "
RA_INTERFACE_LINES_ALL" ; insert a row into "RA_INTERFACE_DISTRIBUTIONS_ALL " via sql ; run the autoinvoice program. !! The autoinvoice process doesn't look my distribution at "RA_INTERFACE_DISTRIBUTIONS_ALL ".
How can this be done? can we customize the autoaccounting process ( don't want to use SLA functionality ) ?
Thanks in advance for your feeback.