The urlhacking tag has no wiki summary.
2
votes
1answer
26 views
How do I pre-populate a report filter from the URL?
I have a very simple report which pulls in opportunity line item data. The only filter for the report is the opportunity id.
I am trying to pre-populate the report with the opportunity id by going ...
3
votes
2answers
49 views
rtaimage servlet parameters…what does the refid refer to?
I have a blog on a force.com site. The content is read from a custom object that has rich text fields (yes, we rolled our own CMS and run through salesforce approval processes...it's a long story!)
...
5
votes
2answers
39 views
Intercept the Quote Billing Address
I'm using the standard Salesforce quote feature to generate quotes for opportunities.
My opportunity has a picklist on it which provides two billing address options (one being to use the original ...
2
votes
1answer
71 views
How do i prepopulate a lookup user field on a custom object? (using URL hacking method)
I have a custom object "Service Timecard". One of the fields on the object is "Service Technician" which is a User Lookup field. I want to be able to prepopulate that field using URL hacking. I ...
2
votes
2answers
61 views
Unable to save URL's as a list of string values
I'm not certain if once I've created a URL via a string, it needs to be treated as a WebLink in order to save it in a list, but every time I try to save a list of them as strings, I get an empty list. ...
2
votes
2answers
219 views
Prepopulating email attachments in one click using URL code
On Enterprise Edition: I have a custom link on the contact page layout that when clicked throws open a "Send an Email" edit page with several fields auto populated such as To, Subject, Email body, and ...
3
votes
1answer
152 views
Does saveURL and or cancelURL work on a visualforce page with a standardController
I am attempting to use a custom VF page that has some limited form data.
It uses a standard controller, and the command button I use for the {!save} action is pointing directly at the standard ...
1
vote
0answers
52 views
Anyway to hack content delivery to automate selections?
Question
Is there anyway to speed up or automate content deliveries? At a minimum I'm hoping to be able to default the related object or default the piece of related content. Anything to avoid ...
6
votes
1answer
221 views
How to control redirect on approval submit?
Question
Is there a URL parameter I can use to control the page a user lands on after submitting a record for approval?
Background
I'm building out an approval process that is built on an object ...