• How to know relate field Join table name?

    Hello, I have Contact, Account & other custom module object. How to know relate field join table name using code? I have Contact object relate field Array ( [ name ] = > account_name [ rname ] = > name [ id_name ] = > account_id [ vname ] = > LBL_ACCOUNT_NAME…
  • How to set "proximanova" font Sugar 6 ?

    Hello, I need to "proximanova" font for all listing, edit, detail, popup page. I have set style.css file @font-face { font-family: proximanova; src: url(proximanova-regular-webfont.woff); } body { background:#ffffff; font-family: proximanova, 'Helvetica…
  • how to get all selected ids from listview across multiple pages sugarcrm 6.5

    Hi all how to get all selected ids from listview across multiple pages sugarcrm 6.5. currently i am using below code and its getting 20 records only .... var cboxes = document.getElementsByName('mass[]'); var len = cboxes.length; for (var i=0; i<len;…
  • translate function truncate after 10 chars ?

    Hi, I use the translate function to get the label of a dropdown list. However, the result is truncated at 10 chars. $bean->region_c = "Lajemmerais"; $value = translate($bean->field_defs['region_c']['options'], '', $bean->region_c); $value will contain…