method FindField(FieldName: String): Object
Available for Graphs. Returns the field name if the field is found, otherwise returns Null.
FindField method syntax has these named arguments:
Parameter |
Description |
|---|---|
Field Name |
Required. The name of the field to search for. |
For example:
graphGraph1.FindField("PeriodActivity")