Commit 95a44b0b authored by sghate's avatar sghate

Shital: Updated SQL

w_work_location.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209022 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 04493c63
...@@ -112,7 +112,13 @@ update obj_forms set disp_metadata= ...@@ -112,7 +112,13 @@ update obj_forms set disp_metadata=
</html>' where win_name='w_work_location'; </html>' where win_name='w_work_location';
-------------------------------------------- Shital [9/09/19] -------------------[End] -------------------------------------------- Shital [9/09/19] -------------------[End]
-------------------------------------------- Shital [07/10/19] -------------------[START]
update TRANSETUP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'work_loc_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_work_location';
update OBJ_FORMS set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'work_loc_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_work_location';
update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'work_loc_code', THUMB_OBJ = 'EmpImages' where MOD_NAME = 'W_WORK_LOCATION';
update POPHELP set AUTO_FILL_LEN = 3, AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where MOD_NAME = 'W_WORK_LOCATION';
update TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_work_location';
-------------------------------------------- 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