Provide a brief description about the API method. What does it do? When to use it, etc.
Use this method to generate a custom setting name that's unique and doesn't go over the 35 character limit for custom setting names.
Replace the text below with the actual signature of the method. Be sure to include return type, params, and types for params
String GetCustomSettingMappingName(String name)
List out all of the parameters for the method. Be sure to provide a description of each
Parameters
- name - Any string value
Returns
Value of name if under 35 characters. Otherwise returns a 35 character encoding of the name value
Comments
0 comments
Please sign in to leave a comment.