Commit 556eb6b6 authored by sghate's avatar sghate

Updated SQL and SRD on 04/12/2019

emp_ad11.xml
emp_ad21.xml
w_emp_ad_v1.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213086 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6e9b5c1f
------------------------------------------------------------------Shital [04/12/2019] ---------------------------------Start
---1. Actions should be removed from the Add new form
update obj_actions set DISPLAY_MODE=2 where OBJ_NAME='emp_ad' and TITLE='Add';--View on HOMESCREEN,VIEW MODE
update obj_actions set DISPLAY_MODE=2 where OBJ_NAME='emp_ad' and TITLE='Edit';--View on HOMESCREEN,VIEW MODE
update obj_actions set IMAGE='ibase/resource/objaction/Audit-trail.svg',RIGHTS_CHAR='X',TITLE='Audit Trail',SHOW_IN_PANEL='1',DISPLAY_MODE='2' where OBJ_NAME='emp_ad' and DESCRIPTION = 'View Audit Trail';
update obj_actions set image='ibase/resource/objaction/exprtExl.svg',TITLE='Export2XLS',DESCRIPTION='Export To Excel',SERVICE_CODE='a',INTERACTIVE='a', RIGHTS_CHAR='B',DISPLAY_MODE='2' where OBJ_NAME='emp_ad' and (DESCRIPTION = 'Export Excel' OR DESCRIPTION = 'Export To Excel');
---2.Content not configured
UPDATE OBJ_FORMS SET DISP_METADATA = '<html>
<style="white-space: normal !important; word-break: break-word; ">
<b>{emp_name} ({emp_code})</b> , Site: <b>{pay_site}</b>,<br/>
<b>{allwdedn_descr} ({ad_code})</b>, Effective From: <b>{eff_date}</b> , To: <b>{exp_date}</b> , Amount: <b>{amount} {type}</b> , Proportionate: <b>{prop_yn}</b></html>' WHERE WIN_NAME='w_emp_ad';
------------------------------------------------------------------Shital [04/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