You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select @emailToName = Users.FullName, @emailToAddress = Users.Email from Users where Users.ID = @trusteeID;
If @userid <> @trusteeID and @emailToAddress is not null and @emailToAddress <> ''
Begin
Declare @templateData nvarchar(max) = (Select @stateName as state, @RepeaterCallsign as RepeaterCallsign, @outputFreq as outputFreq, @callsign as callsign, @website as website, @repeaterID as repeaterID for json path);