getCustomFieldIdByName
Syntax | getCustomFieldIdByName(customfieldName); | Package |
|
Alias |
| Pkg Usage |
|
Description
Returns a list of ids for all custom fields with the given name.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
customfieldName | String | Yes | Name of custom field to retrieve ids for. |
Return Type
String []
Returns an array of custom field ids.
Examples
Example
return getCustomFieldIdByName("My Custom Field");Returns: "customfield_10101"