The mobile app is logged in with Azure AD credential and we integrate other applications in web view. To open other applications without user name / password again, we have encrypted keys between mobile app and application in which we pass the encrypted user details for target application to understand and load. Target applications decrypts the same by using predefined encryption / decryption algorithm we’ve defined. This works perfectly for homegrown applications and a couple of SaaS based applications. Other SaaS applications enabled this at their end so it works seamlessly. We wanted to implement the same feature for Salesforce. Need suggestions to bypass the Azure AD login while accessing inside mobile app and open the Salesforce application for the user logged in mobile app. Requesting some solutions / recommendations to achieve this use case.@Salesforce 1 Mobile App
Salesforce 1 Mobile App
- Recent Activity
- Created Date
- All Questions
- Questions with an Accepted Answer
- Unanswered Questions
- Questions with No Accepted Answer
Salesforce has help document on Mobile app security, which outlines additional attributes to control copy/paste, see link at the bottom.
I believe, setting custom attribute DISABLE_EXTERNAL_PASTE on connected app is a blanket option, i.e. it would disable copy/paste completely.
We're looking for an option to allow copy/paste to other trusted mobile apps i.e. outlook or teams etc. Has anyone achieved this?
[Control Access and Security for the Salesforce Mobile App] (https://help.salesforce.com/s/articleView?id=sf.salesforce_app_security.htm&type=5)
As a client requirement, we are started to build mobile app using Aura components. As per the salesforce mobile debugging tools for Android and ios, we have downloaded them and tried to use them . But when we installed Android Studio and Xcode we found issue in our Laptop/Desktop that it consuming more than 10 GB of harddisk space and it makes the system slow and unable to respond on clicks and move. IS there any other mobile debugging tool available to test our changes?
Apr 12, 2022, 3:11 AM Aura components aren't supported in the Field Service Mobile + LWC pilot. They won't work at all. Lightning web components are the supported flavor in Field Service Mobile.
Xcode and Android Studio are pigs, no doubt about it, at least in terms of disk space. But 10 gigs for two complex IDEs, associated secondary tools, the emulator/simulator images, SDK libraries, and so on really isn't that bad, all things considered. Consider that the last iOS upgrade was as large as five gigabytes, and that's essentially what a virtual device image is, and you can see why there's such a large footprint for the tools.
More concerning is the performance issue you describe. Could you provide more details? What system were you running them on? How much memory is installed? How much memory was being consumed overall? What else was running? Did you try rebooting and going directly to e.g. an iOS Simulator? How was performance in that relatively clean environment?
I run Xcode and Android Studio on a MacBook Pro 13" (2020) with 32 gigs of RAM, and while neither runs <sorry> swiftly, they're still quite usable, without any of the issues you described.
Xcode and Android Studio are the only (good) tools available to run virtual devices, and running the virtual device builds of the pilot apps is by far the best debugging experience available. (We know there's plenty of room for improvement in our debugging tools, but it's still the best DX available today.)
While you could pursue other development/debugging tools, the behavior you describe isn't typical or expected. It's a far better effort to try to resolve that, than to try to replace them.
Apr 11, 2022, 12:09 PM Thank you for responding. I have set the search layout as instructed, but the mobile search only returns the first field.
I am struggling to pull a report on Users who had never logged in to the Salesforce Mobile App before a specific date and used the app for the first time after a specific date. Any advice? This formula is wrong, but what I have worked out so far. Report Type: Users with Identity Event Logic: 1 and 2 and 3 and ((4 and 5) or (6 and 7)) 1 Active equals True
2 Status equals Success
3 Connected App Name equals Salesforce for Android, Salesforce for iOS 4 Connected App Name equals Salesforce for Android, Salesforce for iOS 5 Timestamp less than 04/04/22
6 Connected App Name equals Salesforce for Android, Salesforce for iOS
7 Timestamp greater than 04/04/22 Our result should be very low, but I keep getting 19M >.<
Hello All,
I updated a calendar subject field to include 7 field names (from 6 to 7) and the update is reflected on the desktop calendar but not in mobile Events. The Mobile app shows only 6 of the name fields in Events.
What do I need to do to have the updated field name appear in Mobile?
Ines Garcia (get: Agile) Forum Ambassador
Feb 4, 2022, 3:34 PM Hi Steward, where did you make that update?
Are you applyting different layouts?
Hi all. I am interested to learn more about salesforce 1 mobile. Can some one please help me how to configure ,connect and test thru browser without any physical mobile or tab .please give me links if any regarding this documentation. Please help me to know how to start studying more in this topic. Thanks so much in advance
Hi All,
Can you please let me know if there is any way that we can disable activity TimeLine footer in Salesforce 1 App for a specific subset of users only or for a specific Salesforce app. We have disabled the activity timeline by adding a custom attribute in connected app and its impacting all the users in that salesforce environment. Your suggestions are invited!!!! Thanks
Manoj Nambirajan (Dell Technologies) Forum Ambassador
Jan 3, 2022, 7:49 AM while creating the custom attribute, i believe you can also refer a field in User Object.
hence.. may be you can create a custom field in user Object (a flag) which is set to true or false.
and then you refer that flag via the custom attribute declaration in the connected app.
when you create the custom attribute under connect app, you can click "insert field" and user Object is available as one of the option. Hence, this option could help you
Hi Team- We are rolling out the Salesforce App and have few queries from security perspective. For some documentations is pretty clear but just floating by you in case there is a workaround:
1. SHOW_OPEN_IN=FALSE, disables all the apps. Is it possible to restrict only some apps and allow other firm approved apps?
2. FORCE_EMAIL_CLIENT_TO, Any pointers on URL Scheme for ms-outlook to allow passing of attributes like -mailTo, Subject, From.