SalesLeadsProducts
The product resource is used to capture the name of the product associated with the sales lead.
Columns
| Name | Type | References | Description |
| InventoryItemId [KEY] | Long | InventoryItemId | |
| InvOrgId [KEY] | Long | InvOrgId | |
| LeadId [KEY] | String |
SalesLeads.LeadId | LeadId |
| ActiveFlag | Bool | ActiveFlag | |
| CSSEnabled | String | CSSEnabled | |
| Description | String | Description | |
| EndDate | Datetime | EndDate | |
| LastUpdateDate | Datetime | LastUpdateDate | |
| LongDescription | String | LongDescription | |
| ProdGroupId | Long | ProdGroupId | |
| ProductNum | String | ProductNum | |
| ProductType | String | ProductType | |
| ServiceRequestEnabledCode | String | ServiceRequestEnabledCode | |
| StartDate | Datetime | StartDate | |
| Text | String | Text |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| Finder | String | Input specifying the Finder type. | |
| ContactId | String | The unique identifier of the Contact. | |
| SysEffectiveDate | String | SysEffectiveDate. | |
| ResourcePartyIdRest | String | The unique identifier of the Resource. | |
| RestCreationDateLower | String | Finds the leads that are created before the date specified. | |
| RestCreationDateUpper | String | Finds the leads with the specified creation date. | |
| RestRecordSet | String | Finds the leads with the specified record set value. | |
| RestStatusCode | String | Finds the leads with the specified status code. | |
| Name | String | Finds the leads with the specified name. | |
| LeadNumber | String | Finds the leads with the specified lead number. |