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.

31 lines
1.8 KiB

12 months ago
12 months ago
  1. select * from applicationmenus where menuname='Change Coll Mode' --functionId='20114000'
  2. update applicationmenus set isactive='N' where functionId='20114000'
  3. select * from applicationmenus where menuname='Assign Lawson Card' --functionId='42000000' '42100000'
  4. update applicationmenus set isactive='N' where functionId in ('42000000','42100000')
  5. select * from applicationmenus where menuname='Mitatsu Check' --functionId='20316000'
  6. update applicationmenus set isactive='N' where functionId='20316000'
  7. select * from applicationmenus where menuname='Mitasu Report' --functionId='20114000'
  8. update applicationmenus set isactive='N' where functionId in ('20196010','20196000')
  9. select * from applicationmenus where menuname='Cash Status Report' --functionId='20230000'
  10. update applicationmenus set isactive='N' where functionId='20230000'
  11. select * from applicationmenus where menuname='Weekly Mitasu Report' --functionId='20301900'
  12. update applicationmenus set isactive='N' where functionId='20301900'
  13. select * from applicationmenus where menuname='JP Deposit List' --functionId='20315000'
  14. update applicationmenus set isactive='N' where functionId='20315000'
  15. select * from applicationmenus where menuname='Commission Group Mapping' --functionId='20131400'
  16. update applicationmenus set isactive='Y' where functionId='20131400'
  17. select * from applicationmenus where menuname='Agent Commission rule' --functionId='20131500'
  18. update applicationmenus set isactive='Y' where functionId='20131500'
  19. select * from applicationmenus where menuname='Cash Report New' --functionId='20520000'
  20. update applicationmenus set isactive='N' where functionId='20520000'
  21. select * from applicationmenus where menuname='Transaction Report with No work Permit' --functionId='20580000'
  22. update applicationmenus set isactive='N' where functionId='20580000'