• Mona Shahid
  • NEWBIE
  • 10 Points
  • Member since 2013
  • Salesforce Developer

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
Hi All ,

We are going to create a managed package for our app . We also have salesforce 1 pages .

I just want to know if there is any option to add salesforce1  Navigation Menu to managed package?

Please let me know 

Thanks 
Mona Shahid

Is it possible to update an org's Salesforce1 Navigation Menu with a managed package?  We have a VF page we want to make available on the Navigation Menu for easy access to our app.  Is this something only an org administrator can do?

I am having a hard time today deploying code to production orgs. I continue to get the same error throughout the day: "Unable to generate deployment plan against destination organization."

 

This happens almost every time. Sometimes i am able to deploy, but today this error is seriously hampering my progress. 

 

Is anyone else having a hard time with this?

Hello All,

 

I have a Visualforce Page which  when viewed as an Admin works fine, the page has a rerender portion when on selecting a value from a drop down a couple of text boxes get rerendered.

 

I logged in as a different user and the page shows up fine, when i change the drop down the rerender gets called and i end up getting the message

 

"Insufficient Privileges You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary. "

 

The VF page, the apex class, the extension class, the objects used (have C R E D), all have the permissions for this profile. Also, all fields of the associated objects are visible to this profile.

 

With this error message i am unable to get any clue of what is happening actually, it's just supposed to rerender a few text boxes which are not associated with any access privileages.

 

Moreover, the debug log says "SUCCESS" and all getter and setter methods are called fine. Its only when the page refreshes itself that something goes wrong somewhere.

 

Please let me know your thoughts.

 

Thanks,

Edwin