Display Company Information in an Opportunity Entity

By | March 31, 2015

Recently one of our customers came up with a requirement to display the Company Entity data into an Opportunity Entity in SageCRM.com. It is little bit tricky to display data in an Opportunity entity as one can use only Client Side Script to perform any operations in SageCRM.com.
New Stuff: Validate Email Addresses using Sage CRM Client Side API
Kindly allow me to elaborate how we have achieved the same.
1) Navigate to Administration | Customization | OpportunityDetailBox.
2) Add below lines of code in the Custom Content Box and Click on Save button to Save Changes.
var companyID = crm.fields(“oppo_primarycompanyid”).value();
var successCompany = function (crmRecord) {
crm.infoMessage(“This opportunity belongs to :” + crmRecord.comp_type);
}
crm.sdata({
entity: “company”,
id: companyID,
success: successCompany
});
3) Above Code is SDATA request which reads value from the Primary Company which is selected on an Opportunity entity.
4) Then sends requests to the Company entity and returns Company entity data as shown below.
SDATA
Using above steps user can display any Company Information on an Opportunity, Cases entity. However code needs to be adjusted as per requirement.
Also Read:
1) Additional Information in Entity Top Content Screens – Sage CRM v7.2
2) Add Print Button to Print Entity information in Sage CRM v7.2
3) Display Background Color on Required Fields in Sage CRM v7.2
4) Information and Error Message feature in Sage CRM v7.2
5) Features of Outlook integration with SageCRM 7.2

35 thoughts on “Display Company Information in an Opportunity Entity

  1. Pingback: รับทำ SEO

  2. Pingback: LSM99DAY มีเทคนิคการแทงบอล ให้อ่านไหม

  3. Pingback: Pharmaceutics

  4. Pingback: masato788

  5. Pingback: สล็อตค่ายนอกแตกดี

  6. Pingback: Lotto 432 หวย มวย คาสิโน เกมสล็อต

  7. Pingback: Plinko

  8. Pingback: 10 อันดับ สล็อตแจกจริง

  9. Pingback: ปริ้นแผ่นพับ

  10. Pingback: 1win Casino

  11. Pingback: ปั้มวิวไลฟ์สด

  12. Pingback: gym equipment shop

  13. Pingback: Fortune Tiger

  14. Pingback: ufa168

  15. Pingback: Razor Returns in Deutschland spielen

  16. Pingback: เหรียญรางวัล

  17. Pingback: ติดเน็ตบ้าน AIS

  18. Pingback: fear of god essentials

  19. Pingback: bio ethanol wall fireplaces

  20. Pingback: 123bet

  21. Pingback: online pharmacy la abeja denver

  22. Pingback: https://www.fapjunk.com

  23. Pingback: i loved this

  24. Pingback: hiso23

  25. Pingback: namayti57

  26. Pingback: จองตั๋วรถตู้

  27. Pingback: เด็กเอ็น

  28. Pingback: เว็บ บอล ไม่มี ขั้นต่ำ ผ่านทางเข้า LSM99

  29. Pingback: custom suit Bangkok

  30. Pingback: เว็บตรง บาคาร่า

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

  32. Pingback: รับทำตรายาง

  33. Pingback: Elephant Sanctuary Chiang Mai

  34. Pingback: รวมทีเด็ด 10 อันดับ เว็บบอลออโต้

  35. Pingback: ข่าวพรีเมียร์ลีกล่าสุด

Comments are closed.