Commit 5f1a6db6 authored by sghate's avatar sghate

updated sql

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205919 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 015d25d0
......@@ -89,6 +89,7 @@ Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('site
--------------------------------------------------Added by Shital on 21/8/2019 Start------
delete from obj_actions where OBJ_NAME='site_env' and LINE_NO in (3,8,40);
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "><b>Site Code :</b> {site_descr} ({site_code}) , <b>Level Code :</b> {level_code} <br/>
......@@ -100,6 +101,16 @@ Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('site
update transetup set site_acc_col = null where tran_window='w_site_env';
--------------------------------------------------Added by Shital on 21/8/2019 End------
--------------------------------------------------Added by Shital on 24/8/2019 Start------
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OBJ_NAME='site_env' and LINE_NO=21;
delete from obj_actions where line_no='22' and obj_name='site_env';
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERACTIVE,RIGHTS_CHAR,TITLE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,ACTION_ARG,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA,IN_PROC_INTRUPT,ESTIMATED_TIME,ACTION_GROUP,DISPLAY_OPT,DISPLAY_MODE,SHOW_CONFIRM,REC_SPECIFIC)
values ('site_env',22,'ibase/resource/objaction/exprtExl.svg','Export To Excel','a','a','B','Export2XLS','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,1);
--------------------------------------------------Added by Shital on 24/8/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