• h

    hi
  • 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…
  • Sugar 7 - Form submitting before client-side validation

    Hello. I'm using SugarCRM Enterprise 7.5 for production system, and 7.7 for the test system. I'm developing a package for form validation in the RevenueLineItems (it's called 'Receita' in brazilian portuguese) native module. I followed exactly what this…
  • Sugar 7 - CreateView field logic breaking form

    Hello. I use Sugar Enterprise 7.7. Only recently I got form validation on page load to work. But there is a problem: the validation I done actually changes the field value by changing it's model value, but it's giving a javascript error, blocking the…
  • Sugar 7 - CreateView not working

    Hello. I'm using Sugar Enterprise 7.5 for production system, and 7.7 for test system. I need to change a datetime module field value in the page as soon as the page is loaded. It's for a custom module. The first solution was to use "calculated fields…
  • 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…
  • How to format currency amount to current user locale in record.js sugarCRM 7.*?

    can anyone help how can i convert my currency amount in current user locale. I want to convert currency and render in to my own custom view .hbs file. Thanks