Create an Interface Implementation
As part of overriding the 255-character limitation, you need to create an interface implementation.
-
In your org, go to the App Launcher and click Interface Implementations.
-
Click New.
-
In Interface Name, enter
DCAPIParamsInterface
.Ensure that you name this interface correctly. When this interface exists, the parameters specified in this iinterface override the default parameters.
-
In Active Implementation Class, enter the name of the Apex class that you just created,
DCAPIParamsImplementation
. -
Click Save.
-
Click Related.
-
Go to Interface Implementation Detail and click New.
-
In Available Implementation, enter the name of the Apex class that you just created,
DCAPIParamsImplementation
. -
Click Active to activate this implementation.
-
Click Default to set this as the default implementation.
-
Click Save.