Commit 32d8c5f6 authored by dpingle's avatar dpingle

* updated sql file of business function on [21/11/19]

w_businessfunction_v1.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@212526 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3c4ce382
---------------------------------------------------Dipesh START [18/11/2019]
-------------------------------------------------1. No images for actions
update OBJ_ACTIONS set image='ibase/resource/objaction/add.svg' , display_mode=0 where OBJ_NAME='businessfunction' and LINE_NO=1;
update OBJ_ACTIONS set image='ibase/resource/objaction/edit.svg' , display_mode=0 where OBJ_NAME='businessfunction' and LINE_NO=2;
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OBJ_NAME='businessfunction' and LINE_NO=21;
update OBJ_ACTIONS set image='ibase/resource/objaction/exprtExl.svg' where OBJ_NAME='businessfunction' and LINE_NO=22;
-------------------------------------------------2. Improper Feed view
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "> <b>{descr}</b> (<b>{func_code}</b>) <br/>
Short Description : <b>{sh_descr} </b>
</span><br/>
</html>' where win_name='w_businessfunction' and form_no=1;
------------------------------------------------3. Audit trail is not working
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' , rights_char='X' , title='Audit Trail' , show_in_panel=1 ,display_mode=1 where OBJ_NAME='businessfunction' and LINE_NO=21;
------------------------------------------------4. Export to excel is not working
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='businessfunction' and LINE_NO=22;
------------------------------------------------5.menu Icon Missing
update itm2menu set ICON_PATH='BusinessFunctions.png' , CLOSE_ICON='BusinessFunctionswht.png' where WIN_NAME='w_businessfunction';
------------------------------------------------6. Feed view Icon Missing
update OBJ_FORMS set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'func_code', THUMB_OBJ = 'FuncImages' where WIN_NAME = 'w_businessfunction';
update TRANSETUP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'func_code', THUMB_OBJ = 'FuncImages' where TRAN_WINDOW = 'w_businessfunction';
---------------------------------------------------Dipesh End [18/11/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