%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
<%
// code captures first name from Session Email to populate with a Welcome acknowledgement
variable = "SELECT firstname FROM Users WHERE ";
variable += "email='" + Session("email") + "'";
// Response.Write(variable);
rsitem6 = connCW.Execute(variable);
name = rsitem6("firstname");
%>
Purpose: To create a single interface for Trademark employees to submit a request for changing TRAM data. The application replaces all TM Mailboxes. Typical submissions should be Retro Credits, Photo Comp tasks, changes to filing basis, TRAM, and DMM. Requestor will receive an email notification upon completion of request.
Question or Clarification before submitting a Data Request Form?