Commit ca2f40af authored by dpingle's avatar dpingle

* update sql file of business units.

w_businessunits_v1.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214126 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ae2ab39c
---------------------------------------------------Dipesh Start [26/12/2019]
--------------------------------------------------1. Icon Missing
update OBJ_FORMS set THUMB_ALT_COL = 'employee_name', THUMB_IMAGE_COL= 'emp_code__head', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_businessunits';
update TRANSETUP set THUMB_ALT_COL = 'employee_name', THUMB_IMAGE_COL= 'emp_code__head', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_businessunits';
--------------------------------------------------2. Content Not configured
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "> {employee_name} <b> {emp_code__head} </b> </br>
{descr} <b>{bu_code}</b> , Short Description : <b> {sh_descr} </b>
</span>
<br/> <span style="float:right;"> </span>
</html>' where win_name='w_businessunits';
-------------------------------------------------3. Actions should be removed from Add new form
update obj_actions set DISPLAY_MODE=2 , Rights_Char='X', title='View Audit', SHOW_IN_PANEL=1 where OBJ_NAME='businessunits' and DESCRIPTION = 'View Audit Trail';
update obj_actions set IMAGE='ibase/resource/objaction/exprtExl.svg',DESCRIPTION='Export To Excel',SERVICE_CODE='a',INTERACTIVE='a',RIGHTS_CHAR='B',TITLE='Export2XLS',ACTION_TYPE='S', DISPLAY_MODE=1 where OBJ_NAME='businessunits' and (title='Export Excel' or title='Export2XLS');
update obj_actions set IMAGE='ibase/resource/objaction/add.svg', DISPLAY_MODE=2 where OBJ_NAME='businessunits' and title='Add' and form_no=1;
update obj_actions set IMAGE='ibase/resource/objaction/edit.svg', DISPLAY_MODE=2 where OBJ_NAME='businessunits' and title='Edit' and form_no=1;
-------------------------------------------------5. In view mode, Export to Excel actions are not working
update obj_actions set DISPLAY_MODE=2 , Rights_Char='X', title='View Audit', SHOW_IN_PANEL=1 where OBJ_NAME='businessunits' and DESCRIPTION = 'View Audit Trail';
update obj_actions set IMAGE='ibase/resource/objaction/exprtExl.svg',DESCRIPTION='Export To Excel',SERVICE_CODE='a',INTERACTIVE='a',RIGHTS_CHAR='B',TITLE='Export2XLS',ACTION_TYPE='S', DISPLAY_MODE=1 where OBJ_NAME='businessunits' and (title='Export Excel' or title='Export2XLS');
-------------------------------------------------6. Whether the icon should display infront of every field
--> Pophelp icon display in infront of only Unit head field
---------------------------------------------------Dipesh Start [26/12/2019]
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