Adding PMS info for Account Margin report
This commit is contained in:
parent
04a10cf9c5
commit
bd25b473fb
7 changed files with 225 additions and 79 deletions
|
|
@ -450,6 +450,17 @@ models:
|
|||
in both systems, Hubspot data will take precedence in terms of deal name.
|
||||
tests:
|
||||
- not_null
|
||||
- name: active_pms
|
||||
data_type: boolean
|
||||
description: |
|
||||
Does the deal have an active associated PMS.
|
||||
tests:
|
||||
- not_null
|
||||
- name: pms
|
||||
data_type: string
|
||||
description: |
|
||||
Name of the active PMS associated with the deal. It can have more than
|
||||
one PMS associated with it. It can be null doesn't have any PMS associated.
|
||||
- name: main_billing_country_iso_3_per_deal
|
||||
data_type: string
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue