Saturday 13 October 2018

Account number for transaction type Sales order issue does not exist Error while Posting Statement and Calculation

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.


select * from INVENTTABLE where itemid not in (
select ITEMID from InventItemGroupItem where ITEMDATAAREAID=1001 )
and DATAAREAID=1001

No comments:

Post a Comment