Difference between revisions of "ManPageP SequenceCheck"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
Line 6: Line 6:
 
under the [[#Contributions|Contributions]] Section
 
under the [[#Contributions|Contributions]] Section
  
<!-- Note to editors: NOT MODIFY THIS CODE -->
+
<!-- Note to editors: DON'T MODIFY THIS CODE -->
{{:ManPageP_SequenceCheck_olh}}
+
{{:Adempiere{{CURRENTMANUALVERSION}}/en/ManPageP_SequenceCheck_olh}}
<!-- END Note to editors: NOT MODIFY THIS CODE -->
+
<!-- END Note to editors: DON'T MODIFY THIS CODE -->
 
=Contributions=
 
=Contributions=
  
Line 19: Line 19:
 
3. Check the existence of document numbering of client documents (column name is "DocumentNo" or "Value") and update AD_Sequence (''checkClientSequences'').
 
3. Check the existence of document numbering of client documents (column name is "DocumentNo" or "Value") and update AD_Sequence (''checkClientSequences'').
  
[[Category:Manual|S]]
+
 
 +
[[Category:Manual|P S]]

Revision as of 16:26, 14 December 2006

Return to Index

Enjoy it, and help to fill it! But please, always respecting copyright.

Please write your contributions under the Contributions Section



Process: Sequence Check

Description : Check System and Document Sequences

Help : Check that System and Document sequences are correct. Run this process, if you get Duplicate Key error messages.

Class Name: org.compiere.process.SequenceCheck

ManPageP SequenceCheck.png

Contributions

The process performs the task in three steps.

1. Check the correspondence between active tables and the ID sequencing information in AD_Sequence and update AD_Sequence (checkTableSequences).

2. Check the range of the ID sequencing information and update AD_Sequence correspondingly (checkTableID).

3. Check the existence of document numbering of client documents (column name is "DocumentNo" or "Value") and update AD_Sequence (checkClientSequences).