Table of Contents



pears.CustomWPFields

Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.

Description

Contains definitions of additional merge fields for Word.

Columns

Column Type Null Default Comment
FieldCategory char(3) NULL app, com, vac, prg, plc, con
FieldName char(30) NULL No spaces or punctuation
FieldDescription char(50) NOT NULL
FieldSelect long varchar NOT NULL

go

COMMENT ON TABLE “pears”.“CustomWPFields” IS

'Contains definitions of additional merge fields for Word.'

go

CREATE UNIQUE INDEX “CustomWPFields_CategoryName” ON “pears”.“CustomWPFields”

  ( "FieldCategory","FieldName" )

go </code>