spLoadRecord_FundRaisers
Parameters
Parameter | Parameter Type | Mode | Description |
---|---|---|---|
@PKID | int | IN |
Definition
Copy
CREATE PROCEDURE [dbo].[spLoadRecord_FundRaisers]
(
@PKID int
)
AS
SELECT [ID],
[SiteContentID] ,
[BackOfficeID],
[Name],
[Description],
[CategoryID],
[StartDate],
[EndDate],
[Inactive],
[Goal],
[Dirty],
[Options],
[EmailIDAckn],
[EmailIDAppeal],
[EmailIDThanks],
[EmailIDFollowUp],
[EmailIDMisc],
[IsFunctional],
[ConstituentCodeID],
[AthonLocked],
[AthonDownloadPledges],
[IsCarePageManager],
[MaxNumberOfPages],
[SyncStatus],
[DateLastSynced]
FROM FundRaisers WHERE ID = @PKID