function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SerobaSeroba 

Salesforce1 for communities

Hi guys. It it possible to build pages for Salesforce mobile app(for community users) and navigate between those pages? If yes please share some resources.
Really appreciated!!!!
VinayVinay (Salesforce Developers) 
Hi Seroba,

Check below references that can help you.

https://www.forcetalks.com/salesforce-topic/how-to-enable-salesforce1-for-community-user/
https://nialljmurphy.medium.com/mobile-options-for-your-salesforce-community-a9ce398994e0

Thanks,
SerobaSeroba
Hi Vinay,
Not quite what I am looking for. Thanks for the assist tho.
VinayVinay (Salesforce Developers) 
Can you more details on your ask?
SerobaSeroba
I had tried this in my aura component's controllerJS:
gotoURL : function(component, event, helper) {
var urlEvent = $A.get("e.force:navigateToURL");
urlEvent.setParams({ "url":"vfpage url" });
urlEvent.fire(); 
}
But this link (https://salesforce.stackexchange.com/questions/42257/visualforce-page-not-showing-up-in-salesforce1) advised it is not possible in Salesforce1
Daniel Ross 29Daniel Ross 29
You can visit this site for the referance CredibleBH Login (https://www.crediblebh.us/)