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.

17 lines
436 B

1 month ago
  1. EXEC proc_AddFunction '90630000'
  2. ,'90630000'
  3. ,'Transaction'
  4. EXEC proc_addMenu '20'
  5. ,'90630000'
  6. ,'Verify Card Transaction'
  7. ,'Menu for: Verify Card Transaction'
  8. ,'/Remit/Transaction/VerifyMobileTransaction/VerifyDebitCardTxn.aspx'
  9. ,'Transaction'
  10. ,'2'
  11. ,'Y'
  12. ,'20'
  13. ,''
  14. select * from applicationmenus where menuname = 'verify txn' --order by functionId desc --90620000
  15. select * from applicationfunctions order by functionid desc