You need to sign in to do that
Don't have an account?
mcc22
Why is the URL valid when used alone but "in-valid" within a formula?
Greetings all,
I am trying to build a detail page button on a custom object (Fulfillment__c) that allows a sales rep to easily track a package.
When used separately the URLs work without error. However, when I try to use the same URLs in an IF function, it returns "Error: Enter a URL that is valid and well-formed."
I am trying to build a detail page button on a custom object (Fulfillment__c) that allows a sales rep to easily track a package.
When used separately the URLs work without error. However, when I try to use the same URLs in an IF function, it returns "Error: Enter a URL that is valid and well-formed."
(!IF(Fulfillment__c.Shipping_Carrier__c = "UPS® Ground", https://www.ups.com/track?loc=en_US&tracknum={!Fulfillment__c.Packaging_Tracking_Number__c}&requester=WT/trackdetails, (IF(Fulfillment__c.Shipping_Carrier__c = “Standard Freight", https://trackmyparcel.com.au/{Fulfillment__c.Packaging_Tracking_Number__c} ))There are other posts containing this error but none resolve my issue. I would be most grateful for any direction on this error. Or if there is another approach to meet this requirement. Thank you.
The issue appears to be with any of the following URLs