Commit c911c4b4 authored by asant's avatar asant
parent 25fc318e
......@@ -170,6 +170,13 @@ UPDATE TRANSETUP SET BROW_DATA_DEF ='Y' WHERE TRAN_WINDOW = 'w_sales_quot_prop';
update ITM2MENU set descr = 'Sales Quotation' where APPLICATION ='SQT' and menu_path ='SQT.3.3.0.0.0';
update itm2menu set icon_path ='proposal.png' where application ='SQT';
Insert into itm2menu
(application,level_1,level_2,level_3,level_4,level_5,win_name,descr,comments,menu_path,icon_path,close_icon,open_icon,obj_type,chg_date,chg_term,chg_user,mob_deploy,default_state,def_action,ent_types,mob_deply) values
('SQT',3,0,0,0,0,'-','Pricing','Pricing','SQT.3.0.0.0.0','proposal.png',null,null,null,sysdate,'BASE','AMOL',null,null,null,'0 ',null);
-- Added on 27-12-18 for workflow new requirements
Insert into WF_ROLE (ROLE_CODE,ROLE_TYPE,EVENT_CARR,DESCR,USER_ID,SUBJECT_STR,INCLUDE_DATA,EMAIL_ADDR,CHG_DATE,CHG_USER,CHG_TERM,ROLE_ENTITY,ROLE_ENTITY_SQL,DYN_ROLE_REF) values
......
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