Add xGen page
This commit is contained in:
31
pages/xGen/queries/xgen_pairs/metadata.json
Normal file
31
pages/xGen/queries/xgen_pairs/metadata.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"gitSyncId": "e3b197954c324fb2bd7ad792_16d5e630-a22a-422e-99f7-52c7cc28c5ea",
|
||||
"id": "xGen_xgen_pairs",
|
||||
"pluginId": "postgres-plugin",
|
||||
"pluginType": "DB",
|
||||
"unpublishedAction": {
|
||||
"actionConfiguration": {
|
||||
"body": "SELECT TITEM1.item_number AS item1, \n TITEM1.item_descrip1 AS item1_descrip,\n TITEM2.item_number AS item2, \n TITEM2.item_descrip1 AS item2_descrip,\n TITEM2.item_descrip2 AS item2_spec\nFROM mpe.hwcompatibilitypairs \nJOIN item AS TITEM1 ON hwcompatibilitypairs_item1_id = TITEM1.item_id \nJOIN item AS TITEM2 ON hwcompatibilitypairs_item2_id = TITEM2.item_id\n",
|
||||
"encodeParamsToggle": true,
|
||||
"paginationType": "NONE",
|
||||
"pluginSpecifiedTemplates": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"timeoutInMillisecond": 10000
|
||||
},
|
||||
"confirmBeforeExecute": false,
|
||||
"datasource": {
|
||||
"id": "xTuple_Sandbox",
|
||||
"isAutoGenerated": false,
|
||||
"name": "xTuple_Sandbox",
|
||||
"pluginId": "postgres-plugin"
|
||||
},
|
||||
"dynamicBindingPathList": [],
|
||||
"name": "xgen_pairs",
|
||||
"pageId": "xGen",
|
||||
"runBehaviour": "AUTOMATIC",
|
||||
"userSetOnLoad": false
|
||||
}
|
||||
}
|
||||
8
pages/xGen/queries/xgen_pairs/xgen_pairs.txt
Normal file
8
pages/xGen/queries/xgen_pairs/xgen_pairs.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
SELECT TITEM1.item_number AS item1,
|
||||
TITEM1.item_descrip1 AS item1_descrip,
|
||||
TITEM2.item_number AS item2,
|
||||
TITEM2.item_descrip1 AS item2_descrip,
|
||||
TITEM2.item_descrip2 AS item2_spec
|
||||
FROM mpe.hwcompatibilitypairs
|
||||
JOIN item AS TITEM1 ON hwcompatibilitypairs_item1_id = TITEM1.item_id
|
||||
JOIN item AS TITEM2 ON hwcompatibilitypairs_item2_id = TITEM2.item_id
|
||||
Reference in New Issue
Block a user