CloudNine LAW: Is there a way to perform Document_Page level numbering in LAW?

How to assign a document/page level number in LAW

How to combine document/page level numbering resetting the starting page number to one for each new document.

This two-step numbering process requires the Document number field to be populated first. Once Document Numbering is complete, Page Numbering will take place.

Printable PDF

Getting Started

  1. Create a new “DocID” field to number at the document level uniquely.
    • Index - Modify Fields - Add Fields
      • Enter a Name (i.e. ProdDocID)
      • Table: Document-Level
      • Type: Text
      • Click OK to create the field, then No to the Add Another Field window.
      • Close the Modify Fields dialog.
    • Isolate the documents to be numbered, returning results to the Standalone Grid View.
    • Use Sort or Advance Sort to ensure documents are sorted in the order they should be numbered.
    • Documents must be imaged for page-level numbering.

Step 1: Document Numbering 

There are two ways to number at a Document Level, Batch Process or Batch Update. Either method can be used; however, the Batch Update method is faster. 

  1. In the Standalone grid view, click the Batch Update icon LAWBatchUpdate .
  2. The Batch Update window opens. Here you will:
    1. Select the Field (should be a text field type).
    2. Enter a starting Value, alpha/numeric is supported. IE Prod_0000001.
    3. Enable Auto-increment selected text/memo fields.
    4. Click OK.
      BatchUpdate
  3. When complete, a Batch Update Complete Message appears. Click OK

Verify results. The values in the field should be unique, incrementing by 1 for each record. Note: You may need to refresh the grid view. 

💡 When numbering at a document level consider using the Batch Update feature for faster numbering. 

Step 2: Page Numbering

Document numbering is complete, you can now proceed with page numbering. You should still be in the standalone grid view. If you are not, isolate your data set and return to the standalone grid view. 

  1. Select Tools-Batch Process or click the Batch Process icon.
  2. Click Document Numbering.
    BatchUpdateDocNumber
  3. Click Page.
  4.  Select <Page ID> for Target.
  5. Enter &[DocIDField]-&[00000] for Starting#
  6. Click Begin to start numbering.
  7. Once numbering completes, click OK.

Document/Page level Formula

&[DocIDField] &[00000]

  • Supports separator characters, -(dash), _(underscore), .(period).
  • Page ID is zero-padded up to the number of zeros inputted.

Verify Results

Verify the results by checking the BegDoc#, EndDoc#, and Page ID fields. Notice how the BegDoc# starts at 1 for each new document.

Note: Use the “Return all Page IDs with query results” option in the query builder to review Page IDs.

PageLevelGridView

Printable PDF Version