• Heidi G.
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi team, 

We have created a custom object, the data for this object is displayled as a related list on the Lead layout page.

A Custom button on the related list isn't required and Id like to remove it from view.  How do I go about doing that?
Hi team, 

We have created a custom object, the data for this object is displayled as a related list on the Lead layout page.

A Custom button on the related list isn't required and Id like to remove it from view.  How do I go about doing that?

 
I would like to make sure all phone numbers are updated to conform to this format:

(xxx) xxx-xxxx

I tried to write a workflow rule to address this as follows:

NOT (
   REGEX( HomePhone , "([0-9]{3})[0-9]{3}-[0-9]{3}")
)

However, I get the following syntax error: "Error: Function REGEX may not be used in this type of formula"
Is there a way to use REGEX here?  Is there a better way to go about this?

I