Client Computer Name - in a BPM?

Quick question, is there a way to get the client computer name that’s activating a BPM?

Trying to create a BPMs on EndActivity to auto print bartender labels to the label printer attached to the client computer. I know I can create workstations and assign employee’s to them, but our employees are crossed trained and float to differnet workstations throughout the day.

Thanks, @ckrusen! I did some searching before posting, but couldn’t find anything, guess my keywords were wrong… I’ll go read up on this now!

Thanks again!

Not sure why, but assigning a MethDir variable via Session.TaskClientID, also appends the userID.

Looks like you should use Session.ClientComputerName

to get just the workstation

image

2 Likes