Auto-saving feature for Customized Entity

By | July 30, 2016

Recently, one of our customer asked us to add Auto Save feature in Sage CRM so with the help of JavaScript we enabled this. This feature will auto save the users data on pressing the Enter key.
Open Cases Summary Report to Managers.
Create a custom page and add the below code to get this working.

function TrapEnterKey()
{
document.onkeypress = HandleKeyup;
}

function HandleKey(e)
{
var keyCode=””;
if(!e)
{
keyCode = window.event.keyCode;
}
else
{
keyCode=e.which
}
if(keyCode == 13) // code for ‘ENTER’ key
{
document.getElementById(‘Button_Save’).click();
}
}

Call the “TrapEnterKey” function on page load event and see the effect of AutoSaving feature for custom entity in SAGE CRM.
One more thing can be done in such scenario. We can stop the page refresh activity on pressing the ‘ENTER’ key rather than AutoSaving. For this, you can use the below method-

window.stop(); // For Chrome
OR
document.execCommand(“Stop”); //For Internet Explorer

Also Read:
1. JavaScript to print Amount (In Words)
2. JavaScript to Calculate days difference between dates (Duration)
3. Get Active tab through Client side scripting
4. Client Side API to hide and show Column of grid
5. Display Current User Name under Custom Tab using jQuery

30 thoughts on “Auto-saving feature for Customized Entity

  1. Pingback: slot xo กำไรดี

  2. Pingback: about tokens

  3. Pingback: ทดลองแทงบอลฟรี ฝากถอนวอลเลท

  4. Pingback: free cams

  5. Pingback: random video chat

  6. Pingback: หวยไทเกอร์

  7. Pingback: ทำความรู้จัก Lotto44

  8. Pingback: Graphics

  9. Pingback: รวยโชค หวย

  10. Pingback: เติมเกม

  11. Pingback: Games Global มีผลิตภัณฑ์ทั้งหมด

  12. Pingback: WE88 เว็บพนันออนไลน์

  13. Pingback: google pay casinos UK

  14. Pingback: ที่พักศรีราชา

  15. Pingback: บ้านพักคนชรา

  16. Pingback: melbet casino app download

  17. Pingback: Fulfillment

  18. Pingback: best Aviator slot in India 2025

  19. Pingback: Prayerbook

  20. Pingback: สล็อตเกาหลี

  21. Pingback: thc flower uk

  22. Pingback: หวยออนไลน์ 24 ชม กับ LSM99 เว็บหวยออนไลน์ บาทละ 1000

  23. Pingback: สมัครสมาชิกของ AKBET

  24. Pingback: ทางเข้าเล่น UFA191 LOGIN สู่ระบบ

  25. Pingback: SLOT PG WALLET เว็บรวมเกมสล็อตพีจี

  26. Pingback: ออกแบบตกแต่งภายในบ้านหรู

  27. Pingback: girne escort

  28. Pingback: บาคาร่าเกาหลี

  29. Pingback: ไข่สั่น

  30. Pingback: รับงานเอง

Comments are closed.