Create an Apex Class

As part of overriding the 255-character limitation, you need to create an Apex class.

  1. In your org, in Settings, click Setup.

  2. In Quick Find, enter Apex and click Apex Classes.

  3. Click New.

  4. Copy the sample implementation provided above and paste it in the Apex Class Edit field.

  5. Click Save.