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

Latest commit

 

History

History
14 lines (12 loc) · 723 Bytes

salesperson.md

File metadata and controls

14 lines (12 loc) · 723 Bytes

Salesperson

A Salesperson model instance has the following attributes:

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