Questions tagged [url]
referring to the web path url or uniform resource locator
401 questions
0 votes
0 answers
26 views
The equals operator can be used in report URL parameters, but has anyone found a way to use other operators (e.g., <, >, <=, >=, etc.)?
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 ...
2 votes
1 answer
172 views
URLs of publicly visible asset files changed since Summer'25
I found out that URLs of asset files like this: https://<my_domain>--c.<instance>.content.force.com/file-asset-public/<assetname>?oid=<org_id> do not work anymore. Apparently ...
0 votes
1 answer
50 views
SFMC SDK Android in app button tap tracking
This code below is hit when in app message having a button is tapped which opens a url. But this doesn't have the in app message details. setUrlHandler { context, url, urlSource -&...
-1 votes
1 answer
103 views
How to generate a unique access url per account
I am currently having some trouble implementing a functionality where we need to create a form for kyc related to the account, and be able to reach it by an unique url. I've found two questions very ...
0 votes
2 answers
164 views
adding if condition to the list button which returns url
I've a list button which returns a URL & I need to add a condition based on the user id IF( $User.Id = Apttus_Proposal__Proposal__c.APTS_SalesDeveloper__c, {!URLFOR('/apex/x?sObjectType=...
2 votes
1 answer
323 views
How to paste a current listview name in the URL on a custom button in Salesforce?
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: /...
1 vote
1 answer
52 views
Is this possible to autogenerate SFDX Url token after sandbox refresh and set it in Jenkins as secret automatically?
Every time I refresh a sandbox, I need to login into it, grant access to SFDX and then generate the new SFDX Auth URL token from sfdx and then copy it and paste into Jenkins as a secret. I wonder if ...
0 votes
1 answer
589 views
Is there a way to build a url that produces a specific search?
I have a Google Sheet which is populated by a Salesforce report of Cases. My desire is to build hyperlinks from this Google Sheet that take the user back to the individual Case. The most obvious ...
0 votes
0 answers
371 views
Redirect Urls not working for dynamic URLs in Aura community
Hello, We will soon release a new version of a portal site with a new URL and to prepare correctly, we would like to set redirect Urls in Salesforce by using the "URL Redirects" menu on the ...
0 votes
1 answer
98 views
Access LWC via text template URL from flow
I have created a screen flow. It has a text template. I have created a button in the template that will call a LWC. Below is the code added in text template: <a class="slds-button slds-...
0 votes
1 answer
420 views
URL Button not working in production
I have this button I created in a sandbox: /lightning/o/Correction__c/new?&defaultFieldValues= Audit_Finding__c={!URLENCODE(Audit_Finding__c.Id)}, Origination__c={!IF(TEXT(Audit_Finding__c....
0 votes
1 answer
94 views
URL Redirection from classic to lighting in salesforce
I am trying to retrieve the HTML content of the Classic view page, but I keep getting redirected to the Lightning page. String classicUrl = '/' + classicId + '?nooverride=1'; String htmlContent = (new ...
0 votes
0 answers
326 views
Linkname Alias problem
I have an issue that I cannot resolve. We create our emails based on our own templates (template based email). For a number of our emails, a URL is constructed dynamically via Ampscript. The problem ...
0 votes
0 answers
184 views
When the Salesforce Survey is submitted using the link, how do we get the ORG Base URL using Record Triggered flow?
My implementation: Implemented a flow, triggered when someone submits a Salesforce Survey. The Survey Link is sent to the user using email. I need the org URL to generate a Record Link in the flow. ...
4 votes
1 answer
195 views
URL formatting is broken in Marketing Cloud Data Extensions
We have noticed that since the latest release (08/10/2023) that Marketing Cloud has reformatted all URLs present in data extensions. Formerly, they worked - we often use links in data extensions to ...