getCustomFieldNameById
Description
Gets the name of the custom field by id.
Parameters
Return Type
String
Returns the custom field name for the provided id.
Example
return getCustomFieldNameById(10000);
See also
Peacock
Gets the name of the custom field by id.
String
Returns the custom field name for the provided id.
return getCustomFieldNameById(10000);