Difference between revisions of "Portlet Variables"

From MT Marvelit
Jump to: navigation, search
 
 
Line 1: Line 1:
 
Portlet Variables
 
Portlet Variables
 +
 +
'''Variables in SQL:''' There are certain variables that are passed from the portal to the portlets.  One of these is $V{user} - which represents the user name used on the logib screen.  This can be utilized in SQL to limit access to certain data values for specific users.  Usually a cross reference table in the database would be utilized to link user names to database key values.

Latest revision as of 00:28, 28 May 2007

Portlet Variables

Variables in SQL: There are certain variables that are passed from the portal to the portlets. One of these is $V{user} - which represents the user name used on the logib screen. This can be utilized in SQL to limit access to certain data values for specific users. Usually a cross reference table in the database would be utilized to link user names to database key values.