Disable Double click property on SSA field

By | June 10, 2016

As we know that in SAGE CRM, we can link a record to Search Select Advance (SSA) field and on double click, it redirects to summary page of that record in pop up screen. But if we want to hide the details of that record from users, then we can disable this functionality using JavaScript for this SSA field on new page.

New Stuff: Apply underline to a Column Header in List or Grid

To make the double click property disable for SSA field on new page, you have to put few lines of JavaScript code in your .js page (ex. Case.js) for “On Load” and “On Change” event.

Refer the below code-
function CaseOnLoad()
{
If (document.getElementById(“case_primarycompanyidSPAN”))
{
document.getElementById(“case_primarycompanyidSPAN”).onclick=””;
document.getElementById(“case_primarycompanyidSPAN”).ondbclick=””;
}
}
Then, put the path of .js page in Custom Content of New Page screen to call the function.
Ex. <script type=’text/javascript’ src=’../CustomPages/Script/Case.js’></script>
Now, choose a record from that SSA field and try to open the pop up screen using double click. You will see the effect.
IMG001
Happy Coding!
Also Read:
1. Make up of SSA fields in Sage CRM
2. Behavior of SSA field in Customized entity
3. Control Display Format for Person SSA field in Sage CRM
4. Merge Company Source SSA
5. Display additional information below SSA field

29 thoughts on “Disable Double click property on SSA field

  1. Pingback: fractional laser ��������

  2. Pingback: promo code

  3. Pingback: unieke reizen

  4. Pingback: ทำความรู้จักกับ Casino Days แบรนด์คาสิโนน้องใหม่

  5. Pingback: ปั่นสล็อตเว็บใหญ่ ทดลองเล่นเกมฟรี

  6. Pingback: lucabet

  7. Pingback: online chat

  8. Pingback: Diyala1 Univer

  9. Pingback: รั้วสำเร็จรูป

  10. Pingback: HArmonyCa

  11. Pingback: หวยลาว ออนไลน์ คืออะไร ?

  12. Pingback: Learn more

  13. Pingback: รถมือสอง

  14. Pingback: vakantie

  15. Pingback: n-ethylpentedrone kopen | buy 2mmc | 6 apb pellets | buy 5-mapb | deschloroketamine | 4-mpd (4-methylpentedrone) | 6 apb powder | 2-mmc pellets, 5-mapb | 2-mmc crystalline powder | 4bmc poeder | acheter 3-me-pcp | buy cathinonen | buy 6 apb powder |NEP N-

  16. Pingback: kc9

  17. Pingback: เว็บบาคาร่า ไม่มีขั้นต่ำ

  18. Pingback: Refreshing Baby Serum

  19. Pingback: pg168

  20. Pingback: xo

  21. Pingback: replica chanel handbags

  22. Pingback: เช็คสลิปโอนเงิน

  23. Pingback: EndoliftX

  24. Pingback: evo bar

  25. Pingback: รับผลิตเหรียญรางวัล

  26. Pingback: Silver Rocket

  27. Pingback: เว็บตรงฝากถอนง่าย

  28. Pingback: สบาย168

  29. Pingback: ไอศกรีมงานแต่ง

Comments are closed.