sugarcrm

SugarCRM活动 What's New in SugarCRM 7

本秂侑毒 提交于 2020-03-25 13:00:50
3 月,跳不动了?>>> SugarCRM最新活动之 What's New in SugarCRM 7 时间:2014年5月29日 10:00 A.M. - 10:30 A.M. PST(中国时间22:00 - 22:30) 地点:网络研讨会(当然是在网上了) 链接地址: http://www.osscube.com/webinar/register?webinarId=881538967&c=What%27s%20New%20in%20SugarCRM%207&sd=2014-05-29&ed=2014-05-29 SugarCRM 7 是一个改变游戏规则的CRM解决方案,给每一个用户提供了更多的信息,SugarCRM 7 运用了新的方式提升了用户到客户1对1的合作业务。 在最近的那个景愿图里,把SugarCRM放在了“富有远见”的那个象限里 参加我们的30分钟网络研讨会,以了解更多关于SugarCRM 7。 一些亮点: 如何在列表中 在线编辑 和详细的信息视图中节省时间 智能面板为用户提供了每个屏幕上数据的360度视图 与用户更有效地协作与 更准确的预测与收入线项目 新的Web2.0架构 HTML 5的界面,方便对数据的访问 社交连接器,以帮助研究现场之前接触客户或潜在客户 更多咨询请访问: 索孚方科官方网站-SugarCRM官方合作伙伴 http://www.srforce

Adding a button with custom JavaScript in SugarCRM 6.5

99封情书 提交于 2020-01-25 07:28:05
问题 I need to add a button to one of my detail views. This button should open a pop-up, which loads some data from a service, displays it, etc ( not important at this point). I have managed to add the button using the vardefs mechanism in Sugar. Then I tried to hook some logic to the button. That's where I got stuck. I found this advice on how to proceed: https://community.sugarcrm.com/thread/28658-how-can-i-add-custom-button-next-to-save-cancel-on-account-module-and-custom-module#comment-84253

SugarCRM call records REST API

雨燕双飞 提交于 2020-01-15 12:14:35
问题 I am trying to get the call records from my SugarCRM account using the REST API and I am using Python. There I want to obtain all the attendees but all I get is the user to whom the call is assigned. u'assigned_user_id': u'xxxxxxxx', The response I've received is, {u'created_by_link': {u'id': u'1', u'full_name': u'adminx', u'_acl': {u'fields': {u'last_login': {u'write': u'no', u'create': u'no'}, u'pwd_last_changed': {u'write': u'no', u'create': u'no'}}, u'_hash': u'xxxx', u'delete': u'no'}},

SugarCRM On-Demand Convert TextField to DropDown

北战南征 提交于 2020-01-13 04:31:27
问题 A similar question was posted here before but it only applied to an On-Site SugarCRM instance (it was also a long time ago). In my case I would like to change the "Billing Country" field from 'TextField' to 'DropDdown' on an On-Demand instance where I don't have access to the config files. How can I do this? So far I have tried different PHP files using the Module Loader but it's not working either. Please find my PHP script below: <?php $manifest = array( 'acceptable_sugar_flavors' => array(

SugarCRM On-Demand Convert TextField to DropDown

久未见 提交于 2020-01-13 04:31:16
问题 A similar question was posted here before but it only applied to an On-Site SugarCRM instance (it was also a long time ago). In my case I would like to change the "Billing Country" field from 'TextField' to 'DropDdown' on an On-Demand instance where I don't have access to the config files. How can I do this? So far I have tried different PHP files using the Module Loader but it's not working either. Please find my PHP script below: <?php $manifest = array( 'acceptable_sugar_flavors' => array(

SugarCRM On-Demand Convert TextField to DropDown

≡放荡痞女 提交于 2020-01-13 04:31:04
问题 A similar question was posted here before but it only applied to an On-Site SugarCRM instance (it was also a long time ago). In my case I would like to change the "Billing Country" field from 'TextField' to 'DropDdown' on an On-Demand instance where I don't have access to the config files. How can I do this? So far I have tried different PHP files using the Module Loader but it's not working either. Please find my PHP script below: <?php $manifest = array( 'acceptable_sugar_flavors' => array(

Search option is removed after adding Where condition to list view suitecrm/sugarcrm?

人走茶凉 提交于 2020-01-06 13:49:29
问题 I want to customize the list view based on condition so i followed this blog to add where condition in list view Developer Blog From Sugar where clause for sugar list-view pages but after doing this i am not getting search options in my custom list view. Can any one guide me on this? Following is the modified list view(i followed mentioned blog for this) <?php require_once('include/MVC/View/views/view.list.php'); require_once('custom/modules/Contacts/ContactsListViewSmarty.php'); class

SugarCRM invoice add logic hook to calculate line price

邮差的信 提交于 2020-01-06 08:16:36
问题 When creating an invoice with SugarCRM, in the invoice detail there's number of unit and unit price. I would like to populate the field line price automatically, which is simply the product of those two fields above. Here is what I added in the custom/modules/C_Inc_Invoice_Detail directory : logic_hook.php <?php $hook_version = 1; $hook_array = array(); $hook_array['after_save'] = array(); $hook_array['after_save'][] = array( 1, 'Auto Fill Line price', 'custom/modules/C_Inv_Invoice_Detail

Adding javascript include using extension

▼魔方 西西 提交于 2020-01-05 05:51:15
问题 I've developed a javascript file that I want to include in a package, and I see that I can add it with a custom editviews.php file. That works fine. However, I wish to make it easy for my counterpart to install it. I created a file in the custom/extension/modules/leads/vardefs/ folder with the following contents (and did a quick repair): $viewdefs['Leads']['EditView']['templateMeta']['includes'][]=array('file'=>'custom/modules/mme_form_js_functions.js'); $viewdefs['Leads']['QuickCreate'][

SugarCRM REST API, how to get Contacts related to an Account

你。 提交于 2020-01-02 08:13:29
问题 I am using SugarCRM Pro 6.5.5. I am trying to do some integration into another application, so I need to do some API calls from that other application. I am using the REST API v2. At this point, I need to get a Contact that is related to an Account via the account ID. I have tried both get_relationships() and get_entry_list() , but I can't get either of them to work. Here's my input for get_relationships() : {"session":"eujfbfsfjgni98m0mivl6jm6r2","module_name":"Accounts","module_id":