Jam.py documentation

field_by_name

field_by_name(self, field_name)

domain: server

language: python

class Item class

Description

Call field_by_name to retrieve field information for a field when only its name is known.

The field_name parameter is the name of an existing field.

field_by_name returns the field object for the specified field. If the specified field does not exist, field_by_name returns None.