Commit 8d394c32 authored by sghate's avatar sghate

Shital: updated sql on 31/10/2019

w_sun_geobi_access_v1.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210748 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3e4e6ab3
......@@ -19,12 +19,11 @@ Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGH
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('GEO_LOC','W_SUN_GEOBI_ACCESS','SELECT DISTINCT GEO_LOC AS GEO_LOC FROM SITE WHERE GEO_LOC LIKE ''%?%'' ORDER BY GEO_LOC',null,'GEO LOCATION',null,null,to_date('15-05-18','DD-MM-RR'),'VAIBHAV ','VAIBHAV ','0',null,':geo_loc',1,null,null,null,null,null,null,'0',null,null,null,null,null,null,null,null,null,null,null,null,null);
------4) Export2XLS, Audit Trail NOT Working on View Mode.
update obj_actions set DISPLAY_MODE=0 where OBJ_NAME='sun_geobi_access' and TITLE in ('Add','Edit');--View on HOMESCREEN,ADD,EDIT,VIEW MODE
update obj_actions set DISPLAY_MODE=0 where OBJ_NAME='sun_geobi_access' and TITLE in ('Add');--View on HOMESCREEN,ADD,VIEW MODE
update obj_actions set DISPLAY_MODE=1 where OBJ_NAME='sun_geobi_access' and TITLE in ('Copy Transaction','Export2XLS','Audit Trail');----View on HOMESCREEN Only.
---5) Images Not showing for action
update OBJ_ACTIONS set image='ibase/resource/objaction/add.svg' where OBJ_NAME='sun_geobi_access' and TITLE='Add';
update OBJ_ACTIONS set image='ibase/resource/objaction/edit.svg' where OBJ_NAME='sun_geobi_access' and TITLE='Edit';
update OBJ_ACTIONS set image='ibase/resource/objaction/copyTransaction.svg' where OBJ_NAME='sun_geobi_access' and TITLE='Copy Transaction';
update OBJ_ACTIONS set image='ibase/resource/objaction/exprtExl.svg' where OBJ_NAME='sun_geobi_access' and TITLE='Export2XLS';
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OBJ_NAME='sun_geobi_access' and TITLE='Audit Trail';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment