Programmer:Item Opening Maintenance v2: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 21:
#*BatchNo
#:If there is any occasion when '''Seq''' is repeated for the same ItemCode, UOM, Location and BatchNo, below error message is thrown:
#:'''Sequence for Item 'FG00001', UOM 'UNIT', Location 'HQ', BatchNo ' ' is not correct'''.
 
==References of AutoCount Accounting version 2.0==
Line 190:
==Delete Item Opening entry==
When existing item opening entry has to be deleted before adding / update to Item Opening.<br/>
Checking the existing record can avoid the error of '''"Sequence for Item 'FG00001', UOM 'UNIT', Location 'HQ', BatchNo ' ' is not correct."'''<br/>
Highlighted shows the function to get the list of keys and deletion of existing keys.
<syntaxhighlight lang="csharp" highlight="22,23">