UFN_RE7INTEGRATION_GETRE7RECORDIDS
Gets the mapped RE7 record IDs.
Return
| Return Type |
|---|
| table |
Definition
Copy
CREATE function dbo.UFN_RE7INTEGRATION_GETRE7RECORDIDS()
returns table
as
return (
select
RE7RECORDID
from
dbo.RE7INTEGRATIONCONSTITUENTMAP);