Jam.py documentation

fields

fields

domain: server

language: python

class Item class

Description

Lists all field objects of the item dataset.

Example

def customer_fields(customers):
    customers.open(limit=1)
    for f in customers.fields:
        print f.field_caption, f.display_text