IsFieldRelevantToType Method
Description
The list of fields for the given type.
Syntax
Visual Basic
Public Function IsFieldRelevantToType( _
   ByVal Field As String, _
   ByVal TypeId As String _
) As Boolean
Parameters
Field
The field name.
TypeId
The name of the type as entered in the customization module of ALM.
Return Type
The list of related fields.
See Also