Commit 66671258 authored by sghate's avatar sghate

Shital: updated sql on 07-10-2019

w_sun_geobi_access.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209034 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a8b2d5d7
...@@ -116,7 +116,14 @@ update obj_forms set disp_metadata= ...@@ -116,7 +116,14 @@ update obj_forms set disp_metadata=
-------------------------------------------- Shital [16/09/19] -------------------[End] -------------------------------------------- Shital [16/09/19] -------------------[End]
-------------------------------------------- Shital [07/10/19] -------------------[Start]
update TRANSETUP set THUMB_ALT_COL = 'username', THUMB_IMAGE_COL= 'user_id', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_sun_geobi_access';
update OBJ_FORMS set THUMB_ALT_COL = 'username', THUMB_IMAGE_COL= 'user_id', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_sun_geobi_access';
update POPHELP set THUMB_ALT_COL = 'username', THUMB_IMAGE_COL= 'user_id', THUMB_OBJ = 'EmpImages' where MOD_NAME = 'W_SUN_GEOBI_ACCESS';
update POPHELP set AUTO_FILL_LEN = 3, AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where MOD_NAME = 'W_SUN_GEOBI_ACCESS';
update TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_sun_geobi_access';
-------------------------------------------- Shital [07/10/19] -------------------[End]
......
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