Commit 8958fe67 authored by sghate's avatar sghate

Shital: Updated sql

w_rep_specific_ad.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209035 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 66671258
...@@ -89,6 +89,22 @@ Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('rep_ ...@@ -89,6 +89,22 @@ Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('rep_
update itm2menu set icon_path='rep_specific_ad.png' , close_icon = 'rep_specific_adwht.png' where win_name='w_rep_specific_ad'; update itm2menu set icon_path='rep_specific_ad.png' , close_icon = 'rep_specific_adwht.png' where win_name='w_rep_specific_ad';
---------------------------------------- SARITA on 30/08/2019 [END] ---------------------------------------- SARITA on 30/08/2019 [END]
---------------------------------------- Shital on 07/10/2019 [Start]---------
update TRANSETUP set THUMB_ALT_COL = 'ad_code', THUMB_IMAGE_COL= 'report_id', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_rep_specific_ad';
update OBJ_FORMS set THUMB_ALT_COL = 'ad_code', THUMB_IMAGE_COL= 'report_id', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_rep_specific_ad';
update POPHELP set THUMB_ALT_COL = 'ad_code', THUMB_IMAGE_COL= 'report_id', THUMB_OBJ = 'EmpImages' where MOD_NAME = 'W_REP_SPECIFIC_AD';
update POPHELP set AUTO_FILL_LEN = 3, AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where MOD_NAME = 'W_REP_SPECIFIC_AD';
update TRANSETUP set PERIOD_OPTION = 'M' where TRAN_WINDOW = 'w_rep_specific_ad';
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "><b>Report Id : ({report_id}) </b>, Ad Code : <b>({ad_code})</b>
</span>
<br> <span style="float:right;"> <b> {chg_date} </b></span>
</html>' where win_name='w_rep_specific_ad';
---------------------------------------- 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