Skip to main content

Questions tagged [urlhacking]

To modify the url of a page to affect its navigation or behavior. Most commonly to add or change the values of parameters/attributes.

0 votes
0 answers
26 views

Question: I know that the equals operator can be used in report URL parameters, but has anyone found a way to use other operators (e.g., <, >, <=, >=, starts with, contains)? Context: I’m ...
Julia Persing's user avatar
1 vote
1 answer
103 views

I would like to know the exact version, not just of the API and name of the release, but the version information including the patch number. Is it possible to find this in an easy way?
Renato Oliveira's user avatar
2 votes
1 answer
323 views

I have a custom button on Opportunity for creation of a record with a predefined stage. I need to get back to the listview I started with if I cancel the operation So I paste in the URL section: /...
SlavaBychenko CT's user avatar
0 votes
1 answer
208 views

I want to dynamically filter a dashboard to see only records with a field on a specific date. The documentation doesn't explain how to write a date as a url parameter. I keep getting the same error &...
Matias Bangueses's user avatar
0 votes
0 answers
54 views

I have a button that was created to allow a user to schedule an appointment with a lead. The button goes to an external schedular and should pull in the details of the lead (name, email, and phone) ...
twolfe's user avatar
  • 3
1 vote
0 answers
286 views

I am tasked with creating a list button on the Account object for the related opportunities list. The record that needs to be created needs to have other default values that are found in one of the ...
JEbert's user avatar
  • 11
0 votes
0 answers
199 views

I have a client that is migrating to Lightning and they have an existing custom link, created years ago when they were on a very restricted edition of SFDC and had who knows building out the ...
user7417's user avatar
  • 341
0 votes
1 answer
564 views

On Contact I have one custom button where we want to give create opportunity functionality. It is working fine for most of the values but not able to populate the look up field. I tried below ways. /...
David Mycka's user avatar
  • 1,367
0 votes
0 answers
1k views

I have a two custom object Sample and Sample detail. Sample detail has a lookup relationship to the Sample record. And both the records have lookup relationship to the Case. When I create a Sample ...
user4912134's user avatar
1 vote
1 answer
226 views

I have a two custom object Sample and Sample detail. Sample detail has a lookup relationship to the Sample record. And both the records have lookup relationship to the Case. Below is the Sample record ...
user4912134's user avatar
0 votes
0 answers
1k views

I have a URL list button that pops up the New Account contact relationship form. Below is the URL: {!URLFOR('/lightning/o/AccountContactRelation/new?backgroundContext=/lightning/r/Account/{Account.Id}/...
Rahul Allada's user avatar
0 votes
2 answers
2k views

I'm currently using a formula field with a HYPERLINK function in the Account object to show the value of Custom_Object_Field__c from a custom object which also redirects the user to the custom object ...
code-mma's user avatar
0 votes
1 answer
62 views

I want to create a Custom List Button on the Case Object on the Service Console that creates a new case link via the Parent case and mirrors some fields from the original case. This is what I got: /...
Lut's user avatar
  • 317
2 votes
2 answers
3k views

I Have a library let's say "XYZ Library" in Libraries Section of files and I need to get a public link for that library same as we create for Folders from the drop down, so that I can use it ...
Rehan Charles's user avatar
0 votes
1 answer
357 views

The following button code opens the Add Products screen in Classic: /ui/opportunity/SelectSearch?relatedListId=PricebookEntry&addTo={!Opportunity.Id} Is there a Lightning equivalent? Bonus points ...
Andrew Jones's user avatar

15 30 50 per page
1
2 3 4 5
19