Commit 1931259a authored by sghate's avatar sghate

Updated sql w_designation_v1.sql on 27/12/2019


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214181 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 94f3e27b
------------------------------------------------------------------Shital [27/12/2019] ---------------------------------Start
--1. Pophelp is not required for the Designation code & Description field
DELETE FROM pophelp where FIELD_NAME='DESIGN_CODE' and MOD_NAME='W_DESIGNATION';
DELETE FROM pophelp where FIELD_NAME='DESIGNATION' and MOD_NAME='W_DESIGNATION';
--2. Delete, Audit trail & Export to excel actions are missing in View mode
update obj_actions set DISPLAY_MODE=2 where OBJ_NAME='designation' and LINE_NO in ('1','2');--View on HOMESCREEN,VIEW MODE
update obj_actions set image='ibase/resource/objaction/exprtExl.svg',SERVICE_CODE='a',INTERACTIVE='a', RIGHTS_CHAR='B', TITLE='Export2XLS', DISPLAY_MODE='1' where OBJ_NAME='designation' and (DESCRIPTION = 'Export Excel' OR DESCRIPTION = 'Export To Excel');---- View on HOMESCREEN
update obj_actions set IMAGE='ibase/resource/objaction/Audit-trail.svg',RIGHTS_CHAR='X',TITLE='View Audit',SHOW_IN_PANEL='1',DISPLAY_MODE='2' where OBJ_NAME='designation' and DESCRIPTION = 'View Audit Trail';--View on HOMESCREEN,VIEW MODE
--3. Description for 'VTINDSIGN1' have not specified
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('VTINDSIGN1','Invalid Designation','Data Already Existed for Entered Designation Code','E','Y',null,null,null,to_date('16-10-12','DD-MM-RR'),'Yogesh ','BASE ',null,null);
Update MESSAGES SET MSG_DESCR='Data Already Existed for Entered Designation Code' WHERE MSG_NO='VTINDSIGN1';
------------------------------------------------------------------Shital [27/12/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