getCustomFieldNameById
Description
Gets the name of the custom field by id.
Syntax | getCustomFieldNameById(customfieldId) | Package |
|
Alias |
| Pkg Usage |
|
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
customfieldId | number | Yes | Customfield id. |
Return Type
String
Returns the custom field name for the provided id.
Example
return getCustomFieldNameById(10000);