Commit 6508a48f authored by sghate's avatar sghate

shital: updated sql

w_site_env.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209038 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8958fe67
......@@ -172,6 +172,21 @@ Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) v
--------------------------------------------Added by Shital on 19/09/2019 End-------------
--------------------------------------------Added by Shital on 07/10/2019 Start-------------
update TRANSETUP set THUMB_ALT_COL = 'site_descr', THUMB_IMAGE_COL= 'site_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_site_env';
update OBJ_FORMS set THUMB_ALT_COL = 'site_descr', THUMB_IMAGE_COL= 'site_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_site_env';
update POPHELP set THUMB_ALT_COL = 'site_descr', THUMB_IMAGE_COL= 'site_code', THUMB_OBJ = 'EmpImages' where MOD_NAME = 'W_SITE_ENV';
update POPHELP set AUTO_FILL_LEN = 3, AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where MOD_NAME = 'W_SITE_ENV';
update TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_site_env';
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; ">Site Code :<b> {site_descr} ({site_code})</b> , Level Code :<b> {level_code}</b> <br/>
Par. Name :<b> {par_name} </b>, Par. Value :<b>{par_value} </b>, Effective Date :<b>{eff_date} </b> , Upto Date :<b> {upto_date}</b>
</span>
</html>' where win_name='w_site_env';
--------------------------------------------Added by Shital on 07/10/2019 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