OrganizationsDealsPersonphone
get details of deals person phone.
Select
The 本製品 will use the Pipedrive API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.
- OrgId supports the '=' operator.
- Status supports the '=' operator.
- OnlyPrimaryAssociation supports the '=,IN' operators.
For example, the following query is processed server side:
SELECT * FROM OrganizationsDealsPersonphone WHERE OrgId = 246 SELECT * FROM OrganizationsDealsPersonphone WHERE OrgId = 246 AND Status = open SELECT * FROM OrganizationsDealsPersonphone WHERE OrgId = 246 AND OnlyPrimaryAssociation = 1
Columns
Name | Type | Description |
OrgId [KEY] | Integer | Org Id. |
Label | String | Label. |
Primary | Boolean | Primary. |
Value | String | Value. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
Status | String | Only fetch deals with specific status.
使用できる値は次のとおりです。open, won, lost, deleted, all_not_deleted デフォルト値はall_not_deletedです。 |
OnlyPrimaryAssociation | Integer | If set, only deals that are directly associated to the organization are fetched
使用できる値は次のとおりです。0, 1 |