• "Module not found" errors after upgrading to version 51 of the sdk

    I suspect I'm in for a lot of headaches here. I'm upgrading from an old codebase - built upon the sdk version 14. I went with the the upgrade instructions for v51. The sdk installed without issue following the readme. I ran ./sdk init-native which…
  • Push notifications via firebase

    Hi, I am implementing the custom push notifications for mobile app using google firebase for ios and android. Steps for registering android app with sugar sdk:- - Project created in firebase for android - google-services.json file placed in the root…
  • Issue while using Bean CreateRecord - Transaction Log

    A custom functionality has been developed on SugarCRM Mobile App, using the SugarCRM Mobile SDK. The functionality that is required to achieved is to capture the user's current geolocation and send to SugarCRM , in a one minute interval. This has been…
  • I'm having build issues with Mobile SDK 45.0

    We have an app that has been working fine with Mobile SDK. Today I attempted to upgrade to Mobile SDK 45.0 and the application no longer runs. Compile Time Errors Runtime Errors 2022-06-01 09:17:57.902874-0700 SugarMobileEnhanced[83272:10530445…
  • Sugar Mobile Application : Modules not visible to Specific Roles for mobile platform

    Hello, I'm trying to solve issue which related to sugar mobile SDKs. 1. I created a new role and add users to that role. 2. While login from that particular role on Desktop, All modules visible to user. 3. But While Login from Mobile SDK, only…
  • How to map accounts & leads in the mobile application (Google / Bing / others)?

    Hello Sugar lovers, One of our customers would like to optimize his workforce productivity by facilitating meeting organisation on the go. Example: a salesperson finishes a meeting at a customer's premises and would like to see his nearby clients (accounts…
  • SugarCRM Mobile SDK : Reload/Refresh Record view after edit action!

    Hello, How to reload/refresh a record view again once it is loaded? My approach is to load the different layout of the child module based on parent module changes, but in sugar SDK once the record view is created it keeps in the same way until the…
  • Notification in SugarCRM Custom Mobile Application

    Hello, Is SugarCRM Custom Mobile Application supports Notification? Like, If someone assigns a lead to a user then he will get an alert notification in-app. If Yes then how to enable the notifications in SugarCRM custom mobile app. Is there any…
  • How to set default Server Url at login setting?

    How to set default sugar instance URL at login view. So user directly enters userId and password on login page, and login view setting becomes noneditable.
  • How can I set a default Instance URL

    Hello everybody! I've been working on an app to test this SDK stuff. I would like to get the Instance URL prefilled to make it easier for users. So I have tried on app.json with these two options: "jsConfig" : { "siteUrl" : " https://ps*****/ " , "defaultServerUrl…
  • Non required date field doesnot show clear button

    Hi, We observer that a non-required date field does not show clear button but the required date field shows a clear button. It should be other way round. We checked the SDK code and found that the code written in app/js/fields/date/date.js under toggleControls…
  • BarCode Scanner on mobile SDK

    Hi, Just to share an idea, as we can customize SugarCRM application to create any type of barcode in PDF or other document. It would be great if we have barcode scan on the SugarCRM Mobile SDK. This will make easier for retail, event management, cashier…
  • Maps

    Hello, Are you going to add maps to mobile application? I think it would be very useful. For instance user would be able to see his road based on meetings. Another example, user can see his position and positions of near accounts (based on adresses of…
  • Loading/Waiting modal

    The SDK wide loading and error alerts are not fully visible in a lot of cases. We need some UI element that can cover pop up in the middle of the screen. This is useful when we are communicating with servers and waiting for the responses. That way we…
  • App Wide Modal

    Hi Team, There are times that we need to pop up some sort of modal on the view. To capture minimum data or display messages. I am not sure if this is something that's available or not. If not can we have that on future releases please? Thanks
  • Notifications

    Are you going to add a some live notifications? It means that application checks that any notifications should be displayed. If yes, system shows some box with information (example message: "John has assigned Opportunity to you"). The box disappears only…
  • Config Option to Hide Menu Items

    For our app, we'd like to hide certain modules from the menu, but still be able to use them within mobile (for example, access them from the "Related" tab in Record View). I see the hiddenModules and unsupportedModules properties, but both seem to fully…
  • Image Editor

    Hi, I would like to see the image editor option on the SugarCRM mobile app, where users can edit the pictures before uloadingit on fields. The editor can have feature of Preview, Crop, rotate etc. so that they can catpure important features only. Currently…
  • Custom Module Icon Colors

    Can we add the ability to change the menu icon colors? All the customs ones are no showing in grey color. It would be nice to be able to either select or define those colors. Thanks,
  • Increase Timeout in Sugar.API Call Request

    Hi, Is there any way to set a Timeout Key in Sugar.API.Call to increase request time from 30000 ms to more. Thanks, Shrikant
  • Exclamation mark on Subpanel-Module Record count

    Hello, Does anyone know the reason behind the issue mentioned in the attached file? Actually, getting exclamation mark on the subpanel-Module record count. Thanks, Shrikant
  • Custom components don't work on mobile build iOS/Android

    Hi all, We are having some difficulties with our mobile application while running iOS and Android builds. Our current implementation involves 4 custom made components: Calendar, Near me, Saved Near me search, Check out. When we run the dev server in browser…
  • Error: Task 'default' is not in your gulpfile

    Hi, We are getting this error when we try to generate our debug apk. Does anyone is having the same issue? [ 08:41:13 ] Using gulpfile ~/Documents/Sugar/mobile-sdk/9.0.508-1.4.2-2/gulpfile.js [ 08:41:13 ] Task 'default' is not in your gulpfile [ 08:41…
  • Overwrite functions from offline api

    Hello, i need your help, for know how to overwrite one callback from readMixedCollection "../10.0.510-1.4.2-2/app/js/offline/api/read-mixed-collection.js" In specific the callback is localSyncSuccess() Also i need rewrite function _localRead() locating…
  • createRelatedCollection is not working when offline mode is enabled

    Hi Team, I am trying to fetching Related collection in offline mode of mobile when it is enables , but its giving error This is my code var meetingsBean = app.data.createBean('Meetings', {id: Meeting_id}); var relatedCollection = app.data.createRelatedCollection…
1 2 3