>From the User Tool you can do a Set Fields Action to get the host name:
   $zHostName$ (or whatever you name the field) = $PROCESS$ %COMSPEC% /c
echo %COMPUTERNAME%
 
For the IP you can do:
   $zLocalIP$ (or whatever you name the field) = $PROCESS$ %COMSPEC% /c
ipconfig
You will have to parse out the IP from the result
 
Fred

________________________________

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew Hicox
Sent: Thursday, June 21, 2007 11:10 AM
To: [email protected]
Subject: how to capture ip address of remedy client user?


Hello everyone: 
 
In addition to the usual 'last modified by' field, I also would like to
capture the ip address or hostname of the user who last modified a
record. Anyone know a way to do that? Seems like there would be a
keyword like $HOSTNAME$ or $IP$ would do it but I don't see anything
like that in the docs. We're running ARS 7.0

thanks,

  
-Andrew
 
 
 

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to