<!--- Check to see if this user can edit this target object. If so, then display the edit link. ---> <cfif User.CheckPermissions( "edit", Target )> <!--- .... display code .... ---> </cfif>