function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ryepesryepes 

Hyperlink with a number field

Im trying to create a hyperlink from Salesforce to another tracking system. the id is a number field not a text field. my formula keeps giving me an error that it is not of text format. any ideas how to solve this?

 

h8r41dh8r41d

You need to type cast your variable.

 

In your formula, wrap your number variable with TEXT( whatever_number_variable_here )

 

 

 

Gabriel Alack
Contact Us - We Can Help!
 
Salesforce Superheroes
------------------------------
ryepesryepes
Thank you. :) [Description: cid:image001.gif@01CAE20B.5F166020] Rosemary Yepes CRM Administrator Kelley Blue Book 195 Technology Drive Irvine, CA 92618 ryepes@kbb.com tel: 949.267.4719 Confidentiality Note: This e-mail, and any attachment to it, contains proprietary and confidential information intended only for the use of the individual(s) or entity named on the e-mail. If the reader of this e-mail is not the intended recipient, you are hereby notified that reading it is strictly prohibited. If you have received this e-mail in error, please immediately return it to the sender and delete it from your system. Thank you.