Advertisement
psi_mmobile

Untitled

Mar 9th, 2020
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. --vehicleId from screen is 114974
  2.  
  3. --called link when clicked
  4. BuildixxUtils.openPopup("http://venus.mframe.biz/MFRAME/faces/tableTemplPages/reportedDataPublic.jsf?wo_erpid="+vehicleId,"mframePopup","width=800,height=500,resizable=1,scrollbars=1");
  5.  
  6. --traxxeo db
  7. select * from vehicle
  8. where vehicle_id = 114974;
  9.  
  10. --mframe db
  11. select * from work_order
  12. where erp_id = 114974;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement