dbo.ufnGetContactInformation

Procedure/Function: 'dbo.ufnGetContactInformation', Table value function returning the first name, last name, job title and contact type for a given contact.

Procedure NameDescriptionParameters
dbo.ufnGetContactInformationTable value function returning the first name, last name, job title and contact type for a given contact.@TABLE_RETURN_VALUE table [RESULT SET COLUMN], @ContactID int(10) [INPUT]

Dependencies for Procedure/Function 'dbo.ufnGetContactInformation', 12 items

Object NameTypeField Name
Sales.StoreContactuser tableContactID
Sales.StoreContactuser tableContactTypeID
Person.Contactuser tableContactID
Person.Contactuser tableFirstName
Person.Contactuser tableLastName
Purchasing.VendorContactuser tableContactID
Purchasing.VendorContactuser tableContactTypeID
Person.ContactTypeuser tableContactTypeID
Person.ContactTypeuser tableName
HumanResources.Employeeuser tableContactID
HumanResources.Employeeuser tableTitle
Sales.Individualuser tableContactID