First page Back Continue Last page Overview Graphics
HALL Example
import hall.CustomerListFactory as CustomerLF
-
# Create a list factory
clf = CustomerLF.CustomerListFactory()
# Get a list of matching customers
customers = clf.getByLastName(“Jones”)
-
# Suspend all of their products, features
for customer in customers:
- customer.setStatus(suspend)