Error :- Account number for transaction type Sales order issue does not exist Error came when you are posting or calculation statement in retail
Reason : Item Group Missing into the item master.
Solution:- Update the item master with appropriate item group,for checking item group missing run below query into the HQ database.
Reason : Item Group Missing into the item master.
Solution:- Update the item master with appropriate item group,for checking item group missing run below query into the HQ database.
select *
from INVENTTABLE where itemid not in (
select
ITEMID from InventItemGroupItem where ITEMDATAAREAID=1001 )
and
DATAAREAID=1001
No comments:
Post a Comment