You need to sign in to do that
Don't have an account?
Keith Woo
"Edit" button missing on Mobile view for Napili Customer Community
We created a Customer Community using the Napili template, but it seems like we've lost functionality of all standard Salesforce buttons usually visible on the record detail when we access the community via a mobile browser (they just don't appear). Does anyone know of a workaround? We're looking to have the community functional in both desktop and mobile browsers.
First, open developer console up, Click : File > New > Lightning Component Replace all of the code in the component window with the following: Hit Ctrl(command) + S to save
Next, click the Controller Label in the component package to the right of the developer console, replace all the code in it with the following : Hit Ctrl(command) + S to save
Next, click on the Design Label in the component package to the right of the developer console, replace all the code in it with the following :
Hit Ctrl(command) + S to save
Go into your Community Builder and go to Page Editor mode where you can drag and drop component onto the layout. Look for your new componet.
Drag it ont the layout where you want it.
**IT MAY DISPLAY AN ERROR ON THE PAGE**
Click on the component, you'll see the options menu open in the upper right hand corner of the screen. place {!recordId} in the text box for recordId text field, click off and publish your community.
You should now be able edit any records that have this component on it!
All Answers
https://help.salesforce.com/apex/HTViewSolution?urlname=Support-for-Mobile-Browsers&language=en_US
https://help.salesforce.com/apex/HTViewHelpDoc?id=limits_mobile_sf1_data.htm&language=en_US
First, open developer console up, Click : File > New > Lightning Component Replace all of the code in the component window with the following: Hit Ctrl(command) + S to save
Next, click the Controller Label in the component package to the right of the developer console, replace all the code in it with the following : Hit Ctrl(command) + S to save
Next, click on the Design Label in the component package to the right of the developer console, replace all the code in it with the following :
Hit Ctrl(command) + S to save
Go into your Community Builder and go to Page Editor mode where you can drag and drop component onto the layout. Look for your new componet.
Drag it ont the layout where you want it.
**IT MAY DISPLAY AN ERROR ON THE PAGE**
Click on the component, you'll see the options menu open in the upper right hand corner of the screen. place {!recordId} in the text box for recordId text field, click off and publish your community.
You should now be able edit any records that have this component on it!