You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

32 lines
1.8 KiB

select * from applicationmenus where menuname='Change Coll Mode' --functionId='20114000'
update applicationmenus set isactive='N' where functionId='20114000'
select * from applicationmenus where menuname='Assign Lawson Card' --functionId='42000000' '42100000'
update applicationmenus set isactive='N' where functionId in ('42000000','42100000')
select * from applicationmenus where menuname='Mitatsu Check' --functionId='20316000'
update applicationmenus set isactive='N' where functionId='20316000'
select * from applicationmenus where menuname='Mitasu Report' --functionId='20114000'
update applicationmenus set isactive='N' where functionId in ('20196010','20196000')
select * from applicationmenus where menuname='Cash Status Report' --functionId='20230000'
update applicationmenus set isactive='N' where functionId='20230000'
select * from applicationmenus where menuname='Weekly Mitasu Report' --functionId='20301900'
update applicationmenus set isactive='N' where functionId='20301900'
select * from applicationmenus where menuname='JP Deposit List' --functionId='20315000'
update applicationmenus set isactive='N' where functionId='20315000'
select * from applicationmenus where menuname='Commission Group Mapping' --functionId='20131400'
update applicationmenus set isactive='Y' where functionId='20131400'
select * from applicationmenus where menuname='Agent Commission rule' --functionId='20131500'
update applicationmenus set isactive='Y' where functionId='20131500'
select * from applicationmenus where menuname='Cash Report New' --functionId='20520000'
update applicationmenus set isactive='N' where functionId='20520000'
select * from applicationmenus where menuname='Transaction Report with No work Permit' --functionId='20580000'
update applicationmenus set isactive='N' where functionId='20580000'