quote:
Originally posted by matty
Out of curiosity are you guys signing into WLM from a different location and changing the PSM there? If so I am wondering if it is something to do with the DP/PSM synching in WLM then...
I'm always signing into WLM from the same location... if I create the simple script:
code:
function OnEvent_Initialize(MessengerStart)
{
Debug.Trace(Messenger.MyPersonalMessage);
}
it returns an empty string (without changing Psm before)...