Sales
•
Version: 10
Some tooltip text!
• 1 minute to read
• 1 minute to read
CRMScript classes
There are no native CRMScript classes pertaining to sales. Use the NetServer classes:
Frequently used fields
Field | Description |
---|---|
sale_id | ID |
heading | Short description |
associate_id | Owner |
source_id | Origin of the lead |
amount | Total sale amount |
project_id | Optional project reference |
contact_id | Company |
saleType_id | Type of sale |
status | EnumSaleStatus 1 = open, 2 = sold, 3 = lost, 4 = stalled |
done | EnumSaleDone 0 = unknown, 1 = no, 2 = yes |
For a complete list of fields, see the database reference.
Timestamp values
Field | Description |
---|---|
registered | UtcDateTime of registration |
updated | UtcDateTime of last update |
saledate | Expected closing time or when it was lost/won (DateTime) |
nextDueDate | Closest future activity date If nothing is planned: the most recent activity |