USP_DATALIST_ORGANIZATIONRELATIONSHIPBYCONSTITUENT
Gets the relationships of a constituent to an organization.
Parameters
Parameter | Parameter Type | Mode | Description |
---|---|---|---|
@CONTEXTID | int | IN | Input parameter indicating the context ID for the data list. |
Definition
Copy
create procedure dbo.USP_DATALIST_ORGANIZATIONRELATIONSHIPBYCONSTITUENT(@CONTEXTID int)
as
set nocount on;
exec USP_BBNC_CONSTITRELATEDORGSDATA @CONTEXTID;