• 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.
  • 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…
  • 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
  • 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…
  • 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…
  • 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…
  • 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 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…
  • Deprecated API Usage Warning from Apple

    Hello, I got a warning email from apple regarding UIWebView Usage for custom SugarCRM mobile app. Please check the below details. We identified one or more issues with a recent delivery for your app, Your delivery was successful, but you may wish to correct…
  • SugarCRM Mobile SDK - Update Plugin to Support 64-bit architecture(Android)

    Hello, I'm getting issue while uploading my custom SugarCRM mobile application on android play store. Starting August 1, 2019, android apps published on Google Play will need to support 64-bit architectures. but some of the library used by SugarCRM SDK…
  • Error: Cannot find module 'librsvg'

    Hello All, I am facing an iOS SDK build issue on Mac OS. when I do the $ ./sdk build --scheme debug --platform ios --init-native and here is the error found Error: Cannot find module 'librsvg' at Function.Module._resolveFilename (internal/modules/cjs…
  • Filter results of list view based on custom value

    Hi, Does anyone know how to filter results on the list-view based on a custom value on view load? Thanks, Shrikant
  • How to open the SugarCRM app (SDK Mobile) on a specific view of a module from an external apache cordova application?

    Good day community. I come to you because I have been stuck in a development and I have not been able to solve it. I'm developing an application with apache cordova and I want this application to open a SugarCRM application previously installed on the…
  • SDK 10, Mac OS xcode project build Issue

    Hello All, I have an issue in xcode project build. I m using SDK 10, Mac OS 10.14.6, Xcode 10.2 Here exactly what happens in the process, the build for iOS from the terminal is successful. then I have executed the comman: ./sdk build --scheme debug -…
  • SugarCRM Mobile SDK - Android Build Error After Google Map Integration

    Hello, I'm having trouble while building my custom sugar mobile application for the android platform after integrating google map plugin. Android Build failed with below error : AAPT: error: resource integer/google_play_services_version (aka com.test…
  • SugarCRM Mobile SDK Offline (Bulk Load)

    We are trying to load the on-demand data of some modules using bulk load in SugarCRM Mobile SDK. Please see the below code snippet of app.json. It is loading all the data for module 'ProductCategories' but not loading for 'ProductTemplates'. { "defaults…
  • Account view search on mobile - showing less records compared to portal

    Hello, Condition 1: - I'm using SugarCRM custom mobile application, For the account module when I try to search a particular record with initial names, sugar custom mobile app shows limited records while on another side SugarCRM portal shows 200+ records…
  • Sugar mobile SDK  init-native fail

    Hi, everyone I have a problem in using the SDK I followed the Mobile SDK Quick Start Guide http://support.sugarcrm.com/Documentation/Mobile_Solutions/Mobile_SDK/Mobile_SDK_Quick_Start_Guide/ But when I do the $ ./sdk init-native -p ios and here is the…
  • Error with Ubuntu

    Hi ppl. I have some problems in Linux with Sugar Mobile SDK (and I know it doesn't have any support whit this SO). I'm follow a doc "Uncon 2017_ Building Custom Apps Using SugarCRM Mobile SDK" I was execute ➔ $SUGAR_MOBILE_SDK_HOME/[sdk-version]/sdk…
  • Mobile SDK 6.3

    HI i am Sugarcrm Developer i want to work on Mobile SDK 6.3 As developer i want to learn how can i Get Mobile SDK 6.3 for Android Thanks
  • Do you have any video/doc tutorial how can I start with the mobile dev

    Hi devs, I started with the Quick Start SDK SugarCRM Mobile , but doesn't work for me, I had many problems with homebrew and after it with ./sdk, so, the question is, do you have other tutorial different from documentation? if you have some video tutorial…
  • Is it possible to add a HTML5 canvas element as a field to the android app ?

    Hello, The title probably says it all. I want to create a canvas field on the app where users can draw their signature! I am aware that will have to create the canvas and the logic of it myself! but how can I show it on the android app ? it works actually…