• dvigil
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies

We jsut released a new VFPage that over-rides the standard account page for some needed functionality.  We noticed that the hover links on top of the standard page is no longer there.  IS this a VF limitation, or can we include code to display the hover links?

In sandbox, test code coverage is 100% on a trigger on a custom object.  But in a change set to PROD during validation, the test code coverage is 0% and fails.  Has anyone experienced this before?

We are revamping cases to be better streamlined with the work flow of our call center agents.  As a result we created a custom link of of the Task object to show all open and closed cases, tasks, etc... 

 

The button is a URL link to a report, see below.

 

Label: View All History
Object Name: Task
Name: View_All_History
Link Encoding: Unicode (UTF-8)
Behavior: Display in existing window without sidebar or header
Display Type: List Button
Button or Link URL: /00Og0000000QXTQ?pv0={!Account.Name}

 

Why is this only working for Sysadmin profile users and not other users with different profiles?  I do not see any reference to Custom buttons/Links in any setting.

 

URL: https://xxxx.salesforce.com/00Og0000000QXTQ?pv0=Frank+Scerbo+and+Other+Occupants

Error:

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.

In sandbox, test code coverage is 100% on a trigger on a custom object.  But in a change set to PROD during validation, the test code coverage is 0% and fails.  Has anyone experienced this before?

We are revamping cases to be better streamlined with the work flow of our call center agents.  As a result we created a custom link of of the Task object to show all open and closed cases, tasks, etc... 

 

The button is a URL link to a report, see below.

 

Label: View All History
Object Name: Task
Name: View_All_History
Link Encoding: Unicode (UTF-8)
Behavior: Display in existing window without sidebar or header
Display Type: List Button
Button or Link URL: /00Og0000000QXTQ?pv0={!Account.Name}

 

Why is this only working for Sysadmin profile users and not other users with different profiles?  I do not see any reference to Custom buttons/Links in any setting.

 

URL: https://xxxx.salesforce.com/00Og0000000QXTQ?pv0=Frank+Scerbo+and+Other+Occupants

Error:

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.