Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 654 Bytes

territory.md

File metadata and controls

13 lines (11 loc) · 654 Bytes

Territory

A Territory model instance has the following attributes:

Returns
id Integer primary key of the territory or null if this is a new territory.
code Returns the user-facing key of the territory. (indexed field)
description Returns the territory description.
created UTC timestamp indicating the time the territory was created.
createdBy String indicating the initials of the user that created this
modified UTC timestamp indicating the time the territory was last modified.
modifiedBy String indicating the initials of the user that last modified this territory.