Skip to main content
in what situations we would use function for the 18 digit record id  ? I do not remember the exam question however remember TEXT(recordID) was one of the options along with other options with different functions for the record id ?
3 answers
  1. Mar 14, 2021, 2:27 PM
    +1 on Krishna's comment. The 15 digit is more intended for the UI, while the 18 digit sits on the backend and represents the full id, and can be useful in systems that aren't case sensitive. The main function that I've seen used with this is the CASESAFEID function, which converts a 15-digit id to an 18-digit id
0/9000