The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
68 views

Default the “Send Notification Email” Checkbox to Checked

I have been trying to figure out how I can make the "Send Notification Email" checkbox checked by default when changing the owner of a Case record in Salesforce. I know that you can toggle this from ...
2
votes
1answer
92 views

Custom sidebar link to local file or executable?

I've been asked to see if we can create a sidebar link to an executable and start a program to run that has been installed on a user's local hard drive. Can that be done and what would the syntax look ...
3
votes
3answers
247 views

Hiding home page components

Home page components get added to a homepage layout that are assigned per profile, now if I want to hide the component for specific users in the profile is it possible to do so ? eg: sysadmin has ...
4
votes
4answers
955 views

Iframe is cutting off on Salesforce homepage, can I make its height adjust to height of my content?

I embedded a visualforce page on the Salesforce homepage. The visualforce page retrieves a list of cases. My only problem is my iframe is cutting off halfway down. And if i put "height= 100%" it adds ...
0
votes
2answers
387 views

How to change tab style for VF page from black to default color - home tab color (blue)

I built a custom component and put it into an iframe on the Salesforce homepage. The top border for the standard component is blue (same as all other) but the top border for the custom component comes ...
1
vote
1answer
52 views

How do I make a custom component visible only to certain users on Salesforce home page?

I created a custom visualforce page and put it in an iframe. I want to add this component to the Salesforce Home page, but only want it to be visible to certain users. Is there a way to do this rather ...
1
vote
1answer
400 views

How to disable header but use enhancedlist on visualforce page? or alternative?

I built a visualforce page that basically points to a case view and added it to the Salesforce home page. Only problem is the enhancedlist can't be used in conjunction with showheader="false". I don't ...
1
vote
1answer
65 views

The top panel UI suddenly changed

I have a professional edition and my top panel (where the app menu is) changed its look and feel. I don't know why but it happened a week ago. See this image: Why this happened and how can I go ...
4
votes
2answers
221 views

Homepage custom link

How can I add a link to the sidebar component that opens a VF page in a new page? I have created a custom page component and a custom link like apex/myPageName but it does not work.
1
vote
1answer
129 views

Is there a way to customize the items to approve list on the home page

I just want to see if its possible customize the items to approve list on the homepage. I actually want to show submitter instead of most recent approver. Is this possible? Another possibility i am ...
2
votes
4answers
276 views

Splash page with a don't show again, check-box

I'm thinking I could develop a Visual force splash page to notify users. And include a 'don't show again' check-box. Has anyone accomplished something similar and do you have any suggestions? As for ...
2
votes
2answers
563 views

Is it possible to add the mini page layout popup to a list column?

When you hover over a recent item in your salesforce sidebar it pops out a box that shows you a few details from the record as defined in the mini page layout for that object. I would like to ...
2
votes
1answer
68 views

How can I link to an app's new record interface from a homepage widget?

I want to create a homepage widget for the sidebar that has a button to create a new record in a custom app (which I intent to distribute, so it needs to be a portable solution). I'd like to use a ...
6
votes
2answers
401 views

Can you get Apex in a Home page component without using an iframe?

The question is fairly straightforward - is there a way to get apex into a home page component (left side/narrow component) without resorting to loading a visualforce page in to an iframe? I can't ...