JCM Table: dbo.LT ProcessStatus

From Sherlock Software
Revision as of 15:04, 3 January 2022 by Sherlock (talk | contribs) (Created page with "===TABLE NAME: dbo.LT_ProcessStatus=== (Not in use) {| class="wikitable" |- ! Col ID !! Name !! Data Type !! Description |- | 1 || ProcessStatusID || tinyint || Process status...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TABLE NAME: dbo.LT_ProcessStatus

(Not in use)

Col ID Name Data Type Description
1 ProcessStatusID tinyint Process status ID
2 Desc nvarchar(50) Description


Table Values:

ProcessStatusID Desc
0 Unprocessed
1 Parsed succeed
2 Failure



Back to JCM Database tables