-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREC_MISSING_PROMPT_REC.json
31 lines (31 loc) · 1.09 KB
/
REC_MISSING_PROMPT_REC.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"id" : "REC_MISSING_PROMPT_REC",
"category" : "MISSING_DB",
"element" : "RECORD",
"status" : "A",
"description" : "Records with missing prompt tables in the database",
"level" : "4",
"sql" : "SELECT \n B.RECNAME, \n B.EDITTABLE, \n B.FIELDNAME\nFROM \n PSPROJECTITEM A, \n PSRECFIELD B\nWHERE \n A.OBJECTTYPE = 0 \n AND A.OBJECTVALUE1 = B.RECNAME \n AND A.PROJECTNAME = : 1 \n AND B.EDITTABLE <> ' ' \n AND B.EDITTABLE NOT LIKE '%EDITTABLE%' \n AND B.LASTUPDOPRID <> 'PPLSOFT' \n AND NOT EXISTS(\n SELECT \n 'X' \n FROM \n PSRECDEFN C\n WHERE C.RECNAME = B.EDITTABLE \n )",
"notes" : "",
"languages" : [
],
"fields" : [
{
"sequenceNumber" : 1,
"fieldName" : "RECNAME",
"alias" : "MISSING_PROMPT"
},
{
"sequenceNumber" : 2,
"fieldName" : "EDITTABLE",
"alias" : "EDITTABLE"
},
{
"sequenceNumber" : 3,
"fieldName" : "FIELDNAME",
"alias" : "FIELDNAME"
}
],
"prompts" : [
]
}