• send an email after contact updates in backbone.js

    following from my previous question, I have a button to reset a contacts password field and want to send the contact an email once the update is complete the function that updates the row is resetUserPassword: function(model) { var id = this.model.get…
  • How to restrict Account Create In to Mobile-App sugarCRM 7.* ?

    Hi Everyone, I have restricted account creation in to web(Base) but when I have check same for mobile-app that is not working. Can anyone help how to restrict account creation in to mobile-app. Please check below attachment for reference. Thanks Alex…
  • How to generate GUID in create-action.js sugarcrm 7.* ?

    I want to generate the GUID in create-action.js is there any function in sugarcrm 7.* provide ? Like we use php side 'create_guid()' same anything is there ? Thanks.
  • Sugar 7 Enterprise - Preventing form from submiting

    Hello. I'm using SugarCRM Enterprise 7.5. I already found a way to validate related fields from the model RevenueLineItems using javascript (backbone.js + underscore.js), and show an error message on the screen. It's being used on the EditView. But I…
  • retrieve related records using backbone

    I see that it's possible to retrieve a record's related records using the rest api: app.api.call('getRelatedRecord', '/rest/v10/:module/:recordId/link/:relatedModule/', callbacks); Is it possible to accomplish this with the record's Backbone model itself…
  • Sugar Enterprise 7 - Client-side validation not working

    Hello. I'm using Sugar Enterprise 7.5.2.4. I have a RevenueLineItems module, and need some validations for field and form submit. I have a record.js file for the module, with its destination path defined in the manifest installdefs as: custom/modules…
  • Override Layout in Sugar Portal Issue sugarEnterprise 7.6.0

    Hi Everyone, I have face issue to override layout in sugarEnterprice portal . I have override my portal dashboard layouts below step I have to follow. 1. I have copy those two files from " .\clients\portal\layouts\dashboard\dashboard.js "," .\clients…