• "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…
  • 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…
  • Wich version of the sdk that sugarcrm uses for its application in the play store?

    Hi everyone, Does anyone know what version of sdk is being used in the application that is in the play store? I am currently developing an application with version 11.0.512-1.4.2-2 of sugar mobile sdk, from which it is possible to create quotes, the problem…
  • App Store Connect | Apple Developer best way tu upload custom APK

    Hello All: Can someone please helpme to understand how to upload to Apple Store a customized mobile APK? Our understandig is that there are 2 ways to upload a app in IOS: Option 1. Upload thru Apple Connect Store -- > and reach customers worldwide Option…
  • Access not authorized - While Creating Account Record

    Hello, Multiple users with various phone models (iPhone and Android) are encountering an error message "Access not authorized" when attempting to save a newly created account record on the mobile app. The only way to prevent the error from happening upon…
  • Call initialize method in Detail View

    Hi, I am trying to extend opportunity detail view In sugar Mobile SDK. when open opportunity detail view page from list view then initialize() method is call only one time. Is there any possibility again execute this method? Thank you.
  • Mobile App Crashes - Quota has been exceeded

    By using the SugarApp from the offical AppStore (iOS) the App went into an "internal error". I was able to locate the problem by checking the App's Log: [ERROR] FATAL[2019-10-10 12:16:28]: The quota has been exceeded. The problem always occurs when adding…
  • Date Field -- Improper Text Display on some android devices

    Hello Eugene, I create a custom view in which I used sugar's inbuild fileds like date, text and other. But, getting issue particular to date field text display value on the fewer android device like 1+, Samsung while on other its showing properly. I'm…
  • How to run test cases for SDK?

    Hi, I've a test folder in my app. I ran npm test to run a test file however, It gave me this error But if I comment the line 1 out then it start giving me this error Here is my package.json Kindly point me in the right direction as how can I run tests…
  • Reading NFC

    Edited: I'm thinking of creating a new module to store NFC chip data. A subpanel would be available on the Accounts module, which we could use to add/edit/delete individual chips. E.g. 1) 1899345 = Office reception 2) 9834850 = Staff entrance 3) 7929488…
  • How can we add a link that opens the detail view of the record whose Id is specified in the URL?

    How can we add a link that opens the detail view of the record whose Id is specified in the URL like? I have tried different ways to open the account record whose id is ff08973a-e34c-4f92-8c88-d3e537ac70d7 but when I click the link in the Sugar Mobile…
1 2 3