| GetCustomFieldByID method Returns the Custom Field corresponding to the specified Custom Field 
 Definition ID.  Syntax
 
| C++HRESULT 
 GetCustomFieldByID(LONG ID,
 IERUCustomField** ppRetVal)
Scripting languagesSet 
 CustomField = Object.GetCustomFieldByID(ID as Long)
 |  Parameters
 IDThe ID of a Custom Field Definition. 
  ppRetValUpon return, an IERUCustomField 
 interface pointer to the Custom Field corresponding to the ID.  Return value
 
| C++The return code. | Scripting languagesUpon return, an IERUCustomField 
 interface pointer to the Custom Field corresponding to the ID.  |  | Home
 Applies to
 IERUCustomFieldSet
 |