The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
3 views

Open network drive from Salesforce field or a custom link

I tried creating a custom field and a custom link on standard object with the link: file:///Users/sk/downloads/index.html It doesn't open a new page at all. Even if I try open as a new tab/new window, ...
0
votes
2answers
23 views

Create new Related Object on popup

It is possible to open a popup to create a new object by clicking the "new object" button that is on related list? I think that I could add a custom button calling some javascript to ...
1
vote
1answer
29 views

send email button from custom object

I am a newbie, and that's the probably reason why I am lost with this problem. I have two email templates created (one for students, and another for professorial). There is a custom object, and I need ...
7
votes
2answers
75 views

URL Hack: Pass additional parameters into the saveURL

I'm pretty good with URL hacks to set field values in a record, save=1, saveURL/retURL, etc... But I'm getting stuck on something I've never tried before and I don't even know if it is possible. Is ...
-3
votes
1answer
72 views

Help with convert lead code for custom controller [closed]

I need to add additional functionality to my custom "convert" controller. In my controller, I have a custom button named "convert". When I click this button, it will create a new Account, Contact and ...
1
vote
1answer
32 views

Custom Button for Convert Lead with Javascript

I would like to prevent users from converting a lead if some fields are missing (State, country, company type) - I don't want to use standard validation, as I want the users to remain on the same ...
0
votes
1answer
40 views

Custom Send Email Button With “Hidden” Email Template

Anyone have an idea on how to have an Email Template in Salesforce which most Users "cannot see" but which they can use to send to clients? This would be done via a simple Custom Button: ...
1
vote
1answer
28 views

Creating custom button while installing package

I have created a app and have it as package and have install to an another env i have a custom button in may package. I need to get this button auto generated on the object when the package get ...
0
votes
2answers
22 views

Updating Data On PARENT Via Custom Button

This is loosely related to a recent question: Standard Button CODE Available? Does anyone know of any examples/tutorials on creating a custom button which will set values into the PARENT record of ...
2
votes
3answers
66 views

Standard Button CODE Available?

Is there a repository of the actual code behind Standard Buttons? Specifically, I'm looking for the code for "New" (and in my case, it's for use within a Related List on Opportunity). I want to ...
-1
votes
0answers
48 views

Javascript on custom Button from Quote to Account

I would like to prevent users from creating a quote if "Address" fields are missing in the account. I know I can use validation rule, but I'd like to prevent users from getting to the quote screen (as ...
0
votes
0answers
31 views

Custom Button Javascript - send Validation Error Text to screen?

Is there a way to send (if any) the Validation Error text to such a button, shown below? I would put it at the "Error" text at the end, if possible. I cannot find a reference to this in my searches. ...
3
votes
1answer
85 views

Custom Button (javascript) - Field Name Changes Not Automatically Made

I understand generally WHY this happens, but I'm curious if there is a better way to write the two references in code below so that if I RENAME the FIELD in SF, it updates the code? {!REQUIRESCRIPT ...
1
vote
1answer
25 views

Custom Button - OnClick JavaScript - Reference Current Date?

I'm missing something simple here probably, but it's escaping me. FormToUpdate.set("RETURNFUNDS_Sales_Rep_Signature_Date__c", {!today()} ); I've tried now() and today() above at the end, and it's ...
10
votes
2answers
240 views

Changing the color of a custom button

Is there a way of changing a custom button color? Not a button on the visualforce page but rather the ones created under custom and links on an object. Thanks. -K

1 2 3 4
15 30 50 per page