Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Accessing "Description" in a scheduled PROTOCOL:up › Reply To: Accessing "Description" in a scheduled PROTOCOL:up
May 12, 2005 at 1:15 pm
#56569
Charlie Bursell
Participant
I don’t see why you would go to the bother of reading the description from NetConfig. In the Alerts configuation under action, when you call the proc, simply pass it in.
myproc “%A” “My Description”
Don’t forget to put the $A in quotes since it has embedded spaces.
Charlie