We can find below listed parameters for odiRef.getSession method parameters.
SESS_NO | Internal number of the session |
SESS_NAME | Name of the session |
SCEN_VERSION | Current scenario version |
CONTEXT_NAME | Name of the execution context |
CONTEXT_CODE | Code of the execution context |
AGENT_NAME | Name of the physical agent in charge of the execution |
SESS_BEG | Date and time of the beginning of the session |
USER_NAME | odi User running the session. |
Examples
The current session Number is: <%=odiRef.getSession("SESS_NO")%>
The current User is: <%=odiRef.getSession("USER_NAME")%>
The current Session Name is: <%=odiRef.getSession("SESS_NAME")%>
The current agent name is: <%=odiRef.getSession("AGENT_NAME")%>
No comments:
Post a Comment