USP_DATAFORMTEMPLATE_EDIT_SPONSORSHIPGREATESTNEEDCOPYSAVE

Parameters

Parameter Parameter Type Mode Description
@ID uniqueidentifier IN
@CHANGEAGENTID uniqueidentifier IN
@NEWID uniqueidentifier IN

Definition

Copy

CREATE procedure dbo.USP_DATAFORMTEMPLATE_EDIT_SPONSORSHIPGREATESTNEEDCOPYSAVE (
    @ID uniqueidentifier,
    @CHANGEAGENTID uniqueidentifier = null,
  @NEWID uniqueidentifier
)
as

    set nocount on;

--Does nothing only used to load the copied record for greatest need
return 0;