Stores Designation for an opportunity.
Foreign Key Fields
Foreign Key |
Field Type |
Null |
Notes |
Description |
OPPORTUNITYID
|
uniqueidentifier
|
false
|
|
FK to OPPORTUNITY
|
DESIGNATIONID
|
uniqueidentifier
|
true
|
|
FK to DESIGNATION
|
ADDEDBYID
|
uniqueidentifier
|
false
|
|
FK to CHANGEAGENT.
|
CHANGEDBYID
|
uniqueidentifier
|
false
|
|
FK to CHANGEAGENT.
|
CONSTITUENTID
|
uniqueidentifier
|
true
|
|
FK to CONSTITUENT
|
BASECURRENCYID
|
uniqueidentifier
|
true
|
|
The base currency associated with this designation.
|
ORGANIZATIONEXCHANGERATEID
|
uniqueidentifier
|
true
|
|
The exchange rate used to convert from amount to organization amount.
|
TRANSACTIONCURRENCYID
|
uniqueidentifier
|
true
|
|
The transaction currency associated with this designation.
|
BASEEXCHANGERATEID
|
uniqueidentifier
|
true
|
|
FK to CURRENCYEXCHANGERATE
|
FUNDINGMETHODCODEID
|
uniqueidentifier
|
true
|
|
FK to OPPORTUNITYDESIGNATIONFMCODE
|
CATEGORYCODEID
|
uniqueidentifier
|
true
|
|
FK to PLANNEDGIFTDESCATEGORYCODE
|
TYPECODEID
|
uniqueidentifier
|
true
|
|
FK to OPPORTUNITYDESIGNATIONTYPECODE
|
USECODEID
|
uniqueidentifier
|
true
|
|
FK to DESIGNATIONUSECODE
|