CustomSection
Stored in the customsections collection. createdAt and updatedAt are maintained automatically.
Returned by DELETE /custom-section, GET /custom-section, POST /custom-section, GET /custom-section/:id, PUT /custom-section/:id, PUT /custom-section/reorder.
| Field | Type | Notes |
|---|---|---|
name | string | required |
description | string | |
panel | string | default contact · one of contact, lead, productService |
order | number | default 0 |
hide | boolean | default false |
company | ObjectId -> Company | |
createdBy | ObjectId -> Member | |
updatedBy | ObjectId -> Member | |
_id | ObjectId | default "6a95712f932657988a91c086" |
createdAt | date | set once |
updatedAt | date |