====== fields ====== .. py:attribute:: fields **domain**: server **language**: python **class** :doc:`Item class ` Description =========== Lists all :doc:`field ` objects of the item dataset. Example ======= .. code-block:: py def customer_fields(customers): customers.open(limit=1) for f in customers.fields: print f.field_caption, f.display_text See also ======== :doc:`Fields ` :doc:`Field class `