IsFieldRequiredInType Method
Description
The list of fields for the given type.The list of fields for the given type.
Syntax
Visual Basic
Public Function IsFieldRequiredInType( _
   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.The name of the type as entered in the customization module of ALM.
Return Type
The list of related fields.The list of related fields.
See Also