TPX: Batch Update for User Name, User Phone and Location - User Variables
book
Article ID: 145933
calendar_today
Updated On:
Products
TPX - Session Management
Issue/Introduction
What is the correct syntax to update a Users Location, Phone Number and User Name in Batch?
Environment
Release : 5.4
Component : CA-TPX Session Management
Resolution
Example syntax:
DEL USER (username)
ADD USER (username)
UPDATE USER (NEWUSER (VUSRRNME('username')))
UPDATE USER (NEWUSER (VUSRLOC('user location dept')))
UPDATE USER (NEWUSER (VUSRPHN#('phone number')))
These are documented below:
Feedback
thumb_up
Yes
thumb_down
No