Script |
| Name | Description | |
|---|---|---|
| TryGetOrCreateField(String, ChoiceFieldItemType, FieldItem) | Gets or creates the field matching both the given name and choice type. A return value indicates an existing field with type was found or a new field instance was created successfully. | |
| TryGetOrCreateField(String, FieldItemType, FieldItem) | Gets or creates the field matching both the given name and field type. A return value indicates an existing field with type was found or a new field instance was created successfully. |