• Michalis Mantouvalos
  • NEWBIE
  • 20 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi, 

Does anyone knows how to remove the first letter of a text value using a Formula? 

For example, lets say we have the text : "B0000000321"

I want to trim it down to just : "0000000321"

A function that removes only the letters from a text  (and leave the numbers) would also be helpfull.

Thank you

How to create an Opportunity using Rest API with a particular Record type - when the user has access to multiple Record Types.

Below is the sample to create opportunity:
URI: services/data/v39.0/sobjects/Opportunity
Http Method: Post
Input: {"Name":"Opp1","CloseDate":"2018-08-01","StageName":"New","Probability":"10","Amount":"2000"}
  • July 04, 2017
  • Like
  • 0